Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp69 if (tmp_id.GetBreakpointID() == bp_id.GetBreakpointID() && in FindBreakpointID()
171 breakpoint_sp = target->GetBreakpointByID(bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
175 bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
185 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges()
201 !target->GetBreakpointByID(start_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
210 !target->GetBreakpointByID(end_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
217 break_id_t start_bp_id = start_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
219 break_id_t end_bp_id = end_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp404 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
406 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
582 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
584 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
592 cur_bp_id.GetBreakpointID(), in DoExecute()
674 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
676 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
685 cur_bp_id.GetBreakpointID(), in DoExecute()
694 cur_bp_id.GetBreakpointID(), in DoExecute()
720 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp1023 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1025 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1114 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1229 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1706 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1719 target->RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
2064 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
2147 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
2392 .FindBreakpointByID(bp_id.GetBreakpointID()) in DoExecute()
2640 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in VerifyIDs()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp319 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h60 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h33 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp228 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp293 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp931 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
934 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp669 = m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1064 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1269 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()