Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp37 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
41 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
35 CreatePluginObject(llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedThreadPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject()
40 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
35 CreatePluginObject(const llvm::StringRef class_name,ExecutionContext & exe_ctx,StructuredData::DictionarySP args_sp,StructuredData::Generic * script_obj) CreatePluginObject() argument
H A DScriptedProcessPythonInterface.cpp39 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
43 return ScriptedPythonInterface::CreatePluginObject(class_name, script_obj, in CreatePluginObject()
H A DScriptedPythonInterface.h77 StructuredData::Generic *script_obj, Args... args) { in CreatePluginObject() argument
88 if (!has_class_name && !has_interpreter_dict && !script_obj) { in CreatePluginObject()
102 if (script_obj) { in CreatePluginObject()
104 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedThreadPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DOperatingSystemPythonInterface.cpp35 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
H A DScriptedProcessPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h25 StructuredData::Generic *script_obj = nullptr) = 0;
H A DScriptedThreadInterface.h26 StructuredData::Generic *script_obj = nullptr) = 0;
H A DScriptedProcessInterface.h27 StructuredData::Generic *script_obj = nullptr) = 0;