Home
last modified time | relevance | path

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

12345

/external/llvm-project/lldb/test/API/api/command-return-object/
Dmain.cpp9 dbg.GetCommandInterpreter().HandleCommand(cmd, Result); in subcommand()
28 SBCommandInterpreter interp = dbg.GetCommandInterpreter(); in main()
32 dbg.GetCommandInterpreter().HandleCommand("crasher", Result); in main()
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
DTestPluginCommands.py42 retval = self.dbg.GetCommandInterpreter().HandleCommand(
47 retval = self.dbg.GetCommandInterpreter().HandleCommand(
58 retval = self.dbg.GetCommandInterpreter().HandleCommand(
/external/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/external/llvm-project/lldb/test/API/functionalities/multidebugger_commands/
DTestMultipleDebuggersCommands.py25 interpreter_1 = debugger_1.GetCommandInterpreter()
41 interpreter_2 = debugger_2.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/functionalities/wrong_commands/
DTestWrongCommands.py17 command_interpreter = self.dbg.GetCommandInterpreter()
30 command_interpreter = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DTestStepScripted.py89 self.dbg.GetCommandInterpreter().HandleCommand(
119 interp = self.dbg.GetCommandInterpreter()
154 interp = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/commands/expression/timeout/
DTestCallWithTimeout.py50 interp = self.dbg.GetCommandInterpreter()
66 interp = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp142 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
271 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
521 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
607 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
718 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
812 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
911 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
999 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
1077 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
DCommandObjectWatchpoint.cpp299 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
377 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
462 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
588 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
716 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
872 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion()
1071 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
DCommandObjectPlatform.cpp158 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request, in HandleCompletion()
494 GetCommandInterpreter(), in HandleArgumentCompletion()
835 GetCommandInterpreter(), in HandleArgumentCompletion()
839 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
915 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
969 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
973 GetCommandInterpreter(), in HandleArgumentCompletion()
1385 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion()
1654 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
1744 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestCommandInterpreterAPI.py34 ci = self.dbg.GetCommandInterpreter()
80 ci = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py151 … self.dbg.GetCommandInterpreter().HandleCommand("break set -n whatever -N '%s'"%(bad_name), retval)
179 self.dbg.GetCommandInterpreter().HandleCommand("break disable %s"%(bkpt_name), retval)
184 …self.dbg.GetCommandInterpreter().HandleCommand("break modify --one-shot 1 %s"%(other_bkpt_name), r…
330 self.dbg.GetCommandInterpreter().HandleCommand("break disable", result)
345 self.dbg.GetCommandInterpreter().HandleCommand("break delete -f", result)
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp113 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions()
118 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
139 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
302 request, opt_element_vector, GetCommandInterpreter()); in HandleCompletion()
336 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
834 CommandInterpreter &interpreter = GetCommandInterpreter(); in FormatLongHelpText()
860 CommandInterpreter &interpreter = GetCommandInterpreter(); in GenerateHelpText()
871 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
/external/llvm-project/lldb/test/API/lang/c/step-target/
DTestStepTarget.py93 self.dbg.GetCommandInterpreter().HandleCommand(
109 self.dbg.GetCommandInterpreter().HandleCommand(
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp218 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
281 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
288 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
463 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
465 GetCommandInterpreter); in GetCommandInterpreter()
469 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
483 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
492 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1170 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter()
1190 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
[all …]
/external/llvm-project/lldb/test/API/commands/expression/completion/
DTestExprCompletion.py226 interp = self.dbg.GetCommandInterpreter()
239 interp = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1393 debugger.GetCommandInterpreter().UpdateExecutionContext( in Run()
1406 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr); in Run()
1827 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
2065 return m_debugger.GetCommandInterpreter() in GetProcess()
2162 return m_debugger.GetCommandInterpreter() in GetProcess()
2598 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
2665 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
3091 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
3103 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
3115 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
[all …]
/external/llvm-project/lldb/test/API/functionalities/thread_plan/
DTestThreadPlanCommands.py29 interp = self.dbg.GetCommandInterpreter()
153 interp = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
225 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete()
497 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete()
585 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
/external/llvm-project/lldb/examples/plugins/commands/
Dfooplugin.cpp42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/external/llvm-project/lldb/test/API/functionalities/signal/raise/
DTestRaise.py52 self.dbg.GetCommandInterpreter().HandleCommand(
74 self.dbg.GetCommandInterpreter().HandleCommand(
/external/llvm-project/lldb/test/API/commands/command/source/
DTestCommandSource.py26 command_interpreter = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/functionalities/abbreviation/
DTestCommonShortSpellings.py20 command_interpreter = self.dbg.GetCommandInterpreter()
/external/llvm-project/lldb/test/API/commands/expression/completion-crash-invalid-iterator/
DTestInvalidIteratorCompletionCrash.py21 …self.dbg.GetCommandInterpreter().HandleCompletion(to_complete, len(to_complete), 0, -1, lldb.SBStr…
/external/llvm-project/lldb/test/API/functionalities/thread/backtrace_limit/
DTestBacktraceLimit.py23 interp = self.dbg.GetCommandInterpreter()

12345