Home
last modified time | relevance | path

Searched refs:breakID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h
H A DBreakpointList.h52 lldb::BreakpointSP FindBreakpointByID(lldb::break_id_t breakID) const;
91 bool Remove(lldb::break_id_t breakID, bool notify);
153 bp_collection::iterator GetBreakpointIDIterator(lldb::break_id_t breakID);
156 GetBreakpointIDConstIterator(lldb::break_id_t breakID) const;
H A DBreakpointLocationList.h60 lldb::BreakpointLocationSP FindByID(lldb::break_id_t breakID) const;
143 bool ShouldStop(StoppointCallbackContext *context, lldb::break_id_t breakID);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1881 lldb::user_id_t breakID = bp_site->GetID(); in DisableSoftwareBreakpoint() local
1885 breakID, (uint64_t)bp_addr); in DisableSoftwareBreakpoint()