• Home
  • Raw
  • Download

Lines Matching refs:cur_bp_id

922                 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i);  in DoExecute()  local
924 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
926 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
927 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
929 … BreakpointLocation *location = bp->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1074 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
1076 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1078 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1079 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1081 … BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1194 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
1196 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1198 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1199 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1201 … BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1377 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
1378 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1696 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
1698 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1700 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
1702 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1703 … BreakpointLocation *location = breakpoint->FindLocationByID (cur_bp_id.GetLocationID()).get(); in DoExecute()
1713 target->RemoveBreakpointByID (cur_bp_id.GetBreakpointID()); in DoExecute()
1818 BreakpointID cur_bp_id = valid_ids->GetBreakpointIDAtIndex (i); in VerifyBreakpointIDs() local
1819 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in VerifyBreakpointIDs()
1823 if (cur_bp_id.GetLocationID() > num_locations) in VerifyBreakpointIDs()
1827 cur_bp_id.GetBreakpointID(), in VerifyBreakpointIDs()
1828 cur_bp_id.GetLocationID()); in VerifyBreakpointIDs()
1838 …ppendErrorWithFormat ("'%d' is not a currently valid breakpoint id.\n", cur_bp_id.GetBreakpointID(… in VerifyBreakpointIDs()