This adds .debug=1 attribute for GDB's phys mem access mode, adds memory transaction error handling for it so it reports cannot access memory instead of silent success, and silences warning logs for invalid memory access coming from the debugger.
Thanks, Nick Nicholas Piggin (2): gdbstub: Add phys_memory_rw_debug for physical memory access memory: suppress INVALID_MEM logs caused by debug access docs/devel/loads-stores.rst | 11 +++++++++++ include/exec/cpu-common.h | 3 +++ gdbstub/system.c | 7 +------ system/memory.c | 37 ++++++++++++++++++++++--------------- system/physmem.c | 16 ++++++++++++++++ 5 files changed, 53 insertions(+), 21 deletions(-) -- 2.47.1