Home
last modified time | relevance | path

Searched refs:ExecutionContextRefSP (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExecutionContext.h28 SBExecutionContext(lldb::ExecutionContextRefSP exe_ctx_ref_sp);
56 mutable lldb::ExecutionContextRefSP m_exe_ctx_sp;
H A DSBFrame.h200 lldb::ExecutionContextRefSP m_opaque_sp;
H A DSBThread.h232 lldb::ExecutionContextRefSP m_opaque_sp;
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h118 lldb::ExecutionContextRefSP exc_ctx,
141 lldb::ExecutionContextRefSP exe_ctx_ref_sp);
146 lldb::ExecutionContextRefSP exe_ctx_ref_sp);
H A DScriptInterpreterPython.cpp1938 lldb::ExecutionContextRefSP exc_ctx_ref_sp(new ExecutionContextRef(exc_ctx)); in ScriptedStopHookHandleStop()
2864 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()
2908 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); in RunScriptBasedCommand()
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp172 lldb::ExecutionContextRefSP exe_ctx_ref_sp) { in LLDBSwigPythonCallCommand()
179 lldb::ExecutionContextRefSP exe_ctx_ref_sp) { in LLDBSwigPythonCallCommandObject()
263 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp, in LLDBSwigPythonStopHookCallHandleStop()
/llvm-project-15.0.7/lldb/source/API/
H A DSBExecutionContext.cpp30 lldb::ExecutionContextRefSP exe_ctx_ref_sp) in SBExecutionContext()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig95 PythonObject ToSWIGWrapper(lldb::ExecutionContextRefSP ctx_sp) {
H A Dpython-wrapper.swig517 void *implementor, lldb::ExecutionContextRefSP exc_ctx_sp,
776 lldb::ExecutionContextRefSP exe_ctx_ref_sp) {
807 lldb::ExecutionContextRefSP exe_ctx_ref_sp) {
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h327 ExecutionContextRefSP; typedef