Home
last modified time | relevance | path

Searched refs:m_next_id (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()
32 lldb::break_id_t bp_loc_id = ++m_next_id; in Create()
316 m_next_id = highest_id; in Compact()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h203 lldb::break_id_t m_next_id; variable