Home
last modified time | relevance | path

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

/dragonfly/sys/ddb/
HDdb_sysctl.c68 boothowto &= ~RB_GDB; in sysctl_debug_enter_debugger()
70 boothowto |= RB_GDB; in sysctl_debug_enter_debugger()
HDdb_command.c614 boothowto ^= RB_GDB; in db_gdb()
617 boothowto & RB_GDB ? "GDB remote protocol mode" in db_gdb()
/dragonfly/sys/platform/vkernel64/x86_64/
HDdb_interface.c103 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap()
350 if (cons_unavail && !(boothowto & RB_GDB)) in Debugger()
/dragonfly/sys/platform/pc64/x86_64/
HDdb_interface.c105 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap()
356 if (cons_unavail && !(boothowto & RB_GDB)) { in Debugger()
/dragonfly/sys/sys/
HDboot.h44 { "boot_gdb", RB_GDB},
HDreboot.h60 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */ macro
/dragonfly/stand/boot/pc32/libi386/
HDbootinfo.c76 howto |= RB_GDB; in bi_getboothowto()
/dragonfly/sys/dev/raid/vinum/
HDvinumioctl.c92 boothowto |= RB_GDB; /* serial debug line */ in vinumioctl()
94 boothowto &= ~RB_GDB; /* local ddb */ in vinumioctl()
/dragonfly/stand/boot/efi/loader/
HDbootinfo.c60 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB,
/dragonfly/sys/cpu/x86_64/misc/
HDx86_64-gdbstub.c549 boothowto &= ~RB_GDB; in gdb_handle_exception()
/dragonfly/sys/dev/misc/dcons/
HDdcons_os.c158 boothowto |= RB_GDB; in dcons_check_break()
/dragonfly/sys/dev/serial/sio/
HDsio.c3131 if (gdb_tab == NULL && (boothowto & RB_GDB)) { in siocnprobe()