Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c71 { "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()
/f-stack/freebsd/sys/
H A Dreboot.h58 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */ macro