Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.cpp37 const StructuredDataImpl &args_sp) { in CreatePluginObject() argument
39 target_sp, args_sp); in CreatePluginObject()
H A DScriptedPlatformPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
42 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedThreadPlanPythonInterface.cpp36 const StructuredDataImpl &args_sp) { in CreatePluginObject() argument
38 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.cpp44 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
47 StructuredDataImpl sd_impl(args_sp); in CreatePluginObject()
H A DScriptedStopHookPythonInterface.h28 const StructuredDataImpl &args_sp) override;
H A DScriptedThreadPlanPythonInterface.h31 const StructuredDataImpl &args_sp) override;
H A DScriptedPlatformPythonInterface.h29 StructuredData::DictionarySP args_sp,
H A DScriptedThreadPythonInterface.h28 StructuredData::DictionarySP args_sp,
H A DOperatingSystemPythonInterface.h31 StructuredData::DictionarySP args_sp,
H A DScriptedProcessPythonInterface.h31 StructuredData::DictionarySP args_sp,
H A DOperatingSystemPythonInterface.cpp38 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
/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 DScriptedStopHookInterface.h21 const StructuredDataImpl &args_sp) = 0;
H A DScriptedThreadPlanInterface.h22 const StructuredDataImpl &args_sp) = 0;
H A DScriptedPlatformInterface.h24 StructuredData::DictionarySP args_sp,
H A DScriptedProcessInterface.h26 StructuredData::DictionarySP args_sp,