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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationList.h200 lldb::break_id_t m_next_id; member in class:lldb_private::BreakpointLocationList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp24 m_next_id(0), m_new_location_recorder(nullptr) {}
33 lldb::break_id_t bp_loc_id = ++m_next_id;
311 m_next_id = highest_id;

Completed in 109 milliseconds