Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
H A DLanguageRuntime.cpp298 command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp142 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
267 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
513 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
598 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
706 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
798 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
894 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
979 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
1054 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion, in HandleArgumentCompletion()
H A DCommandObjectPlatform.cpp159 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request, in HandleCompletion()
480 GetCommandInterpreter(), in HandleArgumentCompletion()
812 GetCommandInterpreter(), in HandleArgumentCompletion()
816 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
888 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
938 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
942 GetCommandInterpreter(), in HandleArgumentCompletion()
1349 GetCommandInterpreter(), CommandCompletions::eProcessIDCompletion, in HandleArgumentCompletion()
1611 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
1700 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectWatchpoint.cpp293 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
369 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
451 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
575 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
701 GetCommandInterpreter(), CommandCompletions::eWatchPointIDCompletion, in HandleArgumentCompletion()
855 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion()
1049 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectExpression.cpp497 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
522 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
569 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectRegister.cpp80 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion, in HandleArgumentCompletion()
340 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion, in HandleArgumentCompletion()
H A DCommandObjectRegexCommand.cpp88 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
H A DCommandObjectMultiword.cpp71 assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) && in LoadSubCommand()
H A DCommandObjectCommands.cpp69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
367 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
810 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
1220 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1274 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
H A DCommandObjectBreakpoint.cpp822 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
896 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
1011 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
1391 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
1799 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
1884 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
2252 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion, in HandleArgumentCompletion()
H A DCommandObjectSession.cpp34 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectFrame.cpp295 GetCommandInterpreter(), CommandCompletions::eFrameIndexCompletion, in HandleArgumentCompletion()
353 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in DoExecute()
449 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion, in HandleArgumentCompletion()
H A DCommandObjectThread.cpp369 GetCommandInterpreter(), CommandCompletions::eThreadIndexCompletion, in HandleArgumentCompletion()
631 GetCommandInterpreter(), CommandCompletions::eThreadIndexCompletion, in HandleArgumentCompletion()
1115 GetCommandInterpreter(), CommandCompletions::eThreadIndexCompletion, in HandleArgumentCompletion()
1250 GetCommandInterpreter(), CommandCompletions::eThreadIndexCompletion, in HandleArgumentCompletion()
1300 GetCommandInterpreter(), CommandCompletions::eThreadIndexCompletion, in HandleArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp110 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions()
115 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
136 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions()
296 request, opt_element_vector, GetCommandInterpreter()); in HandleCompletion()
330 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
827 CommandInterpreter &interpreter = GetCommandInterpreter(); in FormatLongHelpText()
853 CommandInterpreter &interpreter = GetCommandInterpreter(); in GenerateHelpText()
864 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
H A DCommandAlias.cpp42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp254 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
317 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b); in SkipLLDBInitFiles()
324 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b); in SkipAppInitFiles()
499 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger
501 GetCommandInterpreter); in GetCommandInterpreter()
505 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
519 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand()
528 SBProcess process(GetCommandInterpreter().GetProcess()); in HandleCommand()
1254 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1318 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2546 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess()
3613 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
3853 return m_debugger.GetCommandInterpreter() in GetProcess()
3950 return m_debugger.GetCommandInterpreter() in GetProcess()
4420 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
4487 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
4913 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
4925 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
5184 m_debugger.GetCommandInterpreter().GetExecutionContext(); in WindowDelegateDraw()
5275 m_debugger.GetCommandInterpreter().GetExecutionContext(); in WindowDelegateDraw()
[all …]
H A DIOHandler.cpp203 .GetCommandInterpreter() in IOHandlerSuggestion()
213 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete()
217 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
H A DDebugger.cpp207 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
211 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp); in SetPropertyValue()
288 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
608 CommandInterpreter &cmd_interpreter = debugger_sp->GetCommandInterpreter(); in Destroy()
1610 GetCommandInterpreter().BroadcastEvent( in StopEventHandlerThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp782 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
890 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
1366 auto &interpreter = debugger.GetCommandInterpreter(); in DebuggerInitialize()
1827 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i237 GetCommandInterpreter ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h151 lldb::SBCommandInterpreter GetCommandInterpreter();

12