Searched refs:GetCommandInterpreter (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp47 auto &interpreter = debugger.GetCommandInterpreter();
51 debugger.GetCommandInterpreter().GetCommandObject("plugin");
H A DLanguageRuntime.cpp286 command_callback(parent->GetCommandInterpreter());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectSettings.cpp142 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
271 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
521 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
607 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
718 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
812 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
911 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
999 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
1077 GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
H A DCommandObjectRegister.cpp80 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion,
344 GetCommandInterpreter(), CommandCompletions::eRegisterCompletion,
H A DCommandObjectExpression.cpp504 GetCommandInterpreter().GetDebugger().GetUseColor());
529 Debugger &debugger = GetCommandInterpreter().GetDebugger();
576 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
H A DCommandObjectMultiword.cpp71 assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) &&
H A DCommandObjectBreakpoint.cpp826 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
900 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
1016 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
1402 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
1777 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
1864 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
2163 GetCommandInterpreter(), CommandCompletions::eBreakpointCompletion,
H A DCommandObjectCommands.cpp219 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
526 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
966 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) {
1380 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
H A DCommandObjectDisassemble.cpp454 GetCommandInterpreter().GetDebugger().GetTerminalWidth();
H A DCommandObjectWatchpointCommand.cpp304 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext();
194 CommandInterpreter &ci = debugger.GetCommandInterpreter();
299 // CommandInterpreter &ci = debugger.GetCommandInterpreter();
457 debugger.GetCommandInterpreter().HandleCompletion(sub_request);
545 debugger.GetCommandInterpreter().GetCommandObjectForCommand(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp90 GetCommandInterpreter(), m_completion_type_mask, request, nullptr);
H A DCommandObject.cpp113 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
118 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true),
139 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
293 request, opt_element_vector, GetCommandInterpreter());
327 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
825 CommandInterpreter &interpreter = GetCommandInterpreter();
851 CommandInterpreter &interpreter = GetCommandInterpreter();
862 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
H A DCommandAlias.cpp42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp218 SBCommandInterpreter interp = debugger.GetCommandInterpreter();
281 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles(b);
288 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles(b);
463 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { function in class:SBDebugger
465 GetCommandInterpreter);
469 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter());
483 SBCommandInterpreter sb_interpreter(GetCommandInterpreter());
492 SBProcess process(GetCommandInterpreter().GetProcess());
1172 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(options);
1192 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter();
[all...]
H A DSBCommandInterpreter.cpp681 m_opaque_sp->GetCommandInterpreter(), name, help);
726 m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1275 debugger.GetCommandInterpreter().UpdateExecutionContext(
1288 debugger.GetCommandInterpreter().UpdateExecutionContext(nullptr);
1653 m_debugger.GetCommandInterpreter().GetExecutionContext());
1891 return m_debugger.GetCommandInterpreter()
1988 return m_debugger.GetCommandInterpreter()
2424 m_debugger.GetCommandInterpreter().GetExecutionContext());
2491 m_debugger.GetCommandInterpreter().GetExecutionContext());
2911 m_debugger.GetCommandInterpreter().GetExecutionContext();
2923 m_debugger.GetCommandInterpreter().GetExecutionContext();
2935 m_debugger.GetCommandInterpreter()
[all...]
H A DIOHandler.cpp204 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request);
208 io_handler.GetDebugger().GetCommandInterpreter(),
H A DDebugger.cpp206 GetCommandInterpreter().UpdatePrompt(new_prompt);
210 GetCommandInterpreter().BroadcastEvent(prompt_change_event_sp);
281 GetCommandInterpreter().UpdatePrompt(new_prompt);
1522 GetCommandInterpreter().BroadcastEvent(
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h113 lldb::SBCommandInterpreter GetCommandInterpreter();
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i237 GetCommandInterpreter ();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h149 CommandInterpreter &GetCommandInterpreter() { function in class:lldb_private::Debugger
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h123 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } function in class:lldb_private::CommandObject
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp786 GetCommandInterpreter().GetDebugger().shared_from_this();
896 GetCommandInterpreter().GetDebugger().shared_from_this();
1372 auto &interpreter = debugger.GetCommandInterpreter();
1833 auto &interpreter = debugger_sp->GetCommandInterpreter();

Completed in 308 milliseconds

12