Searched refs:bpt_type (Results 1 – 1 of 1) sorted by relevance
851 char *bpt_type = &remcom_in_buffer[1]; in gdb_cmd_break() local857 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') { in gdb_cmd_break()859 if (*bpt_type > '4') in gdb_cmd_break()862 if (*bpt_type != '0' && *bpt_type != '1') in gdb_cmd_break()871 if (*bpt_type == '1' && !(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT)) in gdb_cmd_break()889 if (remcom_in_buffer[0] == 'Z' && *bpt_type == '0') in gdb_cmd_break()891 else if (remcom_in_buffer[0] == 'z' && *bpt_type == '0') in gdb_cmd_break()895 (int)length, *bpt_type - '0'); in gdb_cmd_break()898 (int) length, *bpt_type - '0'); in gdb_cmd_break()