Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp23 : m_owner(owner), m_next_id(0), m_new_location_recorder(nullptr) {} in BreakpointLocationList()
221 if (m_new_location_recorder) { in AddLocation()
222 m_new_location_recorder->Add(bp_loc_sp); in AddLocation()
299 assert(m_new_location_recorder == nullptr); in StartRecordingNewLocations()
300 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
305 m_new_location_recorder = nullptr; in StopRecordingNewLocations()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h204 BreakpointLocationCollection *m_new_location_recorder; variable