gdb_server: support gdb target description
[fw/openocd] / src / target / armv4_5.c
index 91830f57c90472931909bad1d4a4cfb735c1357e..a2f055753bfa1d176af1e90209dd9f3af9a27ac7 100644 (file)
@@ -1051,7 +1051,8 @@ const struct command_registration arm_command_handlers[] = {
 };
 
 int arm_get_gdb_reg_list(struct target *target,
-       struct reg **reg_list[], int *reg_list_size)
+       struct reg **reg_list[], int *reg_list_size,
+       enum target_register_class reg_class)
 {
        struct arm *arm = target_to_arm(target);
        int i;