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

Declarations

tools/lldb/include/lldb/Interpreter/CommandObject.h
  124   Debugger &GetDebugger();

References

tools/lldb/source/Commands/CommandObjectApropos.cpp
   77           GetDebugger().Apropos(search_word, properties);
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  415         ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter();
tools/lldb/source/Commands/CommandObjectCommands.cpp
  967             if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) {
  968               StreamSP out_stream = GetDebugger().GetAsyncOutputStream();
  997       Debugger &debugger = GetDebugger();
 1223     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
 1238     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
 1281     if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter())
 1294     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
 1310     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
 1325     ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
 1430     if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) {
 1456       if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule(
 1599     ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
 1645     if (GetDebugger().GetScriptLanguage() != lldb::eScriptLanguagePython) {
 1683       ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  292             GetDebugger(), m_options.arch, plugin_name, flavor_string,
  456                 GetDebugger(), m_options.arch, plugin_name, flavor_string,
  504                 GetDebugger(), m_options.arch, plugin_name, flavor_string,
tools/lldb/source/Commands/CommandObjectExpression.cpp
  466         if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) {
tools/lldb/source/Commands/CommandObjectFrame.cpp
  874   ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
tools/lldb/source/Commands/CommandObjectGUI.cpp
   29     Debugger &debugger = GetDebugger();
tools/lldb/source/Commands/CommandObjectLog.cpp
  180         GetDebugger().EnableLog(channel, args.GetArgumentArrayRef(), log_file,
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  179           GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp);
  258     Target *target = GetDebugger().GetSelectedTarget().get();
  264       platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
  293         GetDebugger().GetPlatformList().GetSelectedPlatform());
  300         platform_sp->ConnectToWaitingProcesses(GetDebugger(), error);
  318         GetDebugger().GetPlatformList().GetSelectedPlatform());
  342         GetDebugger().GetPlatformList().GetSelectedPlatform());
  409         GetDebugger().GetPlatformList().GetSelectedPlatform());
  445         GetDebugger().GetPlatformList().GetSelectedPlatform());
  494         GetDebugger().GetPlatformList().GetSelectedPlatform());
  548         GetDebugger().GetPlatformList().GetSelectedPlatform());
  588         GetDebugger().GetPlatformList().GetSelectedPlatform());
  675         GetDebugger().GetPlatformList().GetSelectedPlatform());
  818         GetDebugger().GetPlatformList().GetSelectedPlatform());
  883         GetDebugger().GetPlatformList().GetSelectedPlatform());
  926         GetDebugger().GetPlatformList().GetSelectedPlatform());
  959     Target *target = GetDebugger().GetSelectedTarget().get();
  965       platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
  996         Debugger &debugger = GetDebugger();
 1051     Target *target = GetDebugger().GetSelectedTarget().get();
 1057       platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
 1325     Target *target = GetDebugger().GetSelectedTarget().get();
 1331       platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
 1498         GetDebugger().GetPlatformList().GetSelectedPlatform());
 1502           m_options.attach_info, GetDebugger(), nullptr, err);
 1625         GetDebugger().GetPlatformList().GetSelectedPlatform());
 1697         GetDebugger().GetPlatformList().GetSelectedPlatform());
tools/lldb/source/Commands/CommandObjectPlugin.cpp
   63     if (GetDebugger().LoadPlugin(dylib_fspec, error))
tools/lldb/source/Commands/CommandObjectProcess.cpp
  149     Debugger &debugger = GetDebugger();
  378         GetDebugger().GetPlatformList().GetSelectedPlatform());
  380     Target *target = GetDebugger().GetSelectedTarget().get();
  397       error = GetDebugger().GetTargetList().CreateTarget(
  398           GetDebugger(), "", "", eLoadDependentsNo,
  406       GetDebugger().GetTargetList().SetSelectedTarget(target);
  820     Debugger &debugger = GetDebugger();
tools/lldb/source/Commands/CommandObjectSettings.cpp
  160       lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue(
  196       Status error(GetDebugger().SetPropertyValue(
  212       error = GetDebugger().SetPropertyValue(nullptr, eVarSetOperationAssign,
  223       error = GetDebugger().SetPropertyValue(&exe_ctx, eVarSetOperationAssign,
  282         Status error(GetDebugger().DumpPropertyValue(
  293       GetDebugger().DumpAllPropertyValues(&m_exe_ctx, result.GetOutputStream(),
  397       GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file,
  403       Status error(GetDebugger().DumpPropertyValue(
  541             GetDebugger().GetValueProperties()->GetPropertyAtPath(
  554       GetDebugger().DumpAllDescriptions(m_interpreter,
  647     Status error(GetDebugger().SetPropertyValue(
  743     Status error(GetDebugger().SetPropertyValue(
  845     Status error(GetDebugger().SetPropertyValue(
  944     Status error(GetDebugger().SetPropertyValue(
 1034     Status error(GetDebugger().SetPropertyValue(
 1100     Status error(GetDebugger().SetPropertyValue(
tools/lldb/source/Commands/CommandObjectSource.cpp
  564       target = GetDebugger().GetSelectedTarget().get();
 1109               (GetDebugger().GetStopShowColumn() != eStopShowColumnNone)
tools/lldb/source/Commands/CommandObjectTarget.cpp
  322       Debugger &debugger = GetDebugger();
  421                 GetDebugger().GetListener(), llvm::StringRef(), &core_file));
  500       if (DumpTargetList(GetDebugger().GetTargetList(),
  535         TargetList &target_list = GetDebugger().GetTargetList();
  611     TargetList &target_list = GetDebugger().GetTargetList();
 2952     Target *target = GetDebugger().GetSelectedTarget().get();
 4594         Target *target = GetDebugger().GetSelectedTarget().get();
 4621           new SymbolContextSpecifier(GetDebugger().GetSelectedTarget()));
tools/lldb/source/Commands/CommandObjectThread.cpp
  605       } else if (!GetDebugger().GetScriptInterpreter()->CheckObjectExists(
tools/lldb/source/Commands/CommandObjectType.cpp
  166     ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
  178           ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
  398     ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
  410           ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
 1288     ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
 1298     ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
 2280   ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter();
 2853     TargetSP target_sp = GetDebugger().GetSelectedTarget();
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  797     Target *target = GetDebugger().GetSelectedTarget().get();
  982     Target *target = GetDebugger().GetSelectedTarget().get();
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  440             GetDebugger().GetScriptInterpreter()->SetWatchpointCommandCallback(
  450             GetDebugger().GetScriptInterpreter()->SetWatchpointCommandCallback(
  453             GetDebugger()
tools/lldb/source/Interpreter/CommandObjectScript.cpp
   53   ScriptInterpreter *script_interpreter = GetDebugger().GetScriptInterpreter();