Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBTrace.h102 friend class SBProcess; variable
DSBData.h145 friend class SBProcess; variable
DSBFile.h21 friend class SBProcess; variable
DSBBroadcaster.h68 friend class SBProcess; variable
DSBDebugger.h343 friend class SBProcess; variable
DSBThreadPlan.h118 friend class SBProcess; variable
DSBStructuredData.h94 friend class SBProcess; variable
DSBEvent.h67 friend class SBProcess; variable
DSBThread.h214 friend class SBProcess; variable
DSBError.h65 friend class SBProcess; variable
DSBFileSpec.h72 friend class SBProcess; variable
DSBTarget.h846 friend class SBProcess; variable
DSBStream.h80 friend class SBProcess; variable
DSBDefines.h62 class LLDB_API SBProcess; variable
/external/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i133 friend class SBProcess; variable
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h37 class SBProcess; variable
/external/llvm-project/lldb/source/API/
DSBProcess.cpp53 SBProcess::SBProcess() : m_opaque_wp() { in SBProcess() function in SBProcess
59 SBProcess::SBProcess(const SBProcess &rhs) : m_opaque_wp(rhs.m_opaque_wp) { in SBProcess() function in SBProcess
63 SBProcess::SBProcess(const lldb::ProcessSP &process_sp) in SBProcess() function in SBProcess