Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
535 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
537 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
545 cur_bp_id.GetBreakpointID(), in DoExecute()
615 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
617 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
625 cur_bp_id.GetBreakpointID(), in DoExecute()
633 cur_bp_id.GetBreakpointID(), in DoExecute()
660 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp855 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
857 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
946 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1060 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1526 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1539 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
1846 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
1928 valid_bp_ids.GetBreakpointIDAtIndex(index).GetBreakpointID(); in DoExecute()
2300 .FindBreakpointByID(bp_id.GetBreakpointID()) in DoExecute()
2535 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in VerifyIDs()
[all …]
H A DCommandObjectProcess.cpp620 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute()
648 bkpts_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
650 bkpts_with_locs_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
750 = bkpt_list.FindBreakpointByID(bkpt_id.GetBreakpointID()); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp317 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
320 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h29 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h58 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp228 auto BID = GetBreakpointID(); in Deactivate()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp289 auto BID = GetBreakpointID(); in Deactivate()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp930 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
933 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp687 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1069 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1229 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()