Searched refs:bptypes (Results 1 – 4 of 4) sorted by relevance
3286 static struct ep_type_description bptypes[] = in print_one_breakpoint() local3332 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()
163 (breakpoint_1): Change format and add entries to bptypes[]264 (breakpoint_1): Changes to bptypes definition. Also check for
4342 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
1257 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);