Lines Matching refs:debugger_sp

79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) {  in GetGlobalEnableOptions()  argument
80 if (!debugger_sp) in GetGlobalEnableOptions()
85 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
93 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() argument
97 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
777 DebuggerSP debugger_sp = in DoExecute() local
779 SetGlobalEnableOptions(debugger_sp, m_options_sp); in DoExecute()
885 DebuggerSP debugger_sp = in DoExecute() local
887 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()
1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1421 auto options_sp = GetGlobalEnableOptions(debugger_sp); in FilterLaunchInfo()
1422 if (!options_sp && debugger_sp) { in FilterLaunchInfo()
1423 options_sp = ParseAutoEnableOptions(error, *debugger_sp.get()); in FilterLaunchInfo()
1429 SetGlobalEnableOptions(debugger_sp, options_sp); in FilterLaunchInfo()
1664 DebuggerSP debugger_sp = in DumpHeader() local
1666 if (!debugger_sp) { in DumpHeader()
1671 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DumpHeader()
1793 DebuggerSP debugger_sp = in EnableNow() local
1795 if (!debugger_sp) { in EnableNow()
1803 auto options_sp = GetGlobalEnableOptions(debugger_sp); in EnableNow()
1807 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
1822 debugger_sp->GetID()); in EnableNow()
1851 debugger_sp->GetID()); in EnableNow()