Home
last modified time | relevance | path

Searched refs:script_obj (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp
H A DScriptedPlatformPythonInterface.h
H A DScriptedThreadPythonInterface.h
H A DScriptedProcessPythonInterface.h
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedProcessPythonInterface.cpp44 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
48 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedThreadPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.h32 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedPythonInterface.h118 StructuredData::Generic *script_obj, Args... args) { in CreatePluginObject() argument
132 if (!has_class_name && !has_interpreter_dict && !script_obj) { in CreatePluginObject()
146 if (script_obj) { in CreatePluginObject()
148 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
H A DScriptedProcessPythonInterface.h32 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.cpp38 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
/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 DScriptedPlatformInterface.h25 StructuredData::Generic *script_obj = nullptr) = 0;
H A DScriptedProcessInterface.h27 StructuredData::Generic *script_obj = nullptr) = 0;