Searched refs:GetCommandInterpreter (Results 1 - 25 of 38) sorted by path

12

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i237 GetCommandInterpreter ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h113 lldb::SBCommandInterpreter GetCommandInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h149 CommandInterpreter &GetCommandInterpreter() { function in class:lldb_private::Debugger
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h123 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } function in class:lldb_private::CommandObject
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp771 m_opaque_sp->GetCommandInterpreter(), name, help);
793 m_opaque_sp->GetCommandInterpreter(), name, impl, help);
813 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax);
H A DSBDebugger.cpp217 SBCommandInterpreter interp = debugger.GetCommandInterpreter();
280 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b);
287 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b);
462 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { function in class:SBDebugger
464 GetCommandInterpreter);
468 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter());
482 SBCommandInterpreter sb_interpreter(GetCommandInterpreter());
491 SBProcess process(GetCommandInterpreter().GetProcess());
1169 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(
1188 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp651 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp219 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
526 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
967 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) {
1386 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectDisassemble.cpp260 GetCommandInterpreter().GetDebugger().GetTerminalWidth();
H A DCommandObjectExpression.cpp520 Debugger &debugger = GetCommandInterpreter().GetDebugger();
567 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectFrame.cpp350 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
449 GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion,
H A DCommandObjectMultiword.cpp71 assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) &&
H A DCommandObjectPlatform.cpp158 CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request,
1603 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectProcess.cpp134 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectSettings.cpp142 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
271 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
521 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
609 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
720 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
814 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
913 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
1001 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
1076 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
H A DCommandObjectTarget.cpp263 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
1817 GetCommandInterpreter(), CommandCompletions::eModuleCompletion, request,
1855 GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion,
2482 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
3831 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
4031 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectType.cpp2720 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectWatchpoint.cpp1021 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectWatchpointCommand.cpp304 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp284 GetCommandInterpreter().UpdatePrompt(new_prompt);
288 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp);
354 GetCommandInterpreter().UpdatePrompt(new_prompt);
1537 GetCommandInterpreter().BroadcastEvent(
H A DIOHandler.cpp202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request);
206 io_handler.GetDebugger().GetCommandInterpreter(),
H A DIOHandlerCursesGUI.cpp1274 debugger.GetCommandInterpreter().UpdateExecutionContext(
1287 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr);
1652 m_debugger.GetCommandInterpreter().GetExecutionContext());
1890 return m_debugger.GetCommandInterpreter()
1987 return m_debugger.GetCommandInterpreter()
2423 m_debugger.GetCommandInterpreter().GetExecutionContext());
2490 m_debugger.GetCommandInterpreter().GetExecutionContext());
2910 m_debugger.GetCommandInterpreter().GetExecutionContext();
2922 m_debugger.GetCommandInterpreter().GetExecutionContext();
2934 m_debugger.GetCommandInterpreter()
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp608 .GetCommandInterpreter()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext();
194 CommandInterpreter &ci = debugger.GetCommandInterpreter();
301 // CommandInterpreter &ci = debugger.GetCommandInterpreter();
454 debugger.GetCommandInterpreter().HandleCompletion(sub_request);
545 debugger.GetCommandInterpreter().GetCommandObjectForCommand(

Completed in 422 milliseconds

12