Re: [PATCH 0/2] gdb invalid memory access handling improvements

2025-03-14 Thread David Hildenbrand
On 14.03.25 08:41, Nicholas Piggin wrote: 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. Nothin

[PATCH 0/2] gdb invalid memory access handling improvements

2025-03-14 Thread Nicholas Piggin
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 p