Home
last modified time | relevance | path

Searched refs:GetNextID (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointResource.cpp21 : m_id(GetNextID()), m_addr(addr), m_size(size), in WatchpointResource()
120 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID() function in WatchpointResource
HDBreakpointSite.cpp22 : StoppointSite(GetNextID(), addr, 0, use_hardware), in BreakpointSite()
40 break_id_t BreakpointSite::GetNextID() { in GetNextID() function in BreakpointSite
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlan.cpp32 SetID(GetNextID()); in ThreadPlan()
146 lldb::user_id_t ThreadPlan::GetNextID() { in GetNextID() function in ThreadPlan
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointResource.h137 static lldb::wp_resource_id_t GetNextID();
HDBreakpointSite.h232 static lldb::break_id_t GetNextID();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h544 static lldb::user_id_t GetNextID();