27.12.2024 20:04, Dominik 'Disconnect3d' Czarnota wrote:
From: disconnect3d <dominik.b.czarn...@gmail.com>
This commit fixes an incorrect format string for formatting integers
provided to GDB when debugging a target run in QEMU user mode.
The correct format is hexadecimal for both success and errno values,
some of which can be seen here [0].
[0]
https://github.com/bminor/binutils-gdb/blob/e65a355022d0dc6b5707310876a72b5693ec0aa5/gdbserver/hostio.cc#L196-L213
Reviewed-by: Michael Tokarev <m...@tls.msk.ru>
Unfortunately we can't apply this one without Signed-off-by: tag
from you, and maybe without fixing the first From: line.
Thanks,
/mjt