Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h158 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args,
164 StructuredData::GenericSP impl_obj_sp, Args &args,
170 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp,
H A DScriptInterpreterPython.cpp2616 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
2620 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand()
2647 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand()
2661 StructuredData::GenericSP impl_obj_sp, Args &args, in RunScriptBasedParsedCommand() argument
2665 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedParsedCommand()
2698 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedParsedCommand()
2713 StructuredData::GenericSP impl_obj_sp, Args &args) { in GetRepeatCommandForScriptedCommand() argument
2714 if (!impl_obj_sp || !impl_obj_sp->IsValid()) in GetRepeatCommandForScriptedCommand()
2734 static_cast<PyObject *>(impl_obj_sp->GetValue()), command); in GetRepeatCommandForScriptedCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h427 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument
435 StructuredData::GenericSP impl_obj_sp, Args& args, in RunScriptBasedParsedCommand() argument
443 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp, in GetRepeatCommandForScriptedCommand() argument