Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h90 Status WillAttachToProcessWithName(const char *process_name,
101 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp696 Status ProcessGDBRemote::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() argument
1246 const char *process_name, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithName() argument
1251 if (process_name && process_name[0]) { in DoAttachToProcessWithName()
1270 packet.PutBytesAsRawHex8(process_name, strlen(process_name), in DoAttachToProcessWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h314 ProcessInstanceInfoMatch(const char *process_name, in ProcessInstanceInfoMatch() argument
318 m_match_info.GetExecutableFile().SetFile(process_name, in ProcessInstanceInfoMatch()
336 bool NameMatches(const char *process_name) const;
1133 virtual Status WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() argument
1199 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp584 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches()
585 if (m_name_match_type == NameMatch::Ignore || process_name == nullptr) in NameMatches()
591 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches()
2995 char process_name[PATH_MAX]; in Attach() local
2997 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach()
2998 sizeof(process_name))) { in Attach()
3002 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()
3009 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()
3045 process_name, sizeof(process_name)); in Attach()
3055 "more than one process named %s:\n%s", process_name, in Attach()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp154 const std::string &process_name) { in handle_attach_to_process_name() argument
/freebsd-12.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)