r mode.
The same is applicable for 2nd argument of unlock_user (it represents guest
address pointer).
Thanks,
Bhushan
-Original Message-
From: Peter Maydell [mailto:peter.mayd...@linaro.org]
Sent: 28 July 2015 16:54
To: Bhushan Attarde
Cc: QEMU Developers; Yongbok Kim; Jaydeep Patil
Subje
oad offset and then update the load addresses
accordingly.
Signed-off-by: Bhushan Attarde
---
Notes:
Changes for v2:
- Xfer:auxv:read and Xfer:features:read now shares the code for parsing
out arguments rather than duplicating it.
gdbs
oad offset and then update the load addresses
accordingly.
Signed-off-by: Bhushan Attarde
---
gdbstub.c | 47 +++
1 file changed, 47 insertions(+)
diff --git a/gdbstub.c b/gdbstub.c
index cea2a84..bdcaa6b 100644
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1153
tch ensures that in user mode, gdbstub returns non-zero value for
thread-id in stop reply packet.
Signed-off-by: Bhushan Attarde
---
include/exec/gdbstub.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h
index a608a26..3e6114c 100
Hi Jan,
Thanks for the review.
I will resubmit the patch with suggested changes.
Regards,
Bhushan
-Original Message-
From: Jan Kiszka [mailto:jan.kis...@siemens.com]
Sent: 25 June 2015 10:56
To: Bhushan Attarde; qemu-devel@nongnu.org
Cc: Yongbok Kim; Jaydeep Patil
Subject: Re
cutable to calculate load offset and then update the load addresses
accordingly.
Signed-off-by: Bhushan Attarde
---
diff --git a/gdbstub.c b/gdbstub.c
index cea2a84..e7db84a 100644
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -1153,6 +1153,7 @@ static int gdb_handle_packet(GDBState *s, const char