From f069752e124f3228233d39fdf4cf14409b35267d Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 23 Aug 2024 12:32:21 -0700 Subject: [PATCH] Rewrite B.2.8 paragraph to be more clear. Prompted by #1062 --- debugger_implementation.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debugger_implementation.adoc b/debugger_implementation.adoc index dc35e730..c079d8ec 100644 --- a/debugger_implementation.adoc +++ b/debugger_implementation.adoc @@ -162,9 +162,9 @@ Read block of memory using system bus access: [[deb:mrprogbuf]] ===== Using Program Buffer -Through the Program Buffer, the hart performs the memory accesses. -Addresses are physical or virtual (depending on and other system -configuration). +Memory can be accessed through the Program Buffer by having the hart +perform loads/stores. Whether the addresses are physical or virtual +depends on the system configuration. Read a word from memory using program buffer: