Searched refs:impl_obj_sp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 407 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument 415 StructuredData::GenericSP impl_obj_sp, Args& args, in RunScriptBasedParsedCommand() argument 423 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp, in GetRepeatCommandForScriptedCommand() argument 430 StructuredData::GenericSP impl_obj_sp, std::vector<llvm::StringRef> &args, in HandleArgumentCompletionForScriptedCommand() argument 437 StructuredData::GenericSP impl_obj_sp, llvm::StringRef &long_name, in HandleOptionArgumentCompletionForScriptedCommand() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 155 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, 161 StructuredData::GenericSP impl_obj_sp, Args &args, 167 GetRepeatCommandForScriptedCommand(StructuredData::GenericSP impl_obj_sp, 171 StructuredData::GenericSP impl_obj_sp, std::vector<llvm::StringRef> &args, 175 StructuredData::GenericSP impl_obj_sp, llvm::StringRef &long_options,
|
| H A D | ScriptInterpreterPython.cpp | 2594 StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, in RunScriptBasedCommand() argument 2598 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedCommand() 2623 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedCommand() 2637 StructuredData::GenericSP impl_obj_sp, Args &args, in RunScriptBasedParsedCommand() argument 2641 if (!impl_obj_sp || !impl_obj_sp->IsValid()) { in RunScriptBasedParsedCommand() 2672 static_cast<PyObject *>(impl_obj_sp->GetValue()), debugger_sp, in RunScriptBasedParsedCommand() 2687 StructuredData::GenericSP impl_obj_sp, Args &args) { in GetRepeatCommandForScriptedCommand() argument 2688 if (!impl_obj_sp || !impl_obj_sp->IsValid()) in GetRepeatCommandForScriptedCommand() 2708 static_cast<PyObject *>(impl_obj_sp->GetValue()), command); in GetRepeatCommandForScriptedCommand() 2715 StructuredData::GenericSP impl_obj_sp, std::vector<llvm::StringRef> &args, in HandleArgumentCompletionForScriptedCommand() argument [all …]
|