Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp33 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
34 if (class_name.empty() && !script_obj) in CreatePluginObject()
46 if (!script_obj) in CreatePluginObject()
52 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
H A DScriptedThreadPythonInterface.h28 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedProcessPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedProcessPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h26 StructuredData::Generic *script_obj = nullptr) override {
81 StructuredData::Generic *script_obj = nullptr) override {
H A DScriptedInterface.h31 StructuredData::Generic *script_obj = nullptr) = 0;