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

/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp34 lldb::break_id_t bp_loc_id) {
36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate
33 Remove(lldb::break_id_t bp_id, lldb::break_id_t bp_loc_id) argument
H A DBreakpointLocationList.cpp32 lldb::break_id_t bp_loc_id = ++m_next_id; local
34 new BreakpointLocation(bp_loc_id, m_owner, addr, LLDB_INVALID_THREAD_ID,
H A DBreakpoint.cpp268 BreakpointLocationSP Breakpoint::FindLocationByID(break_id_t bp_loc_id) { argument
269 return m_locations.FindByID(bp_loc_id);
432 break_id_t bp_loc_id) {
433 return m_options.InvokeCallback(context, GetID(), bp_loc_id);
431 InvokeCallback(StoppointCallbackContext *context, break_id_t bp_loc_id) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h273 /// \param[in] bp_loc_id
276 /// Returns a shared pointer to the location with ID \a bp_loc_id. The
280 lldb::BreakpointLocationSP FindLocationByID(lldb::break_id_t bp_loc_id);
512 /// \param[in] bp_loc_id
518 lldb::break_id_t bp_loc_id);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h56 lldb::SBBreakpointLocation FindLocationByID(lldb::break_id_t bp_loc_id);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp169 SBBreakpointLocation SBBreakpoint::FindLocationByID(break_id_t bp_loc_id) { argument
170 LLDB_INSTRUMENT_VA(this, bp_loc_id);
178 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id));

Completed in 289 milliseconds