Lines Matching refs:debugger_sp
81 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() argument
82 if (!debugger_sp) in GetGlobalEnableOptions()
87 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
95 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() argument
99 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
779 DebuggerSP debugger_sp = in DoExecute() local
781 SetGlobalEnableOptions(debugger_sp, m_options_sp); in DoExecute()
887 DebuggerSP debugger_sp = in DoExecute() local
889 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute()
1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local
1100 auto options_sp = GetGlobalEnableOptions(debugger_sp); in HandleArrivalOfStructuredData()
1413 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1414 auto options_sp = GetGlobalEnableOptions(debugger_sp); in FilterLaunchInfo()
1415 if (!options_sp && debugger_sp) { in FilterLaunchInfo()
1416 options_sp = ParseAutoEnableOptions(error, *debugger_sp.get()); in FilterLaunchInfo()
1422 SetGlobalEnableOptions(debugger_sp, options_sp); in FilterLaunchInfo()
1654 DebuggerSP debugger_sp = in DumpHeader() local
1656 if (!debugger_sp) { in DumpHeader()
1661 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DumpHeader()
1783 DebuggerSP debugger_sp = in EnableNow() local
1785 if (!debugger_sp) { in EnableNow()
1793 auto options_sp = GetGlobalEnableOptions(debugger_sp); in EnableNow()
1797 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
1812 debugger_sp->GetID()); in EnableNow()
1841 debugger_sp->GetID()); in EnableNow()