Searched refs:cmd_retobj (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | SWIGPythonBridge.h | 85 ToSWIGWrapper(CommandReturnObject &cmd_retobj); 181 lldb_private::CommandReturnObject &cmd_retobj, 186 lldb_private::CommandReturnObject &cmd_retobj,
|
H A D | ScriptInterpreterPythonImpl.h | 179 lldb_private::CommandReturnObject &cmd_retobj, 186 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
|
H A D | ScriptInterpreterPython.cpp | 2755 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 D | python-swigsafecast.swig | 97 ToSWIGWrapper(CommandReturnObject &cmd_retobj) { 99 new lldb::SBCommandReturnObject(cmd_retobj),
|
H A D | python-wrapper.swig | 759 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 D | ScriptInterpreter.h | 477 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument 486 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
|