Home
last modified time | relevance | path

Searched defs:SBExecutionContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBExecutionContext.cpp22 SBExecutionContext::SBExecutionContext() : m_exe_ctx_sp() { in SBExecutionContext() function in SBExecutionContext
26 SBExecutionContext::SBExecutionContext(const lldb::SBExecutionContext &rhs) in SBExecutionContext() function in SBExecutionContext
32 SBExecutionContext::SBExecutionContext( in SBExecutionContext() function in SBExecutionContext
39 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() function in SBExecutionContext
46 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext() function in SBExecutionContext
54 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext() function in SBExecutionContext
61 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext() function in SBExecutionContext
/external/llvm-project/lldb/include/lldb/API/
DSBFrame.h191 friend class SBExecutionContext; variable
DSBProcess.h404 friend class SBExecutionContext; variable
DSBThread.h212 friend class SBExecutionContext; variable
DSBTarget.h841 friend class SBExecutionContext; variable
DSBDefines.h43 class LLDB_API SBExecutionContext; variable