Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore references to pc in [3.8. Program Buffer] #1033

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debug_module.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ exist in the address space somewhere.

The Program Buffer may be implemented as RAM which is accessible to the
hart. A debugger can determine if this is the case by executing small
programs that attempt to write and read back relative to while executing
programs that attempt to write and read back relative to `pc` while executing
from the Program Buffer. If so, the debugger has more flexibility in
what it can do with the program buffer.

Expand Down
Loading