Home
last modified time | relevance | path

Searched refs:wp_resource_id_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h28 typedef lldb::wp_resource_id_t SiteID;
130 void SetID(lldb::wp_resource_id_t);
132 lldb::wp_resource_id_t GetID() const;
145 static lldb::wp_resource_id_t GetNextID();
147 lldb::wp_resource_id_t m_id;
H A DWatchpointResourceList.h35 lldb::wp_resource_id_t Add(const lldb::WatchpointResourceSP &wp_res_sp);
44 bool Remove(lldb::wp_resource_id_t id);
101 lldb::WatchpointResourceSP FindByID(lldb::wp_resource_id_t id);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp43 wp_resource_id_t WatchpointResource::GetID() const { return m_id; } in GetID()
45 void WatchpointResource::SetID(wp_resource_id_t id) { m_id = id; } in SetID()
121 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID()
122 static wp_resource_id_t g_next_id = 0; in GetNextID()
H A DWatchpointResourceList.cpp21 wp_resource_id_t
32 bool WatchpointResourceList::Remove(wp_resource_id_t id) { in Remove()
87 WatchpointResourceSP WatchpointResourceList::FindByID(wp_resource_id_t id) { in FindByID()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h86 typedef uint32_t wp_resource_id_t; typedef