Home
last modified time | relevance | path

Searched refs:args_sp (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp37 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
40 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp33 const StructuredDataImpl &args_sp) { in CreatePluginObject() argument
35 thread_plan_sp, args_sp); in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
39 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.h29 const StructuredDataImpl &args_sp) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
H A DScriptedPlatformPythonInterface.h
H A DScriptedThreadPythonInterface.h
H A DScriptedProcessPythonInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
H A DScriptedPlatformInterface.h
H A DScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h22 const StructuredDataImpl &args_sp) = 0;