Home
last modified time | relevance | path

Searched defs:bp_id (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointID.cpp20 BreakpointID::BreakpointID(break_id_t bp_id, break_id_t loc_id) in BreakpointID()
56 void BreakpointID::GetCanonicalReference(Stream *s, break_id_t bp_id, in GetCanonicalReference()
68 break_id_t bp_id; in ParseCanonicalReference() local
H A DBreakpointIDList.cpp47 bool BreakpointIDList::AddBreakpointID(BreakpointID bp_id) { in AddBreakpointID()
119 auto bp_id = BreakpointID::ParseCanonicalReference(prefix); in FindAndReplaceIDRanges() local
H A DBreakpointLocationCollection.cpp33 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove()
H A DBreakpointSite.cpp64 IsBreakpointAtThisSite(lldb::break_id_t bp_id) IsBreakpointAtThisSite() argument
H A DBreakpointSiteList.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h37 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID()
42 void SetBreakpointID(lldb::break_id_t bp_id) { m_break_id = bp_id; } in SetBreakpointID()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1469 BreakpointID bp_id(breakpoint_sp->GetID()); in DoExecute() local
1697 lldb::break_id_t bp_id = in DoExecute() local
1796 lldb::break_id_t bp_id = in DoExecute() local
1868 lldb::break_id_t bp_id = in DoExecute() local
2237 BreakpointID bp_id = new_bps.GetBreakpointIDAtIndex(i); in DoExecute() local
2457 if (auto bp_id = BreakpointID::ParseCanonicalReference(temp_arg)) in VerifyIDs() local
H A DCommandObjectProcess.cpp551 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute() local
600 for (break_id_t bp_id : bkpts_with_locs_seen) { in DoExecute() local
610 break_id_t bp_id = bp_sp->GetID(); in DoExecute() local
672 for (break_id_t bp_id : bkpts_disabled) { in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp803 lldb::break_id_t bp_id = m_break_ids[idx]; in GetBreakpointAtIndex() local
835 lldb::break_id_t bp_id = bkpt->GetID(); in AppendIfUnique() local
H A DSBTarget.cpp1092 bool SBTarget::BreakpointDelete(break_id_t bp_id) { in BreakpointDelete()
1105 SBBreakpoint SBTarget::FindBreakpointByID(break_id_t bp_id) { in FindBreakpointByID()
1237 BreakpointID bp_id = bp_ids.GetBreakpointIDAtIndex(i); in BreakpointsCreateFromFile() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1129 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile() local