Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointLocationList.cpp30 m_new_location_recorder (NULL) in BreakpointLocationList()
258 if(m_new_location_recorder) in AddLocation()
260 m_new_location_recorder->Add(bp_loc_sp); in AddLocation()
295 assert (m_new_location_recorder == NULL); in StartRecordingNewLocations()
296 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
303 m_new_location_recorder = NULL; in StopRecordingNewLocations()
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h264 BreakpointLocationCollection *m_new_location_recorder; variable