Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp356 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
358 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
509 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
511 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
519 cur_bp_id.GetBreakpointID(), in DoExecute()
576 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
578 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
586 cur_bp_id.GetBreakpointID(), in DoExecute()
594 cur_bp_id.GetBreakpointID(), in DoExecute()
621 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp858 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
860 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
941 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
943 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1047 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1049 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1189 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1492 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1495 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1505 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
[all …]
H A DCommandObjectProcess.cpp551 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute()
579 bkpts_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
581 bkpts_with_locs_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
679 = bkpt_list.FindBreakpointByID(bkpt_id.GetBreakpointID()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp121 breakpoint_sp = target->GetBreakpointByID(bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
126 bp_id->GetBreakpointID()); in FindAndReplaceIDRanges()
134 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID()); in FindAndReplaceIDRanges()
149 !target->GetBreakpointByID(start_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
157 !target->GetBreakpointByID(end_bp->GetBreakpointID())) { in FindAndReplaceIDRanges()
163 break_id_t start_bp_id = start_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
165 break_id_t end_bp_id = end_bp->GetBreakpointID(); in FindAndReplaceIDRanges()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp120 if (GetBreakpointID() == LLDB_INVALID_BREAK_ID) in Deactivate()
124 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp106 if (GetBreakpointID() == LLDB_INVALID_BREAK_ID)
110 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in RetrieveReportData()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h33 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp230 auto BID = GetBreakpointID(); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp290 auto BID = GetBreakpointID(); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp934 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
937 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp734 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1129 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1238 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()