Home
last modified time | relevance | path

Searched refs:impl_obj_sp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h484 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h184 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
H A DScriptInterpreterPython.cpp2798 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
2802 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand()
2829 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand()