gdb_server: support gdb target description
[fw/openocd] / src / target / mips32.c
index 1067f7b631bdc078312e7808563c8a219bc29249..c9cbf86e4aee668f2b92d88c335beb2e619eef82 100644 (file)
@@ -173,7 +173,8 @@ static int mips32_write_core_reg(struct target *target, int num)
        return ERROR_OK;
 }
 
-int mips32_get_gdb_reg_list(struct target *target, struct reg **reg_list[], int *reg_list_size)
+int mips32_get_gdb_reg_list(struct target *target, struct reg **reg_list[],
+               int *reg_list_size, enum target_register_class reg_class)
 {
        /* get pointers to arch-specific information */
        struct mips32_common *mips32 = target_to_mips32(target);