Searched refs:cmd_retobj (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 119 ToSWIGWrapper(CommandReturnObject &cmd_retobj); 187 lldb_private::CommandReturnObject &cmd_retobj, 193 lldb_private::CommandReturnObject &cmd_retobj, 198 lldb_private::CommandReturnObject &cmd_retobj,
|
| H A D | ScriptInterpreterPythonImpl.h | 150 lldb_private::CommandReturnObject &cmd_retobj, 157 lldb_private::CommandReturnObject &cmd_retobj, Status &error, 163 lldb_private::CommandReturnObject &cmd_retobj, Status &error,
|
| H A D | ScriptInterpreterPython.cpp | 2553 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument 2573 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand() 2581 cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand() 2586 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand() 2596 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument 2616 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand() 2624 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand() 2629 else if (cmd_retobj.GetStatus() == eReturnStatusFailed) in RunScriptBasedCommand() 2639 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedParsedCommand() argument 2659 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedParsedCommand() [all …]
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 117 SWIGBridge::ToSWIGWrapper(CommandReturnObject &cmd_retobj) { 119 new lldb::SBCommandReturnObject(cmd_retobj),
|
| H A D | python-wrapper.swig | 598 lldb_private::CommandReturnObject &cmd_retobj, 616 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj); 629 lldb_private::CommandReturnObject &cmd_retobj, 640 auto cmd_retobj_arg = SWIGBridge::ToSWIGWrapper(cmd_retobj); 747 lldb_private::CommandReturnObject &cmd_retobj, 756 cmd_retobj.AppendError("Could not find '__call__' method in implementation class"); 761 SWIGBridge::ToSWIGWrapper(exe_ctx_ref_sp), SWIGBridge::ToSWIGWrapper(cmd_retobj).obj());
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 400 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument 409 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument 417 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedParsedCommand() argument
|