| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() 51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 70 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 143 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 395 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 858 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete() 1267 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1321 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 1551 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute() 1561 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute() 1756 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 1922 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), 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() 832 GetCommandInterpreter(), in HandleArgumentCompletion() 836 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 908 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 979 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 1049 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion() 1108 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1112 GetCommandInterpreter(), in HandleArgumentCompletion() 1512 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion() [all …]
|
| H A D | CommandObjectMultiword.cpp | 84 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand() 103 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()
|
| H A D | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectTrace.cpp | 100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectExpression.cpp | 484 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 509 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() 556 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 80 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion, in HandleArgumentCompletion() 340 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectRegexCommand.cpp | 108 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
|
| H A D | CommandObjectBreakpoint.cpp | 832 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 906 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 1021 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 1398 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 1803 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 1887 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion() 2343 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectSession.cpp | 35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 277 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() 340 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles() 347 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles() 463 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting() 545 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger 550 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter() 564 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() 573 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand() 1237 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter() 1254 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter() [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/plugins/commands/ |
| H A D | fooplugin.cpp | 42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | lldb-commandinterpreter-fuzzer.cpp | 35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 29 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL() 230 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete() 502 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete() 590 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disassembly_mode.py | 7 self.interp = debugger.GetCommandInterpreter()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | LLDBUtils.cpp | 19 lldb::SBCommandInterpreter interp = g_vsc.debugger.GetCommandInterpreter(); in RunLLDBCommands()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandler.cpp | 205 .GetCommandInterpreter() in IOHandlerSuggestion() 215 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete() 219 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
|
| H A D | IOHandlerCursesGUI.cpp | 2967 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess() 3546 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess() 3844 m_debugger.GetCommandInterpreter(), m_completion_mask, request, in UpdateMatches() 5078 return m_debugger.GetCommandInterpreter() in GetProcess() 5174 return m_debugger.GetCommandInterpreter() in GetProcess() 5290 m_debugger.GetCommandInterpreter().GetExecutionContext()); in GetProcess() 5890 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 5957 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 6396 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 6408 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() [all …]
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | debuggerdriver.py | 93 return self.debugger.GetCommandInterpreter()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 436 if (!Dbg.GetCommandInterpreter().HandleCommand( in evaluateBreakpoints() 1142 CommandInterpreter &CI = Dbg.GetCommandInterpreter(); in evaluateMemoryMapCommands() 1210 Dbg->GetCommandInterpreter().HandleCommand( in main() 1213 Dbg->GetCommandInterpreter().HandleCommand( in main() 1216 Dbg->GetCommandInterpreter().HandleCommand( in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 778 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 886 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 1346 auto &interpreter = debugger.GetCommandInterpreter(); in DebuggerInitialize() 1807 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
|