qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] gdbstub and single step improvments
@ 2008-05-15 14:11 Jason Wessel
  2008-05-15 14:11 ` [Qemu-devel] [PATCH 1/5] gdbstub: replace singlestep q packets with qRcmd packets Jason Wessel
  0 siblings, 1 reply; 20+ messages in thread
From: Jason Wessel @ 2008-05-15 14:11 UTC (permalink / raw)
  To: qemu-devel

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(-)

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

end of thread, other threads:[~2008-05-23 15:33 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 14:11 [Qemu-devel] [PATCH 0/5] gdbstub and single step improvments Jason Wessel
2008-05-15 14:11 ` [Qemu-devel] [PATCH 1/5] gdbstub: replace singlestep q packets with qRcmd packets Jason Wessel
2008-05-15 14:11   ` [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support Jason Wessel
2008-05-15 14:11     ` [Qemu-devel] [PATCH 3/5] vl.c: always run the real time timers when single stepping Jason Wessel
2008-05-15 14:11       ` [Qemu-devel] [PATCH 4/5] gdbstub: support for gdb "detach/kill/quit" Jason Wessel
2008-05-15 14:11         ` [Qemu-devel] [PATCH 5/5] ppc: fix crash in ppc system single step support Jason Wessel
2008-05-15 21:13         ` [Qemu-devel] [PATCH 4/5] gdbstub: support for gdb "detach/kill/quit" Edgar E. Iglesias
2008-05-15 22:17     ` [Qemu-devel] [PATCH 2/5] gdbstub: gdb pass-through qemu monitor support Edgar E. Iglesias
2008-05-19 13:29       ` Jason Wessel
2008-05-19 16:30         ` Paul Brook
2008-05-21 12:58         ` Maxim Gorbachyov
2008-05-21 17:03           ` Jason Wessel
2008-05-22 13:24             ` [Qemu-devel] " Jan Kiszka
2008-05-22 13:45               ` Jason Wessel
2008-05-22 13:53                 ` Jan Kiszka
2008-05-22 16:55                   ` Jason Wessel
2008-05-23 15:33                     ` Jan Kiszka
2008-05-15 21:33   ` [Qemu-devel] [PATCH 1/5] gdbstub: replace singlestep q packets with qRcmd packets Edgar E. Iglesias
2008-05-19 13:27     ` Jason Wessel
2008-05-19 15:14       ` Edgar E. Iglesias

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).