Searched refs:cur_bp_id (Results 1 – 4 of 4) sorted by relevance
392 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local393 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()395 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()397 if (cur_bp_id.GetLocationID() == LLDB_INVALID_BREAK_ID) { in DoExecute()402 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()564 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local565 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()567 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()568 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()570 bp->FindLocationByID(cur_bp_id.GetLocationID())); in DoExecute()[all …]
864 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local866 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()868 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()869 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()871 bp->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()956 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex(i); in DoExecute() local958 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) { in DoExecute()960 target.GetBreakpointByID(cur_bp_id.GetBreakpointID()).get(); in DoExecute()961 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) { in DoExecute()963 breakpoint->FindLocationByID(cur_bp_id.GetLocationID()).get(); in DoExecute()[all …]
259 break_id_t cur_bp_id = breakpoint->GetID(); in FindAndReplaceIDRanges() local261 if ((cur_bp_id < start_bp_id) || (cur_bp_id > end_bp_id)) in FindAndReplaceIDRanges()266 if ((cur_bp_id == start_bp_id) && in FindAndReplaceIDRanges()273 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()278 } else if ((cur_bp_id == end_bp_id) && in FindAndReplaceIDRanges()284 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()291 BreakpointID::GetCanonicalReference(&canonical_id_str, cur_bp_id, in FindAndReplaceIDRanges()
1042 BreakpointID cur_bp_id = bp_ids.GetBreakpointIDAtIndex(i); in SerializeBreakpointsToFile() local1043 lldb::break_id_t bp_id = cur_bp_id.GetBreakpointID(); in SerializeBreakpointsToFile()