qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] some gdbstub fixes for debug and vcont
@ 2017-07-12 10:52 Alex Bennée
  2017-07-12 10:52 ` [Qemu-devel] [PATCH v4 1/4] gdbstub: modernise DEBUG_GDB Alex Bennée
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex Bennée @ 2017-07-12 10:52 UTC (permalink / raw)
  To: pbonzini; +Cc: qemu-devel, Alex Bennée

Hi Paolo,

I was going through my review queue and realised I had this hanging
around with an outstanding comment. Basically the only change is to
fix the bsd-user build by adding a field for the thread-id. It isn't
populated but it never was and it looks like the gdbstub for threaded
bsd-user programs has been broken forever.

Given the range of different ways of getting a thread-id and the fact
the bsd fork machinery looks like it needs updating anyway I'd left
this for a future BSD maintainer to fix up properly.

Are you happy to take this into your tree?

Alex Bennée (4):
  gdbstub: modernise DEBUG_GDB
  gdbstub: rename cpu_index -> cpu_gdb_index
  qom/cpu: remove host_tid field
  gdbstub: don't fail on vCont;C04:0;c packets

 bsd-user/qemu.h        |   2 +
 gdbstub.c              | 117 ++++++++++++++++++++++++-------------------------
 include/exec/gdbstub.h |   9 ----
 include/qom/cpu.h      |   2 -
 linux-user/syscall.c   |   1 -
 5 files changed, 59 insertions(+), 72 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-12 16:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 10:52 [Qemu-devel] [PATCH v4 0/4] some gdbstub fixes for debug and vcont Alex Bennée
2017-07-12 10:52 ` [Qemu-devel] [PATCH v4 1/4] gdbstub: modernise DEBUG_GDB Alex Bennée
2017-07-12 10:52 ` [Qemu-devel] [PATCH v4 2/4] gdbstub: rename cpu_index -> cpu_gdb_index Alex Bennée
2017-07-12 10:52 ` [Qemu-devel] [PATCH v4 3/4] qom/cpu: remove host_tid field Alex Bennée
2017-07-12 10:52 ` [Qemu-devel] [PATCH v4 4/4] gdbstub: don't fail on vCont; C04:0; c packets Alex Bennée
2017-07-12 11:43 ` [Qemu-devel] [PATCH v4 0/4] some gdbstub fixes for debug and vcont Philippe Mathieu-Daudé
2017-07-12 16:34 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).