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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c842 char *bpt_type = &remcom_in_buffer[1]; local
848 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') {
850 if (*bpt_type > '4')
853 if (*bpt_type != '0' && *bpt_type != '1')
862 if (*bpt_type == '1' && !(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT))
880 if (remcom_in_buffer[0] == 'Z' && *bpt_type == '0')
882 else if (remcom_in_buffer[0] == 'z' && *bpt_type == '0')
886 (int)length, *bpt_type - '0');
889 (int) length, *bpt_type
[all...]

Completed in 105 milliseconds