Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationList.cpp24 m_next_id(0), m_new_location_recorder(nullptr) {} in BreakpointLocationList()
33 lldb::break_id_t bp_loc_id = ++m_next_id; in Create()
311 m_next_id = highest_id; in Compact()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h200 lldb::break_id_t m_next_id; variable