Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp856 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
858 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
947 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
949 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1061 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1063 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1213 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1527 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()
1530 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1540 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
[all …]
H A DCommandObjectProcess.cpp621 break_id_t bp_id = bkpt_id.GetBreakpointID(); in DoExecute()
649 bkpts_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
651 bkpts_with_locs_seen.insert(bkpt_id.GetBreakpointID()); in DoExecute()
751 = bkpt_list.FindBreakpointByID(bkpt_id.GetBreakpointID()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp318 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in Deactivate()
321 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h29 lldb::break_id_t GetBreakpointID() const { return m_break_id; } in GetBreakpointID() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h58 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp229 auto BID = GetBreakpointID(); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp290 auto BID = GetBreakpointID(); in Deactivate()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp691 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID()); in AddNameToBreakpoint()
1079 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1229 new_bps.AppendByID(bp_id.GetBreakpointID()); in BreakpointsCreateFromFile()