We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46b91c9 + 2deb026 commit cc2c2e7Copy full SHA for cc2c2e7
src/target/riscv/riscv-013.c
@@ -938,6 +938,9 @@ static int init_target(struct command_context *cmd_ctx,
938
939
// Assume all these abstract commands are supported until we learn
940
// otherwise.
941
+ // TODO: The spec allows eg. one CSR to be able to be accessed abstractly
942
+ // while another one isn't. We don't track that this closely here, but in
943
+ // the future we probably should.
944
info->abstract_read_csr_supported = true;
945
info->abstract_write_csr_supported = true;
946
info->abstract_read_fpr_supported = true;
0 commit comments