qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] gdbstub and single step improvments


From: Jason Wessel
Subject: [Qemu-devel] [PATCH 0/5] gdbstub and single step improvments
Date: Thu, 15 May 2008 09:11:28 -0500

The following series of patches improves the gdbstub inside qemu to
add some functionality as well as to fix some minor problems.

The last patch in the series fixes a ppc specific single stepping
problem found with testing the new code.

---

Jason Wessel (5):
      gdbstub: replace singlestep q packets with qRcmd packets
      gdbstub: gdb pass-through qemu monitor support
      vl.c: always run the real time timers when single stepping
      gdbstub: support for gdb "detach/kill/quit"
      ppc: fix crash in ppc system single step support

 console.h              |    1 +
 cpu-all.h              |    2 +
 cpu-exec.c             |    2 +-
 exec.c                 |   21 ++++++++
 gdbstub.c              |  135 +++++++++++++++++++++++++++++++++++++++--------
 monitor.c              |    8 ++-
 qemu-doc.texi          |   43 +++++++++------
 target-ppc/translate.c |    4 --
 vl.c                   |    3 +-
 9 files changed, 170 insertions(+), 49 deletions(-)




reply via email to

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