Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:stop_info_sp

1692                         lldb::StopInfoSP stop_info_sp (thread_sp->GetStopInfo ());
1693 if (stop_info_sp)
1695 stop_info_sp->SetDescription (description.c_str());
1860 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
1862 if (stop_info_sp)
1863 reason = stop_info_sp->GetStopReason();
1870 stop_info_sp->GetDescription());
1895 StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
1897 if (stop_info_sp)
1898 reason = stop_info_sp->GetStopReason();