Searched refs:bpt_type (Results 1 – 1 of 1) sorted by relevance
842 char *bpt_type = &remcom_in_buffer[1]; in gdb_cmd_break() local848 if (arch_kgdb_ops.set_hw_breakpoint && *bpt_type >= '1') { in gdb_cmd_break()850 if (*bpt_type > '4') in gdb_cmd_break()853 if (*bpt_type != '0' && *bpt_type != '1') in gdb_cmd_break()862 if (*bpt_type == '1' && !(arch_kgdb_ops.flags & KGDB_HW_BREAKPOINT)) in gdb_cmd_break()880 if (remcom_in_buffer[0] == 'Z' && *bpt_type == '0') in gdb_cmd_break()882 else if (remcom_in_buffer[0] == 'z' && *bpt_type == '0') in gdb_cmd_break()886 (int)length, *bpt_type - '0'); in gdb_cmd_break()889 (int) length, *bpt_type - '0'); in gdb_cmd_break()