Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
35 if (class_name.empty() && !script_obj) in CreatePluginObject()
46 if (!script_obj) { in CreatePluginObject()
54 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
H A DScriptedPlatformPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedThreadPythonInterface.h29 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedProcessPythonInterface.h30 StructuredData::Generic *script_obj = nullptr) override;
H A DScriptedPlatformPythonInterface.cpp34 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
H A DScriptedProcessPythonInterface.cpp36 StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj) { in CreatePluginObject() argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h27 StructuredData::Generic *script_obj = nullptr) override {
84 StructuredData::Generic *script_obj = nullptr) override {
H A DScriptedPlatformInterface.h25 StructuredData::Generic *script_obj = nullptr) override {
H A DScriptedInterface.h31 StructuredData::Generic *script_obj = nullptr) = 0;