Skip to content

Commit 40f80ef

Browse files
authored
Merge pull request #1065 from riscv/memory_access
Clarify Memory Access acts like data access.
2 parents fd64e08 + 6e44fd5 commit 40f80ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

xml/abstract_commands.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,11 @@ same project unless stated otherwise.
179179

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

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

0 commit comments

Comments
 (0)