Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
DHost.cpp191 if (process_info.ProcessIDIsValid()) in GetFreeBSDProcessArgs()
241 if (process_info.ProcessIDIsValid()) in GetFreeBSDProcessCPUType()
256 if (process_info.ProcessIDIsValid()) in GetFreeBSDProcessUserAndGroup()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h263 ProcessIDIsValid ( ) const;
DGDBRemoteCommunicationClient.cpp2317 if (match_info.GetProcessInfo().ProcessIDIsValid()) in FindProcesses()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h263 ProcessIDIsValid() const in ProcessIDIsValid() function
828 if (m_monitor_callback && ProcessIDIsValid()) in MonitorProcess()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp881 if (m_match_info.ProcessIDIsValid() && in Matches()
917 if (m_match_info.ProcessIDIsValid()) in MatchAllProcesses()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBTarget.cpp835 if (attach_info.ProcessIDIsValid() && !attach_info.UserIDIsValid()) in Attach()