* [v1] docs: Add to gdbstub documentation the PhyMemMode
@ 2020-06-01 17:16 Jon Doron
2020-07-07 7:58 ` Alex Bennée
0 siblings, 1 reply; 2+ messages in thread
From: Jon Doron @ 2020-06-01 17:16 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, peter.maydell, alex.bennee, Jon Doron
The PhyMemMode gdb extension command was missing from the gdb.rst
document.
Signed-off-by: Jon Doron <arilou@gmail.com>
---
docs/system/gdb.rst | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/docs/system/gdb.rst b/docs/system/gdb.rst
index a40145fcf8..abda961e2b 100644
--- a/docs/system/gdb.rst
+++ b/docs/system/gdb.rst
@@ -87,3 +87,23 @@ three commands you can query and set the single step behavior:
(gdb) maintenance packet Qqemu.sstep=0x5
sending: "qemu.sstep=0x5"
received: "OK"
+
+
+Another feature that QEMU gdbstub provides is to toggle the memory GDB
+works with, by default GDB will show the current process memory respecting
+the virtual address translation.
+
+If you want to examine/change the physical memory you can set the gdbstub
+to work with the physical memory rather with the virtual one.
+
+The memory mode can be checked by sending the following command:
+
+``maintenance packet qqemu.PhyMemMode``
+ This will return either 0 or 1, 1 indicates you are currently in the
+ physical memory mode.
+
+``maintenance packet Qqemu.PhyMemMode:1``
+ This will change the memory mode to physical memory.
+
+``maintenance packet Qqemu.PhyMemMode:0``
+ This will change it back to normal memory mode.
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [v1] docs: Add to gdbstub documentation the PhyMemMode
2020-06-01 17:16 [v1] docs: Add to gdbstub documentation the PhyMemMode Jon Doron
@ 2020-07-07 7:58 ` Alex Bennée
0 siblings, 0 replies; 2+ messages in thread
From: Alex Bennée @ 2020-07-07 7:58 UTC (permalink / raw)
To: Jon Doron; +Cc: qemu-trivial, peter.maydell, qemu-devel
Jon Doron <arilou@gmail.com> writes:
> The PhyMemMode gdb extension command was missing from the gdb.rst
> document.
>
> Signed-off-by: Jon Doron <arilou@gmail.com>
Queued to docs/next, thanks.
> ---
> docs/system/gdb.rst | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/docs/system/gdb.rst b/docs/system/gdb.rst
> index a40145fcf8..abda961e2b 100644
> --- a/docs/system/gdb.rst
> +++ b/docs/system/gdb.rst
> @@ -87,3 +87,23 @@ three commands you can query and set the single step behavior:
> (gdb) maintenance packet Qqemu.sstep=0x5
> sending: "qemu.sstep=0x5"
> received: "OK"
> +
> +
> +Another feature that QEMU gdbstub provides is to toggle the memory GDB
> +works with, by default GDB will show the current process memory respecting
> +the virtual address translation.
> +
> +If you want to examine/change the physical memory you can set the gdbstub
> +to work with the physical memory rather with the virtual one.
> +
> +The memory mode can be checked by sending the following command:
> +
> +``maintenance packet qqemu.PhyMemMode``
> + This will return either 0 or 1, 1 indicates you are currently in the
> + physical memory mode.
> +
> +``maintenance packet Qqemu.PhyMemMode:1``
> + This will change the memory mode to physical memory.
> +
> +``maintenance packet Qqemu.PhyMemMode:0``
> + This will change it back to normal memory mode.
--
Alex Bennée
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-07 7:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-01 17:16 [v1] docs: Add to gdbstub documentation the PhyMemMode Jon Doron
2020-07-07 7:58 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).