Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h116 ToSWIGWrapper(CommandReturnObject &cmd_retobj);
194 lldb_private::CommandReturnObject &cmd_retobj,
200 lldb_private::CommandReturnObject &cmd_retobj,
206 lldb_private::CommandReturnObject &cmd_retobj,
H A DScriptInterpreterPythonImpl.h153 lldb_private::CommandReturnObject &cmd_retobj,
160 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
166 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
H A DScriptInterpreterPython.cpp2573 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2595 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2603 cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
2608 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand()
2618 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2640 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2648 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
2653 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand()
2663 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedParsedCommand() argument
2685 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedParsedCommand()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig108 SWIGBridge::ToSWIGWrapper(CommandReturnObject &cmd_retobj) {
110 new lldb::SBCommandReturnObject(cmd_retobj),
H A Dpython-wrapper.swig681 lldb_private::CommandReturnObject &cmd_retobj,
699 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj);
712 lldb_private::CommandReturnObject &cmd_retobj,
723 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj);
757 lldb_private::CommandReturnObject &cmd_retobj,
766 cmd_retobj.AppendError("Could not find '__call__' method in implementation class");
771 SWIGBridge::ToSWIGWrapper(exe_ctx_ref_sp), SWIGBridge::ToSWIGWrapper(cmd_retobj).obj());
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h420 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument
429 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
437 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedParsedCommand() argument