Re: [PATCH] target/riscv: implement MonitorDef HMP API

2025-07-03 Thread Dr. David Alan Gilbert
* Daniel Henrique Barboza (dbarb...@ventanamicro.com) wrote: > The MonitorDef API is related to two HMP monitor commands: 'p' and 'x': > > (qemu) help p > print|p /fmt expr -- print expression value (use $reg for CPU register access) > (qemu) help x > x /fmt addr -- virtual memory dump starting at

[PATCH] target/riscv: implement MonitorDef HMP API

2025-07-03 Thread Daniel Henrique Barboza
The MonitorDef API is related to two HMP monitor commands: 'p' and 'x': (qemu) help p print|p /fmt expr -- print expression value (use $reg for CPU register access) (qemu) help x x /fmt addr -- virtual memory dump starting at 'addr' For x86, one of the few targets that implements it, it is possib