Home
last modified time | relevance | path

Searched defs:SBProcess (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTrace.h109 friend class SBProcess; variable
H A DSBData.h144 friend class SBProcess; variable
H A DSBThreadPlan.h113 friend class SBProcess; variable
H A DSBDebugger.h280 friend class SBProcess; variable
H A DSBBroadcaster.h67 friend class SBProcess; variable
H A DSBEvent.h66 friend class SBProcess; variable
H A DSBError.h61 friend class SBProcess; variable
H A DSBThread.h220 friend class SBProcess; variable
H A DSBFileSpec.h68 friend class SBProcess; variable
H A DSBTarget.h901 friend class SBProcess; variable
H A DSBStream.h73 friend class SBProcess; variable
H A DSBDefines.h66 class LLDB_API SBProcess; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp52 SBProcess::SBProcess() : m_opaque_wp() {} in SBProcess() function in SBProcess
58 SBProcess::SBProcess(const SBProcess &rhs) : m_opaque_wp(rhs.m_opaque_wp) {} in SBProcess() function in SBProcess
60 SBProcess::SBProcess(const lldb::ProcessSP &process_sp) in SBProcess() function in SBProcess