Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
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-12-stable/contrib/llvm-project/lldb/source/Commands/
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()
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()
939 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1051 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1053 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1204 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1520 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1523 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1533 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp319 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointID.h29 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntime.h59 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp233 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp291 auto BID = GetBreakpointID(); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp932 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
935 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp672 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1055 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp1352 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()