Home
last modified time | relevance | path

Searched refs:GetBreakpointID (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp55 if (tmp_id.GetBreakpointID() == bp_id.GetBreakpointID() && in FindBreakpointID()
140 breakpoint_sp = target->GetBreakpointByID(bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
146 bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
154 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges()
170 !target->GetBreakpointByID(start_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
178 !target->GetBreakpointByID(end_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
184 break_id_t start_bp_id = start_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
186 break_id_t end_bp_id = end_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp368 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
370 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
533 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
535 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
543 cur_bp_id.GetBreakpointID(), in DoExecute()
612 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
614 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
622 cur_bp_id.GetBreakpointID(), in DoExecute()
630 cur_bp_id.GetBreakpointID(), in DoExecute()
657 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp853 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
855 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
941 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1052 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1511 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1524 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
1832 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
1911 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
2279 .FindBreakpointByID(bp_id.GetBreakpointID()) in DoExecute()
2516 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in VerifyIDs()
[all …]
H A DCommandObjectProcess.cpp571 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute()
599 bkpts_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
601 bkpts_with_locs_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
701 = bkpt_list.FindBreakpointByID(bkpt_id.GetBreakpointID()); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp113 if (GetBreakpointID() == LLDB_INVALID_BREAK_ID) in Deactivate()
117 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp106 if (GetBreakpointID() == LLDB_INVALID_BREAK_ID) in Deactivate()
110 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h58 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h29 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp230 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp290 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp932 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
935 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp733 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1128 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1231 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()