Home
last modified time | relevance | path

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 DSWIGPythonBridge.h113 ToSWIGWrapper(CommandReturnObject &cmd_retobj);
207 lldb_private::CommandReturnObject &cmd_retobj,
213 lldb_private::CommandReturnObject &cmd_retobj,
H A DScriptInterpreterPythonImpl.h175 lldb_private::CommandReturnObject &cmd_retobj,
182 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
H A DScriptInterpreterPython.cpp2682 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 Dpython-swigsafecast.swig112 SWIGBridge::ToSWIGWrapper(CommandReturnObject &cmd_retobj) {
114 new lldb::SBCommandReturnObject(cmd_retobj),
H A Dpython-wrapper.swig784 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 DScriptInterpreter.h462 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument
471 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument