Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp34 lldb::break_id_t bp_loc_id) { in Remove() argument
36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove()
H A DBreakpointLocationList.cpp32 lldb::break_id_t bp_loc_id = ++m_next_id; in Create() local
34 new BreakpointLocation(bp_loc_id, m_owner, addr, LLDB_INVALID_THREAD_ID, in Create()
H A DBreakpoint.cpp265 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID() argument
266 return m_locations.FindByID(bp_loc_id); in FindLocationByID()
429 break_id_t bp_loc_id) { in InvokeCallback() argument
430 return m_options.InvokeCallback(context, GetID(), bp_loc_id); in InvokeCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h280 lldb::BreakpointLocationSP FindLocationByID(lldb::break_id_t bp_loc_id);
518 lldb::break_id_t bp_loc_id);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h56 lldb::SBBreakpointLocation FindLocationByID(lldb::break_id_t bp_loc_id);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp169 SBBreakpointLocation SBBreakpoint::FindLocationByID(break_id_t bp_loc_id) { in FindLocationByID() argument
170 LLDB_INSTRUMENT_VA(this, bp_loc_id); in FindLocationByID()
178 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()