bpt_type          856 kernel/debug/gdbstub.c 	char *bpt_type = &remcom_in_buffer[1];
bpt_type          862 kernel/debug/gdbstub.c 	if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') {
bpt_type          864 kernel/debug/gdbstub.c 		if (*bpt_type > '4')
bpt_type          867 kernel/debug/gdbstub.c 		if (*bpt_type != '0' && *bpt_type != '1')
bpt_type          876 kernel/debug/gdbstub.c 	if (*bpt_type == '1' && !(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT))
bpt_type          894 kernel/debug/gdbstub.c 	if (remcom_in_buffer[0] == 'Z' && *bpt_type == '0')
bpt_type          896 kernel/debug/gdbstub.c 	else if (remcom_in_buffer[0] == 'z' && *bpt_type == '0')
bpt_type          900 kernel/debug/gdbstub.c 			(int)length, *bpt_type - '0');
bpt_type          903 kernel/debug/gdbstub.c 			(int) length, *bpt_type - '0');