Home
last modified time | relevance | path

Searched refs:stop_sp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp82 BreakpointLocationSP stop_sp; in FindByIDPair() local
85 stop_sp = *pos; in FindByIDPair()
87 return stop_sp; in FindByIDPair()
92 BreakpointLocationSP stop_sp; in FindByIDPair() local
96 stop_sp = *pos; in FindByIDPair()
98 return stop_sp; in FindByIDPair()
103 BreakpointLocationSP stop_sp; in GetByIndex() local
105 stop_sp = m_break_loc_collection[i]; in GetByIndex()
107 return stop_sp; in GetByIndex()
113 BreakpointLocationSP stop_sp; in GetByIndex() local
[all …]
DBreakpointSiteList.cpp113 BreakpointSiteSP stop_sp; in FindByID() local
116 stop_sp = pos->second; in FindByID()
118 return stop_sp; in FindByID()
124 BreakpointSiteSP stop_sp; in FindByID() local
127 stop_sp = pos->second; in FindByID()
129 return stop_sp; in FindByID()