Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStructuredDataPlugin.cpp47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
HDLanguageRuntime.cpp287 command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSettings.cpp142 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()
HDCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
HDCommandObjectMultiword.cpp71 assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) && in LoadSubCommand()
HDCommandObjectExpression.cpp520 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
567 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
HDCommandObjectCommands.cpp219 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()
HDCommandObjectFrame.cpp350 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
449 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion()
HDCommandObjectDisassemble.cpp260 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
HDCommandObjectWatchpointCommand.cpp304 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx, in WatchpointOptionsCallbackFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp103 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()
HDCommandObjectRegexCommand.cpp90 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
HDCommandAlias.cpp42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp1274 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 …]
HDIOHandler.cpp202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete()
206 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
HDDebugger.cpp284 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/
HDSBDebugger.cpp217 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 …]
HDSBCommandInterpreter.cpp771 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/
HDREPL.cpp28 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/
HDStructuredDataDarwinLog.cpp784 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/
HDSBDebugger.h113 lldb::SBCommandInterpreter GetCommandInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i237 GetCommandInterpreter ();
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp495 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/
HDCommandObject.h123 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() function
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h149 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() function

12