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.cpp357 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
359 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
510 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
512 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
520 cur_bp_id.GetBreakpointID(), in DoExecute()
577 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
579 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
587 cur_bp_id.GetBreakpointID(), in DoExecute()
595 cur_bp_id.GetBreakpointID(), in DoExecute()
622 cur_bp_id.GetBreakpointID()); in DoExecute()
H A DCommandObjectBreakpoint.cpp885 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
887 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
968 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
970 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1077 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1079 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1221 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1524 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1527 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1540 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
[all …]
H A DCommandObjectProcess.cpp567 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute()
595 bkpts_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
597 bkpts_with_locs_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
702 = 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.cpp112 if (GetBreakpointID() == LLDB_INVALID_BREAK_ID) in Deactivate()
116 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.cpp288 auto BID = GetBreakpointID(); in Deactivate()
/freebsd/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/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp819 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1219 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1206 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()