gdb_server: support gdb target description
[fw/openocd] / src / target / arm.h
index 4a4d928c65ed89b942bf05e12caffaca85ff6b1b..e2d264615570edb014a18e8bc21557d1d65b7660 100644 (file)
@@ -211,7 +211,8 @@ extern const struct command_registration arm_command_handlers[];
 
 int arm_arch_state(struct target *target);
 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);
 
 int arm_init_arch_info(struct target *target, struct arm *arm);