Searched refs:RB_GDB (Results 1 – 3 of 3) sorted by relevance
71 { "boot_gdb", RB_GDB},137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()162 case 'g': howto |= RB_GDB; break; in boot_parse_arg()
58 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */ macro
92 cur_pri = (boothowto & RB_GDB) ? 2 : 0; in gdb_init()