reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  771       m_opaque_sp->GetCommandInterpreter(), name, help);
  793       m_opaque_sp->GetCommandInterpreter(), name, impl, help);
  813       m_opaque_sp->GetCommandInterpreter(), name, impl, help, syntax);
tools/lldb/source/Commands/CommandObjectCommands.cpp
  220         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
  527     ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
 1387         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  264         GetCommandInterpreter().GetDebugger().GetTerminalWidth();
tools/lldb/source/Commands/CommandObjectExpression.cpp
  528   Debugger &debugger = GetCommandInterpreter().GetDebugger();
  575   auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  359             GetCommandInterpreter().GetDebugger().GetTerminalWidth());
  458         GetCommandInterpreter(), CommandCompletions::eVariablePathCompletion,
tools/lldb/source/Commands/CommandObjectMultiword.cpp
   72     assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) &&
   72     assert((&GetCommandInterpreter() == &cmd_obj->GetCommandInterpreter()) &&
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  161     CommandCompletions::PlatformPluginNames(GetCommandInterpreter(), request,
 1607     ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext();
tools/lldb/source/Commands/CommandObjectPlugin.cpp
   44         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectProcess.cpp
  135         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectSettings.cpp
  142           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  272         GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  522         GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  610           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  721           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  815           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
  914           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
 1002           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
 1077           GetCommandInterpreter(), CommandCompletions::eSettingsNameCompletion,
tools/lldb/source/Commands/CommandObjectTarget.cpp
  265         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
 1822         GetCommandInterpreter(), CommandCompletions::eModuleCompletion, request,
 1860         GetCommandInterpreter(), CommandCompletions::eSourceFileCompletion,
 2477         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
 3828           GetCommandInterpreter().GetDebugger().GetTerminalWidth());
 4028         GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion,
tools/lldb/source/Commands/CommandObjectType.cpp
 2730     auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  978     auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
tools/lldb/source/Interpreter/CommandAlias.cpp
   42         cmd_obj_sp->GetCommandInterpreter().GetExecutionContext();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
  951     lldbassert((this == &cmd_sp->GetCommandInterpreter()) &&
  973     lldbassert((this == &cmd_sp->GetCommandInterpreter()) &&
 1123     lldbassert((this == &command_obj_sp->GetCommandInterpreter()) &&
tools/lldb/source/Interpreter/CommandObject.cpp
  103     auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
  108         args, &exe_ctx, GetCommandInterpreter().GetPlatform(true),
  129             GetCommandInterpreter().GetDebugger().GetTerminalWidth());
  279           request, opt_element_vector, GetCommandInterpreter());
  313         GetCommandInterpreter().GetDebugger().GetTerminalWidth());
  811   CommandInterpreter &interpreter = GetCommandInterpreter();
  837   CommandInterpreter &interpreter = GetCommandInterpreter();
  850         GetCommandInterpreter().GetDebugger().GetTerminalWidth());
tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
   90         GetCommandInterpreter(), m_completion_type_mask, request, nullptr);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  784           GetCommandInterpreter().GetDebugger().shared_from_this();
  894         GetCommandInterpreter().GetDebugger().shared_from_this();
tools/lldb/source/Target/LanguageRuntime.cpp
  285           command_callback(parent->GetCommandInterpreter());