Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / gdbstub.c
2009-06-04 Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-26 Edgar E. Iglesiasmicroblaze: Add GDB stub support.
2009-04-18 blueswir1Add 'static' to avoid a sparse warning
2009-04-13 blueswir1Fix ppc-softmmu warnings on OpenBSD host
2009-04-08 aurel32factor out setting pc in gdbstub
2009-04-05 aliguorigdbstub: Rework configuration via command line and...
2009-03-28 aliguorigdbstub: Allow re-instantiation (Jan Kiszka)
2009-03-28 aliguorigdbstub: Drop redundant memset after qemu_mallocz ...
2009-03-12 aliguoriGuest debugging support for KVM (Jan Kiszka)
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 blueswir1Fix BSD user
2009-03-05 aliguorimonitor: Pass-through for gdbstub (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2009-01-24 aurel32target-ppc: Change core powerpc gdbstub bits to be...
2009-01-22 aliguoriRework vm_state_change notifiers (Jan Kiszka)
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-15 blueswir1Fix bsd-user build
2009-01-13 blueswir1Fix gdbserver number of registers (Tristan Gingold)
2009-01-07 edgar_iglgdbstub: fix gdbserver_fork
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-18 aurel32User-mode GDB stub improvements - handle signals
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-07 aurel32target-alpha: gdb-stub support
2008-12-07 aurel32gdbstub: kill a warning
2008-12-07 blueswir1Fix some new warnings introduced after r5022
2008-11-30 aurel32gdbstub: Fix access to PPC FPRs
2008-11-18 aliguorigdbstub: manage CPUs as threads (Jan Kiszka)
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguorigdbstub: Return appropriate watch message to gdb (Jan...
2008-10-31 aliguoriImplement "info chardev" command. (Gerd Hoffmann)
2008-10-25 blueswir1Use snprintf to please OpenBSD linker
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-14 aurel32gdbstub: remove unused local variable
2008-10-11 edgar_iglCRIS: Handle GDB writes to pregs.
2008-10-11 pbrookAdd GDB XML register description support.
2008-09-18 thsMove the active FPU registers into env again, and use...
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-09 pbrookClean up MMIO TLB handling.
2008-06-07 blueswir1Fix Sparc32plus GDBstub support
2008-05-17 edgar_iglSupport signal reception in user-mode. Handle when...
2008-05-17 edgar_iglAdd support for the 'k' (kill) and 'D' (detach) packets...
2008-05-09 bellardx86_64 and better i386 support
2008-05-09 edgar_iglRemove x86-64 specific reg fillers.
2008-05-09 edgar_iglDebugger single step without interrupts (Jason Wessel).
2008-05-09 edgar_iglAdd x86_64 gdb stub for qemu (Jason Wessel).
2008-03-14 edgar_iglImprove readability by moving the continue operation...
2008-02-28 edgar_iglMore consistent naming for CRIS register-number macros.
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2007-12-16 thsFix char* signedness, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-11-11 pbrookFix format mismatch.
2007-10-31 balrogx86_64 support in cpu_gdb_read_registers(), by Goran...
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-25 thsFix gdb stub for MIPS64.
2007-10-08 thsCRIS support in toplevel, by Edgar E. Iglesias.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-08-06 pbrookEnsure string is properly terminated.
2007-07-12 thsImprove handling of gdb's single-step / continue arguments.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-06-03 thsProper target format for qOffsets.
2007-06-01 thsGDB stub for MIPS64, by Jason Wessel.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-13 thsAdd fpu register support to the gdb code, by Magnus...
2007-05-07 thsMIPS 64-bit FPU support, plus some collateral bugfixes...
2007-04-14 pbrookFix format specified for watchpoint address.
2007-04-14 blueswir1Fix Sparc64 double float gdb protocol (initial version...
2007-03-16 pbrookWatchpoint support (previous commit got eaten by Savann...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-22 pbrookAllow gdbstub to connect over any serial device.
2007-02-05 bellardgdbserver fix
2007-01-28 pbrookGDB hosted syscalls.
2007-01-28 pbrookUse standard character device interface for gdbstub.
2007-01-21 pbrookDon't resume guest when gdb connection terminates and...
2007-01-18 thsDarwin userspace emulation, by Pierre d'Herbemont.
2006-12-11 thsMIPS FPU support for the gdb stub, by Daniel Jacobowitz.
2006-10-22 pbrookColdFire target.
2006-06-25 bellardsparc fpu fix - allow 64 bit addresses (Blue Swirl)
2006-06-18 pbrookSH bugfixes.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-14 bellardgdb stub for win32
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-04-23 bellardSIGINT generation (Jason Wessel)
2005-12-05 bellardMIPS support and memory access error reporting (Daniel...
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-21 bellardSMP support
2005-11-15 bellardnew network emulation
2005-10-30 bellardsparc fix (Blue Swirl)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-26 bellardfixed gdb error reporting (Paul Brook)
2005-04-26 bellardreport user mode gdb exit codes (Paul Brook)
2005-04-24 bellardremoved RS_CONTINUE 'state'
2005-04-17 bellardgdb support for user mode (Paul Brook)
next