Searched refs:RB_GDB (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dboot.h45 { "boot_gdb", RB_GDB},
H A Dreboot.h56 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */ macro
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dbootinfo.c75 howto |= RB_GDB;
/freebsd-10-stable/sys/boot/userboot/userboot/
H A Dbootinfo.c75 howto |= RB_GDB;
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_machdep.c87 case 'g': boothowto |= RB_GDB; break;
/freebsd-10-stable/sys/mips/beri/
H A Dberi_machdep.c155 case 'g': boothowto |= RB_GDB; break;
/freebsd-10-stable/sys/boot/ia64/common/
H A Dbootinfo.c45 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/freebsd-10-stable/sys/gdb/
H A Dgdb_main.c88 cur_pri = (boothowto & RB_GDB) ? 2 : 0;
/freebsd-10-stable/sys/boot/powerpc/ofw/
H A Dmetadata.c77 howto |= RB_GDB;
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dmetadata.c76 howto |= RB_GDB;
/freebsd-10-stable/sys/boot/sparc64/loader/
H A Dmetadata.c85 howto |= RB_GDB;
/freebsd-10-stable/sys/boot/uboot/common/
H A Dmetadata.c84 howto |= RB_GDB;
/freebsd-10-stable/sys/mips/rmi/
H A Dxlr_machdep.c247 boothowto |= RB_GDB;
/freebsd-10-stable/sys/boot/efi/loader/
H A Dbootinfo.c55 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/freebsd-10-stable/sys/mips/nlm/
H A Dxlp_machdep.c277 case 'g': boothowto |= RB_GDB; break;

Completed in 190 milliseconds