X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget_type.h;h=4d9a33f99764f20ea58ee1cea10b907f2df9a5c0;hp=3a3de7a266878a8b72a4bb2e7390f88198defa73;hb=d979d78e97786667d168ba183c9fc60c622d29c1;hpb=9f2922aa7abb385d1fb24def91fac7eb4e2304c5 diff --git a/src/target/target_type.h b/src/target/target_type.h index 3a3de7a266..4d9a33f997 100644 --- a/src/target/target_type.h +++ b/src/target/target_type.h @@ -101,7 +101,8 @@ struct target_type { * list, however it is after GDB is connected that monitor commands can * be run to properly initialize the target */ - int (*get_gdb_reg_list)(struct target *target, struct reg **reg_list[], int *reg_list_size); + int (*get_gdb_reg_list)(struct target *target, struct reg **reg_list[], + int *reg_list_size, enum target_register_class reg_class); /* target memory access * size: 1 = byte (8bit), 2 = half-word (16bit), 4 = word (32bit)