Home
last modified time | relevance | path

Searched refs:process_name (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h167 ProcessInstanceInfoMatch(const char *process_name,
171 m_match_info.GetExecutableFile().SetFile(process_name,
193 bool NameMatches(const char *process_name) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp251 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches()
258 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp364 llvm::StringRef process_name, bool include_existing) { in AttachWaitProcess() argument
373 process_name, llvm::sys::path::Style::native); in AttachWaitProcess()
385 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess()
415 process_name); in AttachWaitProcess()
3200 std::string process_name; in Handle_vAttachWait() local
3201 if (!packet.GetHexByteString(process_name)) in Handle_vAttachWait()
3205 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name); in Handle_vAttachWait()
3207 Status error = AttachWaitProcess(process_name, false); in Handle_vAttachWait()
3236 std::string process_name; in Handle_vAttachOrWait() local
3237 if (!packet.GetHexByteString(process_name)) in Handle_vAttachOrWait()
[all …]
H A DProcessGDBRemote.h88 Status WillAttachToProcessWithName(const char *process_name,
99 DoAttachToProcessWithName(const char *process_name,
H A DGDBRemoteCommunicationServerLLGS.h71 Status AttachWaitProcess(llvm::StringRef process_name, bool include_existing);
H A DProcessGDBRemote.cpp634 Status ProcessGDBRemote::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() argument
1176 const char *process_name, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithName() argument
1181 if (process_name && process_name[0]) { in DoAttachToProcessWithName()
1200 packet.PutBytesAsRawHex8(process_name, strlen(process_name), in DoAttachToProcessWithName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2742 char process_name[PATH_MAX]; in Attach() local
2744 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach()
2745 sizeof(process_name))) { in Attach()
2749 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()
2756 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()
2792 process_name, sizeof(process_name)); in Attach()
2801 "more than one process named %s:\n%s", process_name, in Attach()
2805 "could not find a process named %s", process_name); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp119 const std::string &process_name) { in handle_attach_to_process_name() argument
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h900 virtual Status WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() argument
955 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() argument
/freebsd-13.1/contrib/tcp_wrappers/
H A DREADME923 tcpdmatch process_name hostname (e.g.: tcpdmatch in.tftpd localhost)
925 tcpdmatch process_name address (e.g.: tcpdmatch in.tftpd 127.0.0.1)