Home
last modified time | relevance | path

Searched refs:ProcessIDIsValid (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/openbsd/
DHost.cpp60 if (process_info.ProcessIDIsValid()) { in GetOpenBSDProcessArgs()
106 if (process_info.ProcessIDIsValid()) { in GetOpenBSDProcessCPUType()
119 if (process_info.ProcessIDIsValid()) { in GetOpenBSDProcessUserAndGroup()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
DHost.cpp50 if (!process_info.ProcessIDIsValid()) in GetFreeBSDProcessArgs()
108 if (process_info.ProcessIDIsValid()) { in GetFreeBSDProcessCPUType()
123 if (!process_info.ProcessIDIsValid()) in GetFreeBSDProcessUserAndGroup()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp52 if (!process_info.ProcessIDIsValid()) in GetNetBSDProcessArgs()
106 if (process_info.ProcessIDIsValid()) { in GetNetBSDProcessCPUType()
142 if (!process_info.ProcessIDIsValid()) in GetNetBSDProcessUserAndGroup()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DProcessInfo.cpp263 if (m_match_info.ProcessIDIsValid() && in ProcessIDsMatch()
303 if (m_match_info.ProcessIDIsValid()) in MatchAllProcesses()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h71 bool ProcessIDIsValid() const { return m_pid != LLDB_INVALID_PROCESS_ID; } in ProcessIDIsValid() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp193 if (m_monitor_callback && ProcessIDIsValid()) { in MonitorProcess()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h309 bool ProcessIDIsValid() const;
DGDBRemoteCommunicationClient.cpp2259 if (match_info.GetProcessInfo().ProcessIDIsValid()) in FindProcesses()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp469 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid()) { in Attach()