Re: [PATCH] target/i386: Improve 16-bit/real mode debug support in GDB

2025-03-07 Thread Bernhard Beschow
Am 21. Dezember 2024 05:45:49 UTC schrieb Davidson Francis : >Debugging 16-bit/real mode code in QEMU+GDB is challenging due to >incorrect architecture detection and segmented memory addressing issues. > >This patch improves the debugging experience by reporting i8086 >architecture to GDB when

[PATCH] target/i386: Improve 16-bit/real mode debug support in GDB

2024-12-20 Thread Davidson Francis
Debugging 16-bit/real mode code in QEMU+GDB is challenging due to incorrect architecture detection and segmented memory addressing issues. This patch improves the debugging experience by reporting i8086 architecture to GDB when in real mode and converting segmented addresses (CS:EIP, SS:ESP) to th