| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() 51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
|
| H A D | Statistics.cpp | 465 json::Value cmd_stats = debugger.GetCommandInterpreter().GetStatistics(); in ReportStatistics() 492 debugger.GetCommandInterpreter().GetTranscript(); in ReportStatistics()
|
| H A D | LanguageRuntime.cpp | 302 command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 111 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions() 116 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions() 294 request, opt_element_vector, GetCommandInterpreter()); in HandleCompletion() 336 GetCommandInterpreter(), arg_entry->completion_type, request, nullptr); in HandleArgumentCompletion() 362 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord() 638 CommandInterpreter &interpreter = GetCommandInterpreter(); in FormatLongHelpText() 664 CommandInterpreter &interpreter = GetCommandInterpreter(); in GenerateHelpText() 675 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
|
| H A D | CommandAlias.cpp | 41 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 147 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 476 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 558 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 663 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 752 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 845 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 927 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion() 987 GetCommandInterpreter(), lldb::eSettingsNameCompletion, request, in HandleArgumentCompletion()
|
| H A D | CommandObjectExpression.cpp | 508 GetCommandInterpreter().GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete() 510 GetCommandInterpreter().GetDebugger().GetAsyncErrorStream(); in IOHandlerInputComplete() 513 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 537 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() 583 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectMultiword.cpp | 84 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand() 94 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadUserSubcommand()
|
| H A D | CommandObjectCommands.cpp | 124 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 381 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 818 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) in IOHandlerInputComplete() 1082 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion() 1146 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion() 2227 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 2467 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute() 2477 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute() 2665 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 2818 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute() [all …]
|
| H A D | CommandObjectWatchpoint.cpp | 283 GetCommandInterpreter(), lldb::eWatchpointIDCompletion, request, in HandleArgumentCompletion() 352 GetCommandInterpreter(), lldb::eWatchpointIDCompletion, request, in HandleArgumentCompletion() 426 GetCommandInterpreter(), lldb::eWatchpointIDCompletion, request, in HandleArgumentCompletion() 542 GetCommandInterpreter(), lldb::eWatchpointIDCompletion, request, in HandleArgumentCompletion() 660 GetCommandInterpreter(), lldb::eWatchpointIDCompletion, request, in HandleArgumentCompletion() 988 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 165 GetCommandInterpreter(), request, nullptr); in HandleCompletion() 808 GetCommandInterpreter(), lldb::eRemoteDiskFileCompletion, request, in HandleArgumentCompletion() 812 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1013 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 1016 GetCommandInterpreter(), lldb::eRemoteDiskFileCompletion, request, in HandleArgumentCompletion() 1065 GetCommandInterpreter(), lldb::eRemoteDiskFileCompletion, request, in HandleArgumentCompletion() 1141 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute() 1677 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 1770 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectTrace.cpp | 99 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion() 185 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
|
| H A D | CommandObjectRegister.cpp | 332 GetCommandInterpreter(), lldb::eRegisterCompletion, request, nullptr); in HandleArgumentCompletion() 439 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
|
| H A D | CommandObjectRegexCommand.cpp | 108 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
|
| H A D | CommandObjectStats.cpp | 154 !GetDebugger().GetCommandInterpreter().GetSaveTranscript()) { in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 862 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 928 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 1038 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 1397 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 1794 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 1868 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion() 2315 GetCommandInterpreter(), lldb::eBreakpointCompletion, request, nullptr); in HandleArgumentCompletion()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 254 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() 317 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles() 324 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles() 440 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting() 513 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger 518 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter() 532 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() 541 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand() 1223 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options); in RunCommandInterpreter() 1240 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 31 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL() 235 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete() 508 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete() 592 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 192 .GetCommandInterpreter() in IOHandlerSuggestion() 202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete() 206 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() 5104 return m_debugger.GetCommandInterpreter() in GetProcess() 5199 return m_debugger.GetCommandInterpreter() in GetProcess() 5315 m_debugger.GetCommandInterpreter().GetExecutionContext()); in GetProcess() 5912 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 5979 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 6418 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 6430 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() [all …]
|
| H A D | Debugger.cpp | 235 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue() 239 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp); in SetPropertyValue() 351 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt() 462 GetCommandInterpreter().UpdateUseColor(b); in SetUseColor() 888 CommandInterpreter &cmd_interpreter = debugger_sp->GetCommandInterpreter(); in Destroy() 1485 return GetCommandInterpreter().WasInterrupted(); in InterruptRequested() 2226 GetCommandInterpreter().BroadcastEvent( in StopEventHandlerThread()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Tool.cpp | 75 debugger_sp->GetCommandInterpreter().HandleCommand( in Call()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 783 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 891 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 1348 auto &interpreter = debugger.GetCommandInterpreter(); in DebuggerInitialize() 1805 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 665 .GetCommandInterpreter() in PrintChildrenPostamble() 865 .GetCommandInterpreter() in PrintChildrenIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 463 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() 479 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
|