Home
last modified time | relevance | path

Searched refs:cmd_retobj (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h85 ToSWIGWrapper(CommandReturnObject &cmd_retobj);
181 lldb_private::CommandReturnObject &cmd_retobj,
186 lldb_private::CommandReturnObject &cmd_retobj,
H A DScriptInterpreterPythonImpl.h179 lldb_private::CommandReturnObject &cmd_retobj,
186 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
H A DScriptInterpreterPython.cpp2755 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2777 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2785 cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
2790 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand()
2800 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2822 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2830 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
2835 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand()
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dpython-swigsafecast.swig97 ToSWIGWrapper(CommandReturnObject &cmd_retobj) {
99 new lldb::SBCommandReturnObject(cmd_retobj),
H A Dpython-wrapper.swig759 lldb_private::CommandReturnObject &cmd_retobj,
777 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
790 lldb_private::CommandReturnObject &cmd_retobj,
801 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h477 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument
486 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument