Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStructuredDataPlugin.cpp47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp70 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 DCommandObjectSettings.cpp147 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 DCommandObjectPlatform.cpp161 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 DCommandObjectMultiword.cpp84 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadSubCommand()
103 lldbassert((&GetCommandInterpreter() == &cmd_obj_sp->GetCommandInterpreter()) && in LoadUserSubcommand()
H A DCommandObjectWatchpoint.cpp293 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 DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectTrace.cpp100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectExpression.cpp484 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
509 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
556 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.cpp108 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); in HandleCompletion()
H A DCommandObjectBreakpoint.cpp832 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 DCommandObjectSession.cpp35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp112 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 DSBDebugger.cpp277 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 Dfooplugin.cpp42 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); in PluginInitialize()
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp35 SBCommandInterpreter ci = debugger.GetCommandInterpreter(); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp29 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 Ddisassembly_mode.py7 self.interp = debugger.GetCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp19 lldb::SBCommandInterpreter interp = g_vsc.debugger.GetCommandInterpreter(); in RunLLDBCommands()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp205 .GetCommandInterpreter() in IOHandlerSuggestion()
215 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete()
219 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
H A DIOHandlerCursesGUI.cpp2967 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 Ddebuggerdriver.py93 return self.debugger.GetCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp436 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 DStructuredDataDarwinLog.cpp778 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()

123