Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddressRangeList.h47 friend class SBProcess; variable
H A DSBFile.h23 friend class SBProcess; variable
H A DSBAddressRange.h63 friend class SBProcess; variable
H A DSBData.h152 friend class SBProcess; variable
H A DSBBroadcaster.h69 friend class SBProcess; variable
H A DSBThreadPlan.h128 friend class SBProcess; variable
H A DSBEvent.h72 friend class SBProcess; variable
H A DSBDebugger.h503 friend class SBProcess; variable
H A DSBStructuredData.h116 friend class SBProcess; variable
H A DSBFileSpec.h75 friend class SBProcess; variable
H A DSBThread.h223 friend class SBProcess; global() variable
H A DSBError.h87 friend class SBProcess; variable
H A DSBTarget.h958 friend class SBProcess; variable
H A DSBStream.h93 friend class SBProcess; variable
H A DSBDefines.h95 class LLDB_API SBProcess; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRangeListImpl.h18 class SBProcess; variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp56 SBProcess::SBProcess() { LLDB_INSTRUMENT_VA(this); } in SBProcess() function in SBProcess
60 SBProcess::SBProcess(const SBProcess &rhs) : m_opaque_wp(rhs.m_opaque_wp) { in SBProcess() function in SBProcess
64 SBProcess::SBProcess(const lldb::ProcessSP &process_sp) in SBProcess() function in SBProcess