Searched refs:sb_bp_location (Results 1 – 1 of 1) sorted by relevance
131 SBBreakpointLocation sb_bp_location; in FindLocationByAddress() local143 sb_bp_location.SetLocation(bkpt_sp->FindLocationByAddress(address)); in FindLocationByAddress()146 return sb_bp_location; in FindLocationByAddress()172 SBBreakpointLocation sb_bp_location; in FindLocationByID() local178 sb_bp_location.SetLocation(bkpt_sp->FindLocationByID(bp_loc_id)); in FindLocationByID()181 return sb_bp_location; in FindLocationByID()187 SBBreakpointLocation sb_bp_location; in GetLocationAtIndex() local193 sb_bp_location.SetLocation(bkpt_sp->GetLocationAtIndex(index)); in GetLocationAtIndex()196 return sb_bp_location; in GetLocationAtIndex()