Home
last modified time | relevance | path

Searched refs:set_debug_level (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dopts.c394 static void set_debug_level (enum debug_info_type type, int extended,
1347 set_debug_level (NO_DEBUG, DEFAULT_GDB_EXTENSIONS, arg); in common_handle_option()
1351 set_debug_level (SDB_DEBUG, false, arg); in common_handle_option()
1355 set_debug_level (DWARF2_DEBUG, false, arg); in common_handle_option()
1359 set_debug_level (NO_DEBUG, 2, arg); in common_handle_option()
1364 set_debug_level (DBX_DEBUG, code == OPT_gstabs_, arg); in common_handle_option()
1368 set_debug_level (VMS_DEBUG, false, arg); in common_handle_option()
1373 set_debug_level (XCOFF_DEBUG, code == OPT_gxcoff_, arg); in common_handle_option()
1508 set_debug_level (enum debug_info_type type, int extended, const char *arg) in set_debug_level() function
H A DChangeLog-200311575 (set_debug_level): New.