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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp66 if (tmp_id.GetBreakpointID() == bp_id.GetBreakpointID() &&
168 breakpoint_sp = target->GetBreakpointByID(bp_id->GetBreakpointID());
172 bp_id->GetBreakpointID());
182 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID());
198 !target->GetBreakpointByID(start_bp->GetBreakpointID())) {
207 !target->GetBreakpointByID(end_bp->GetBreakpointID())) {
214 break_id_t start_bp_id = start_bp->GetBreakpointID();
216 break_id_t end_bp_id = end_bp->GetBreakpointID();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp396 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
398 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
567 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
569 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
577 cur_bp_id.GetBreakpointID(),
650 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
652 target->GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
660 cur_bp_id.GetBreakpointID(),
669 cur_bp_id.GetBreakpointID(),
696 cur_bp_id.GetBreakpointID());
[all...]
H A DCommandObjectBreakpoint.cpp834 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
836 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
918 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
920 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
1025 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
1027 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
1180 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
1453 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
1456 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get();
1466 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID());
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointID.h30 lldb::break_id_t GetBreakpointID() const { return m_break_id; } function in class:lldb_private::BreakpointID
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h59 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } function in class:lldb_private::InstrumentationRuntime
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp317 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
320 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp229 auto BID = GetBreakpointID();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp294 auto BID = GetBreakpointID();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp928 if (GetBreakpointID() != LLDB_INVALID_BREAK_ID) {
931 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp657 m_breakpoint_list.FindBreakpointByID(id.GetBreakpointID());
1035 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1301 new_bps.AppendByID(bp_id.GetBreakpointID());

Completed in 216 milliseconds