Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp66 if (tmp_id.GetBreakpointID() == bp_id.GetBreakpointID() && in FindBreakpointID()
167 breakpoint_sp = target->GetBreakpointByID(bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
171 bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
180 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges()
196 !target->GetBreakpointByID(start_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
204 !target->GetBreakpointByID(end_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
210 break_id_t start_bp_id = start_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
212 break_id_t end_bp_id = end_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp397 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
399 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
565 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
567 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
575 cur_bp_id.GetBreakpointID(), in DoExecute()
645 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
647 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
655 cur_bp_id.GetBreakpointID(), in DoExecute()
663 cur_bp_id.GetBreakpointID(), in DoExecute()
690 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp846 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
848 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
937 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1051 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1520 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1533 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
1843 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
1926 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
2209 .FindBreakpointByID(bp_id.GetBreakpointID()) in DoExecute()
2445 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in VerifyIDs()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp319 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h59 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp233 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp291 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp672 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1055 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1352 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()