Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h140 lldb_private::CommandReturnObject &cmd_retobj,
145 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.cpp2856 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2878 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2886 cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
2900 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument
2922 (cmd_retobj.GetInteractive() ? 0 : Locker::NoSTDIN), in RunScriptBasedCommand()
2930 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig111 ToSWIGWrapper(CommandReturnObject &cmd_retobj) {
113 new lldb::SBCommandReturnObject(cmd_retobj),
H A Dpython-wrapper.swig775 lldb_private::CommandReturnObject &cmd_retobj,
793 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
806 lldb_private::CommandReturnObject &cmd_retobj,
817 auto cmd_retobj_arg = ToSWIGWrapper(cmd_retobj);
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp171 lldb_private::CommandReturnObject &cmd_retobj, in LLDBSwigPythonCallCommand() argument
178 lldb_private::CommandReturnObject &cmd_retobj, in LLDBSwigPythonCallCommandObject() argument
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h465 lldb_private::CommandReturnObject &cmd_retobj, in RunScriptBasedCommand() argument
474 lldb_private::CommandReturnObject &cmd_retobj, Status &error, in RunScriptBasedCommand() argument