Lines Matching refs:debugger_sp

78 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) {  in GetGlobalEnableOptions()  argument
79 if (!debugger_sp) in GetGlobalEnableOptions()
84 DebuggerWP debugger_wp(debugger_sp); in GetGlobalEnableOptions()
92 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() argument
96 DebuggerWP debugger_wp(debugger_sp); in SetGlobalEnableOptions()
781 DebuggerSP debugger_sp = in DoExecute() local
783 SetGlobalEnableOptions(debugger_sp, m_options_sp); in DoExecute()
889 DebuggerSP debugger_sp = in DoExecute() local
891 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DoExecute()
1119 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local
1120 auto options_sp = GetGlobalEnableOptions(debugger_sp); in HandleArrivalOfStructuredData()
1440 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1441 auto options_sp = GetGlobalEnableOptions(debugger_sp); in FilterLaunchInfo()
1442 if (!options_sp && debugger_sp) { in FilterLaunchInfo()
1443 options_sp = ParseAutoEnableOptions(error, *debugger_sp.get()); in FilterLaunchInfo()
1449 SetGlobalEnableOptions(debugger_sp, options_sp); in FilterLaunchInfo()
1684 DebuggerSP debugger_sp = in DumpHeader() local
1686 if (!debugger_sp) { in DumpHeader()
1691 auto options_sp = GetGlobalEnableOptions(debugger_sp); in DumpHeader()
1813 DebuggerSP debugger_sp = in EnableNow() local
1815 if (!debugger_sp) { in EnableNow()
1823 auto options_sp = GetGlobalEnableOptions(debugger_sp); in EnableNow()
1827 auto &interpreter = debugger_sp->GetCommandInterpreter(); in EnableNow()
1842 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
1875 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()