Searched refs:loc_id (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointID.cpp | 20 BreakpointID::BreakpointID(break_id_t bp_id, break_id_t loc_id) in BreakpointID() argument 21 : m_break_id(bp_id), m_location_id(loc_id) {} in BreakpointID() 62 break_id_t loc_id) { in GetCanonicalReference() argument 65 else if (loc_id == LLDB_INVALID_BREAK_ID) in GetCanonicalReference() 68 s->Printf("%i.%i", bp_id, loc_id); in GetCanonicalReference() 74 break_id_t loc_id = LLDB_INVALID_BREAK_ID; in ParseCanonicalReference() local 85 if (input.consumeInteger(0, loc_id)) in ParseCanonicalReference() 93 return BreakpointID(bp_id, loc_id); in ParseCanonicalReference()
|
| H A D | Breakpoint.cpp | 740 lldb::break_id_t loc_id = bp_loc_sp->GetID(); in ModuleReplaced() local 741 bp_loc_sp->GetAddress().CalculateSymbolContext(&old_sc_map[loc_id]); in ModuleReplaced() 748 lldb::break_id_t loc_id = bp_loc_sp->GetID(); in ModuleReplaced() local 749 bp_loc_sp->GetAddress().CalculateSymbolContext(&new_sc_map[loc_id]); in ModuleReplaced()
|
| H A D | BreakpointLocation.cpp | 32 BreakpointLocation::BreakpointLocation(break_id_t loc_id, Breakpoint &owner, in BreakpointLocation() argument 35 : StoppointLocation(loc_id, addr.GetOpcodeLoadAddress(&owner.GetTarget()), in BreakpointLocation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointID.h | 29 lldb::break_id_t loc_id = LLDB_INVALID_BREAK_ID); 37 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID() argument 39 m_location_id = loc_id; in SetID() 44 void SetBreakpointLocationID(lldb::break_id_t loc_id) { in SetBreakpointLocationID() argument 45 m_location_id = loc_id; in SetBreakpointLocationID()
|