Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19941144 * infrun.c (wait_for_inferior): Remove stop_sp and replace
H A DChangeLog-19932437 * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc.