Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp81 BreakpointLocationSP stop_sp; in FindByIDPair() local
84 stop_sp = *pos; in FindByIDPair()
86 return stop_sp; in FindByIDPair()
91 BreakpointLocationSP stop_sp; in FindByIDPair() local
95 stop_sp = *pos; in FindByIDPair()
97 return stop_sp; in FindByIDPair()
102 BreakpointLocationSP stop_sp; in GetByIndex() local
104 stop_sp = m_break_loc_collection[i]; in GetByIndex()
106 return stop_sp; in GetByIndex()
112 BreakpointLocationSP stop_sp; in GetByIndex() local
[all …]
H A 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()