Searched refs:stop_sp (Results 1 – 4 of 4) sorted by relevance
81 BreakpointLocationSP stop_sp; in FindByIDPair() local84 stop_sp = *pos; in FindByIDPair()86 return stop_sp; in FindByIDPair()91 BreakpointLocationSP stop_sp; in FindByIDPair() local95 stop_sp = *pos; in FindByIDPair()97 return stop_sp; in FindByIDPair()102 BreakpointLocationSP stop_sp; in GetByIndex() local104 stop_sp = m_break_loc_collection[i]; in GetByIndex()106 return stop_sp; in GetByIndex()112 BreakpointLocationSP stop_sp; in GetByIndex() local[all …]
113 BreakpointSiteSP stop_sp; in FindByID() local116 stop_sp = pos->second; in FindByID()118 return stop_sp; in FindByID()124 BreakpointSiteSP stop_sp; in FindByID() local127 stop_sp = pos->second; in FindByID()129 return stop_sp; in FindByID()
1144 * infrun.c (wait_for_inferior): Remove stop_sp and replace
2437 * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc.