Searched refs:RB_GDB (Results 1 – 12 of 12) sorted by relevance
68 boothowto &= ~RB_GDB; in sysctl_debug_enter_debugger()70 boothowto |= RB_GDB; in sysctl_debug_enter_debugger()
614 boothowto ^= RB_GDB; in db_gdb()617 boothowto & RB_GDB ? "GDB remote protocol mode" in db_gdb()
103 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap()350 if (cons_unavail && !(boothowto & RB_GDB)) in Debugger()
105 volatile int ddb_mode = !(boothowto & RB_GDB); in kdb_trap()356 if (cons_unavail && !(boothowto & RB_GDB)) { in Debugger()
44 { "boot_gdb", RB_GDB},
60 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */ macro
76 howto |= RB_GDB; in bi_getboothowto()
92 boothowto |= RB_GDB; /* serial debug line */ in vinumioctl()94 boothowto &= ~RB_GDB; /* local ddb */ in vinumioctl()
60 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB,
549 boothowto &= ~RB_GDB; in gdb_handle_exception()
158 boothowto |= RB_GDB; in dcons_check_break()
3131 if (gdb_tab == NULL && (boothowto & RB_GDB)) { in siocnprobe()