Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFile.h21 friend class SBProcess; variable
H A DSBData.h152 friend class SBProcess; variable
H A DSBBroadcaster.h69 friend class SBProcess; variable
H A DSBDebugger.h426 friend class SBProcess; variable
H A DSBThreadPlan.h119 friend class SBProcess; variable
H A DSBEvent.h67 friend class SBProcess; variable
H A DSBStructuredData.h96 friend class SBProcess; variable
H A DSBFileSpec.h72 friend class SBProcess; variable
H A DSBThread.h219 friend class SBProcess; variable
H A DSBError.h76 friend class SBProcess; variable
H A DSBTarget.h876 friend class SBProcess; variable
H A DSBStream.h81 friend class SBProcess; variable
H A DSBDefines.h74 class LLDB_API SBProcess; variable
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i136 friend class SBProcess; variable
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCodeForward.h37 class SBProcess; variable
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp52 SBProcess::SBProcess() { LLDB_INSTRUMENT_VA(this); } in SBProcess() function in SBProcess
56 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