| /llvm-project-15.0.7/lldb/test/API/api/command-return-object/ |
| H A D | main.cpp | 9 dbg.GetCommandInterpreter().HandleCommand(cmd, Result); in subcommand() 28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main() 32 dbg.GetCommandInterpreter().HandleCommand("crasher", Result); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/ |
| H A D | TestPluginCommands.py | 40 retval = self.dbg.GetCommandInterpreter().HandleCommand( 45 retval = self.dbg.GetCommandInterpreter().HandleCommand( 56 retval = self.dbg.GetCommandInterpreter().HandleCommand(
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() 51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/wrong_commands/ |
| H A D | TestWrongCommands.py | 15 command_interpreter = self.dbg.GetCommandInterpreter() 28 command_interpreter = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/multidebugger_commands/ |
| H A D | TestMultipleDebuggersCommands.py | 23 interpreter_1 = debugger_1.GetCommandInterpreter() 39 interpreter_2 = debugger_2.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/history/ |
| H A D | TestHistoryRecall.py | 28 interp = self.dbg.GetCommandInterpreter() 40 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/ |
| H A D | TestStepScripted.py | 86 self.dbg.GetCommandInterpreter().HandleCommand( 116 interp = self.dbg.GetCommandInterpreter() 147 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 394 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 1264 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1558 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute() 1753 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 1922 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute() 1936 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 1947 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute() 2014 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute() [all …]
|
| H A D | CommandObjectSettings.cpp | 147 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 271 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 515 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 600 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 708 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 800 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 896 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 981 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 1056 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectPlatform.cpp | 161 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request, in HandleCompletion() 485 GetCommandInterpreter(), in HandleArgumentCompletion() 831 GetCommandInterpreter(), in HandleArgumentCompletion() 835 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 907 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 978 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 1107 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1111 GetCommandInterpreter(), in HandleArgumentCompletion() 1511 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion() 1773 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() [all …]
|
| H A D | CommandObjectMultiword.cpp | 83 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand() 102 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadUserSubcommand()
|
| H A D | CommandObjectWatchpoint.cpp | 293 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion() 369 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion() 450 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion() 573 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion() 698 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion() 851 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion() 1044 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 112 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions() 117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions() 138 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions() 298 request, opt_element_vector, GetCommandInterpreter()); in HandleCompletion() 332 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord() 573 CommandInterpreter &interpreter = GetCommandInterpreter(); in FormatLongHelpText() 599 CommandInterpreter &interpreter = GetCommandInterpreter(); in GenerateHelpText() 610 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/timeout/ |
| H A D | TestCallWithTimeout.py | 47 interp = self.dbg.GetCommandInterpreter() 63 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/ |
| H A D | TestStopHooks.py | 39 interp = self.dbg.GetCommandInterpreter() 49 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/interpreter/ |
| H A D | TestCommandInterpreterAPI.py | 31 ci = self.dbg.GetCommandInterpreter() 76 ci = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 266 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() 329 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles() 336 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles() 507 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger 512 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter() 526 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() 535 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand() 1216 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter() 1234 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter() 1293 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/ |
| H A D | TestBreakpointNames.py | 149 … self.dbg.GetCommandInterpreter().HandleCommand("break set -n whatever -N '%s'"%(bad_name), retval) 177 self.dbg.GetCommandInterpreter().HandleCommand("break disable %s"%(bkpt_name), retval) 182 …self.dbg.GetCommandInterpreter().HandleCommand("break modify --one-shot 1 %s"%(other_bkpt_name), r… 328 self.dbg.GetCommandInterpreter().HandleCommand("break disable", result) 343 self.dbg.GetCommandInterpreter().HandleCommand("break delete -f", result)
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/step-target/ |
| H A D | TestStepTarget.py | 91 self.dbg.GetCommandInterpreter().HandleCommand( 107 self.dbg.GetCommandInterpreter().HandleCommand(
|
| /llvm-project-15.0.7/lldb/test/API/commands/session/save/ |
| H A D | TestSessionSave.py | 28 interpreter = self.dbg.GetCommandInterpreter() 95 interpreter = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/completion/ |
| H A D | TestExprCompletion.py | 224 interp = self.dbg.GetCommandInterpreter() 237 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/ |
| H A D | TestFixIts.py | 20 … result = self.dbg.GetCommandInterpreter().HandleCommand("expression ((1 << 16) - 1))", ret_val) 93 … result = self.dbg.GetCommandInterpreter().HandleCommand("expression null_pointer.first", ret_val)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/ |
| H A D | TestThreadPlanCommands.py | 27 interp = self.dbg.GetCommandInterpreter() 151 interp = self.dbg.GetCommandInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/completion-crash-invalid-iterator/ |
| H A D | TestInvalidIteratorCompletionCrash.py | 18 …self.dbg.GetCommandInterpreter().HandleCompletion(to_complete, len(to_complete), 0, -1, lldb.SBStr…
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/abbreviation/ |
| H A D | TestCommonShortSpellings.py | 18 command_interpreter = self.dbg.GetCommandInterpreter()
|