Lines Matching refs:loc_num
1050 expression of LOC. BP_NUM is the number of LOC's owner, LOC_NUM is
1056 int bp_num, int loc_num)
1071 bp_num, loc_num);
1086 "disabling:\n %s"), bp_num, loc_num, e.what ());
1089 "disabling:\n %s"), loc_num, e.what ());
1120 int loc_num = 1;
1127 b->number, loc_num);
1129 loc_num++;
1185 int loc_num = 1;
1188 set_breakpoint_location_condition (exp, &loc, b->number, loc_num);
1189 loc_num++;
8859 int loc_num = 1;
8864 number, loc_num);
8866 ++loc_num;
13451 BP_NUM and LOC_NUM values. */
13454 find_location_by_number (int bp_num, int loc_num)
13461 if (loc_num == 0)
13462 error (_("Bad breakpoint location number '%d'"), loc_num);
13466 if (++n == loc_num)
13469 error (_("Bad breakpoint location number '%d'"), loc_num);
13597 /* Enable or disable a breakpoint location BP_NUM.LOC_NUM. ENABLE
13601 enable_disable_bp_num_loc (int bp_num, int loc_num, bool enable)
13603 struct bp_location *loc = find_location_by_number (bp_num, loc_num);
13608 "cannot enable."), bp_num, loc_num);
13625 /* Calculates LOC_NUM for LOC by traversing the bp_location chain of LOC's
13634 int loc_num = 1;
13638 return loc_num;
13639 loc_num++;
13659 int loc_num = find_loc_num_by_location (loc);
13660 if (loc_num == -1)
13661 error (_("Breakpoint location LOC_NUM could not be found."));
13664 "cannot enable."), loc->owner->number, loc_num);