Home
last modified time | relevance | path

Searched refs:bptypes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c3286 static struct ep_type_description bptypes[] = in print_one_breakpoint() local
3332 if (((int) b->type > (sizeof (bptypes) / sizeof (bptypes[0]))) in print_one_breakpoint()
3333 || ((int) b->type != bptypes[(int) b->type].type)) in print_one_breakpoint()
3337 ui_out_field_string (uiout, "type", bptypes[(int) b->type].description); in print_one_breakpoint()
H A DChangeLog-1998163 (breakpoint_1): Change format and add entries to bptypes[]
264 (breakpoint_1): Changes to bptypes definition. Also check for
H A DChangeLog-19964342 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo1257 if ((int)b->type > (sizeof(bptypes)/sizeof(bptypes[0]))
1258 || ((int) b->type != bptypes[(int) b->type].type))
1259 internal_error ("bptypes table does not describe type #%d.",
1261 printf_filtered ("%-14s ", bptypes[(int)b->type].description);
1277 if (((int) b->type > (sizeof (bptypes) / sizeof (bptypes[0])))
1278 || ((int) b->type != bptypes[(int) b->type].type))
1279 internal_error ("bptypes table does not describe type #%d.",
1281 ui_out_field_string (uiout, "type", bptypes[(int)b->type].description);