'patryk4815' Sondej
Signed-off-by: Dominik 'Disconnect3d' Czarnota
---
gdbstub/gdbstub.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c
index 282e13e163..a077c2c5ed 100644
--- a/gdbstub/gdbstub.c
+++ b/gdbstub/gdbstub.c
27; Sondej
Signed-off-by: Dominik 'Disconnect3d' Czarnota
---
gdbstub/gdbstub.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/gdbstub/gdbstub.c b/gdbstub/gdbstub.c
index 282e13e163..8d616a7f52 100644
--- a/gdbstub/gdbstub.c
+++ b/gdbstub/gdbstub.c
@@ -1582,6 +15
/e65a355022d0dc6b5707310876a72b5693ec0aa5/gdbserver/hostio.cc#L196-L213
Signed-off-by: Dominik 'Disconnect3d' Czarnota
---
gdbstub/user-target.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gdbstub/user-target.c b/gdbstub/user-target.c
index 22bf4008c0..4bfcf78
From: disconnect3d
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
h to GDB
related to this.
[0]
https://github.com/bminor/binutils-gdb/blob/dc5483c989f29fc9c7934965071ae1bb80cff902/gdb/amd64-linux-tdep.c#L1863-L1873
Signed-off-by: Dominik 'Disconnect3d' Czarnota
---
gdbstub.c| 272 +++
linux-user/qemu.h| 2 +
linux-user/syscall.c