Home
last modified time | relevance | path

Searched refs:GetCommandInterpreter (Results 1 – 25 of 117) sorted by relevance

12345

/llvm-project-15.0.7/lldb/test/API/api/command-return-object/
H A Dmain.cpp9 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 DTestPluginCommands.py40 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 DStructuredDataPlugin.cpp47 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 DTestWrongCommands.py15 command_interpreter = self.dbg.GetCommandInterpreter()
28 command_interpreter = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/functionalities/multidebugger_commands/
H A DTestMultipleDebuggersCommands.py23 interpreter_1 = debugger_1.GetCommandInterpreter()
39 interpreter_2 = debugger_2.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/functionalities/history/
H A DTestHistoryRecall.py28 interp = self.dbg.GetCommandInterpreter()
40 interp = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DTestStepScripted.py86 self.dbg.GetCommandInterpreter().HandleCommand(
116 interp = self.dbg.GetCommandInterpreter()
147 interp = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp69 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 DCommandObjectSettings.cpp147 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 DCommandObjectPlatform.cpp161 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 DCommandObjectMultiword.cpp83 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand()
102 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadUserSubcommand()
H A DCommandObjectWatchpoint.cpp293 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 DCommandObject.cpp112 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 DTestCallWithTimeout.py47 interp = self.dbg.GetCommandInterpreter()
63 interp = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHooks.py39 interp = self.dbg.GetCommandInterpreter()
49 interp = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestCommandInterpreterAPI.py31 ci = self.dbg.GetCommandInterpreter()
76 ci = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp266 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 DTestBreakpointNames.py149 … 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 DTestStepTarget.py91 self.dbg.GetCommandInterpreter().HandleCommand(
107 self.dbg.GetCommandInterpreter().HandleCommand(
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py28 interpreter = self.dbg.GetCommandInterpreter()
95 interpreter = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/commands/expression/completion/
H A DTestExprCompletion.py224 interp = self.dbg.GetCommandInterpreter()
237 interp = self.dbg.GetCommandInterpreter()
/llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/
H A DTestFixIts.py20 … 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 DTestThreadPlanCommands.py27 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 DTestInvalidIteratorCompletionCrash.py18 …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 DTestCommonShortSpellings.py18 command_interpreter = self.dbg.GetCommandInterpreter()

12345