Searched refs:cmd_retobj (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 113 ToSWIGWrapper(CommandReturnObject &cmd_retobj); 207 lldb_private::CommandReturnObject &cmd_retobj, 213 lldb_private::CommandReturnObject &cmd_retobj,
|
| H A D | ScriptInterpreterPythonImpl.h | 175 lldb_private::CommandReturnObject &cmd_retobj, 182 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
|
| H A D | ScriptInterpreterPython.cpp | 2682 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument 2704 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand() 2712 cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand() 2717 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand() 2727 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument 2749 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand() 2757 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand() 2762 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 112 SWIGBridge::ToSWIGWrapper(CommandReturnObject &cmd_retobj) { 114 new lldb::SBCommandReturnObject(cmd_retobj),
|
| H A D | python-wrapper.swig | 784 lldb_private::CommandReturnObject &cmd_retobj, 802 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj); 815 lldb_private::CommandReturnObject &cmd_retobj, 826 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 462 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument 471 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
|