Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A 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
/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h213 friend class SBExecutionContext; global() variable
H A DSBProcess.h584 friend class SBExecutionContext; global() variable
H A DSBThread.h236 friend class SBExecutionContext; global() variable
H A DSBTarget.h952 friend class SBExecutionContext; global() variable
H A DSBDefines.h71 class LLDB_API SBExecutionContext; global() variable
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py20 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData):
140 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData):
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py11 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData):
H A Dstack_core_scripted_process.py17 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData):
H A Ddummy_scripted_process.py23 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData): argument
/llvm-project/lldb/examples/python/
H A Dcrashlog_scripted_process.py58 def __init__(self, exe_ctx: lldb.SBExecutionContext, args: lldb.SBStructuredData):