Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp38 ExecutionContextRefSP exe_ctx_ref_sp = CreatePluginObject() local
H A DScriptedThreadPythonInterface.cpp37 ExecutionContextRefSP exe_ctx_ref_sp = in CreatePluginObject() local
H A DScriptedProcessPythonInterface.cpp40 ExecutionContextRefSP exe_ctx_ref_sp = CreatePluginObject() local
/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp30 lldb::ExecutionContextRefSP exe_ctx_ref_sp) in SBExecutionContext()
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp184 LLDBSwigPythonCallCommand(const char * python_function_name,const char * session_dictionary_name,lldb::DebuggerSP debugger,const char * args,lldb_private::CommandReturnObject & cmd_retobj,lldb::ExecutionContextRefSP exe_ctx_ref_sp) LLDBSwigPythonCallCommand() argument
191 LLDBSwigPythonCallCommandObject(PyObject * implementor,lldb::DebuggerSP debugger,const char * args,lldb_private::CommandReturnObject & cmd_retobj,lldb::ExecutionContextRefSP exe_ctx_ref_sp) LLDBSwigPythonCallCommandObject() argument
199 LLDBSwigPythonCallParsedCommandObject(PyObject * implementor,lldb::DebuggerSP debugger,StructuredDataImpl & args_impl,lldb_private::CommandReturnObject & cmd_retobj,lldb::ExecutionContextRefSP exe_ctx_ref_sp) LLDBSwigPythonCallParsedCommandObject() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2581 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); RunScriptBasedCommand() local
2626 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); RunScriptBasedCommand() local
2671 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx)); RunScriptBasedParsedCommand() local
3038 lldb::ExecutionContextRefSP exe_ctx_ref_sp; SetOptionValueForCommandObject() local