Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBExecutionContext.cpp22 SBExecutionContext::SBExecutionContext() { LLDB_INSTRUMENT_VA(this); } in SBExecutionContext() function in SBExecutionContext
24 SBExecutionContext::SBExecutionContext(const lldb::SBExecutionContext &rhs) in SBExecutionContext() function in SBExecutionContext
29 SBExecutionContext::SBExecutionContext( in SBExecutionContext() function in SBExecutionContext
35 SBExecutionContext::SBExecutionContext(const lldb::SBTarget &target) in SBExecutionContext() function in SBExecutionContext
42 SBExecutionContext::SBExecutionContext(const lldb::SBProcess &process) in SBExecutionContext() function in SBExecutionContext
49 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext() function in SBExecutionContext
56 SBExecutionContext::SBExecutionContext(const lldb::SBFrame &frame) in SBExecutionContext() function in SBExecutionContext
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBFrame.h191 friend class SBExecutionContext; variable
DSBProcess.h432 friend class SBExecutionContext; variable
DSBThread.h217 friend class SBExecutionContext; variable
DSBTarget.h871 friend class SBExecutionContext; variable
DSBDefines.h55 class LLDB_API SBExecutionContext; variable