| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StructuredDataPlugin.cpp | 47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() 51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
|
| HD | LanguageRuntime.cpp | 287 command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/ |
| HD | CommandObjectSettings.cpp | 142 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 271 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 521 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 609 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 720 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 814 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 913 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 1001 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion() 1076 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
|
| HD | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| HD | CommandObjectMultiword.cpp | 71 assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) && in LoadSubCommand()
|
| HD | CommandObjectExpression.cpp | 520 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() 567 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| HD | CommandObjectCommands.cpp | 219 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 526 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 967 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete() 1386 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| HD | CommandObjectFrame.cpp | 350 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute() 449 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion()
|
| HD | CommandObjectDisassemble.cpp | 260 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
|
| HD | CommandObjectWatchpointCommand.cpp | 304 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx, in WatchpointOptionsCallbackFunction()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | CommandObject.cpp | 103 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions() 108 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions() 129 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions() 279 request, opt_element_vector, GetCommandInterpreter()); in HandleCompletion() 313 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord() 811 CommandInterpreter &interpreter = GetCommandInterpreter(); in FormatLongHelpText() 837 CommandInterpreter &interpreter = GetCommandInterpreter(); in GenerateHelpText() 850 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
|
| HD | CommandObjectRegexCommand.cpp | 90 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
|
| HD | CommandAlias.cpp | 42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | IOHandlerCursesGUI.cpp | 1274 debugger.GetCommandInterpreter().UpdateExecutionContext( in Run() 1287 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr); in Run() 1652 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 1890 return m_debugger.GetCommandInterpreter() in GetProcess() 1987 return m_debugger.GetCommandInterpreter() in GetProcess() 2423 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 2490 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 2910 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 2922 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 2934 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() [all …]
|
| HD | IOHandler.cpp | 202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete() 206 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
|
| HD | Debugger.cpp | 284 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue() 288 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp); in SetPropertyValue() 354 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt() 1537 GetCommandInterpreter().BroadcastEvent( in StopEventHandlerThread()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBDebugger.cpp | 217 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() 280 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles() 287 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles() 462 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger 464 GetCommandInterpreter); in GetCommandInterpreter() 468 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter() 482 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() 491 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand() 1169 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter( in RunCommandInterpreter() 1188 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter() [all …]
|
| HD | SBCommandInterpreter.cpp | 771 m_opaque_sp->GetCommandInterpreter(), name, help); in AddMultiwordCommand() 793 m_opaque_sp->GetCommandInterpreter(), name, impl, help); in AddCommand() 813 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax); in AddCommand()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | REPL.cpp | 28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL() 194 CommandInterpreter &ci = debugger.GetCommandInterpreter(); in IOHandlerInputComplete() 454 debugger.GetCommandInterpreter().HandleCompletion(sub_request); in IOHandlerComplete() 545 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| HD | StructuredDataDarwinLog.cpp | 784 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 894 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 1370 auto &interpreter = debugger.GetCommandInterpreter(); in DebuggerInitialize() 1831 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBDebugger.h | 113 lldb::SBCommandInterpreter GetCommandInterpreter();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBDebugger.i | 237 GetCommandInterpreter ();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/ |
| HD | Driver.cpp | 495 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() 515 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| HD | CommandObject.h | 123 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() function
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | Debugger.h | 149 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() function
|