qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/4] some gdbstub fixes for debug and vcont


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v4 0/4] some gdbstub fixes for debug and vcont
Date: Wed, 12 Jul 2017 08:43:22 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

CC'ed Kamil Rytarowski (new NetBSD maintainer)

On 07/12/2017 07:52 AM, Alex Bennée wrote:
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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]