Skip to content

Commit

Permalink
Merge pull request #1065 from riscv/memory_access
Browse files Browse the repository at this point in the history
Clarify Memory Access acts like data access.
  • Loading branch information
rtwfroody authored Aug 22, 2024
2 parents fd64e08 + 6e44fd5 commit 40f80ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xml/abstract_commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ same project unless stated otherwise.

<register name="Access Memory">
This command lets the debugger perform memory accesses,
with the exact same memory view and permissions as the selected
hart has. This includes access to hart-local memory-mapped
registers, etc. The command performs the following sequence of
operations:
with the exact same memory view and permissions as performing
loads/stores on the selected hart.
This includes access to hart-local memory-mapped
registers, etc. The command performs the following sequence of
operations:

. Copy data from the memory location specified in `arg1` into the
`arg0` portion of `data`, if {accessregister-write} is clear.
Expand Down

0 comments on commit 40f80ef

Please sign in to comment.