File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments