Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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 …]
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h94 StopPointSiteSP stop_sp; in FindByID() local
97 stop_sp = pos->second; in FindByID()
99 return stop_sp; in FindByID()
112 StopPointSiteSP stop_sp; in FindByID() local
115 stop_sp = pos->second; in FindByID()
117 return stop_sp; in FindByID()