Searched refs:bp_temp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-throw.c251 int bp_temp;
256 bp_temp = disposition == disp_del;
257 uiout->text (bp_temp ? "Temporary catchpoint "
325 int bp_temp;
327 bp_temp = disposition == disp_del;
329 (bp_temp ? _("Temporary catchpoint ") : _("Catchpoint")),
342 int bp_temp;
344 bp_temp = disposition == disp_del;
345 gdb_printf (fp, bp_temp ? "tcatch " : "catch ");
249 int bp_temp; local
323 int bp_temp; local
340 int bp_temp; local
H A Dbreakpoint.c11752 int bp_temp;
11757 bp_temp = disposition == disp_del;
11772 if (bp_temp)
11741 int bp_temp; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-throw.c235 int bp_temp;
241 bp_temp = b->disposition == disp_del;
242 uiout->text (bp_temp ? "Temporary catchpoint "
314 int bp_temp;
317 bp_temp = b->disposition == disp_del;
319 (bp_temp ? _("Temporary catchpoint ") : _("Catchpoint")),
333 int bp_temp;
336 bp_temp = b->disposition == disp_del;
337 fprintf_unfiltered (fp, bp_temp ? "tcatch " : "catch ");
233 int bp_temp; local
312 int bp_temp; local
331 int bp_temp; local
H A Dbreakpoint.c12439 int bp_temp;
12447 bp_temp = b->disposition == disp_del;
12461 if (bp_temp)
12428 int bp_temp; local
/netbsd-current/sbin/fsck_lfs/
H A Dsegwrite.c903 struct ubuf *bp_temp; local
910 bp_temp = bp_array[t2];
912 bp_array[t2 + incr] = bp_temp;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_segment.c2703 struct buf *bp_temp; local
2740 bp_temp = bp_array[t2];
2742 bp_array[t2 + incr] = bp_temp;

Completed in 339 milliseconds