summaryrefslogtreecommitdiffstats
path: root/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes, by Stefan Weil.ths2007-07-121-3/+3
* Report normalised CWP values to userland and GDB, not internal representationblueswir12007-07-071-2/+12
* Proper target format for qOffsets.ths2007-06-031-2/+5
* GDB stub for MIPS64, by Jason Wessel.ths2007-06-011-40/+40
* M68k system mode semihosting.pbrook2007-05-261-2/+11
* Add fpu register support to the gdb code, by Magnus Damm.ths2007-05-131-6/+19
* MIPS 64-bit FPU support, plus some collateral bugfixes in theths2007-05-071-2/+2
* Fix format specified for watchpoint address.pbrook2007-04-151-1/+2
* Fix Sparc64 double float gdb protocol (initial version by Paul Brook)blueswir12007-04-141-5/+8
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-171-0/+18
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-2/+2
* MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths2007-02-281-24/+26
* Allow gdbstub to connect over any serial device.pbrook2007-02-221-15/+17
* gdbserver fixbellard2007-02-051-0/+14
* GDB hosted syscalls.pbrook2007-01-281-0/+112
* Use standard character device interface for gdbstub.pbrook2007-01-281-67/+96
* Don't resume guest when gdb connection terminates and -S specified.pbrook2007-01-211-1/+2
* Darwin userspace emulation, by Pierre d'Herbemont.ths2007-01-181-1/+1
* MIPS FPU support for the gdb stub, by Daniel Jacobowitz.ths2006-12-111-0/+48
* ColdFire target.pbrook2006-10-221-0/+67
* sparc fpu fix - allow 64 bit addresses (Blue Swirl)bellard2006-06-251-32/+35
* SH bugfixes.pbrook2006-06-181-2/+12
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-171-0/+14
* gdb stub for win32bellard2006-06-141-10/+20
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+43
* SIGINT generation (Jason Wessel)bellard2006-04-231-2/+4
* MIPS support and memory access error reporting (Daniel Jacobowitz)bellard2005-12-051-4/+72
* ARM system emulation (Paul Brook)bellard2005-11-261-2/+6
* SMP supportbellard2005-11-221-5/+8
* new network emulationbellard2005-11-151-12/+12
* sparc fix (Blue Swirl)bellard2005-10-301-1/+1
* preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard2005-07-021-4/+4
* sparc64 marge (Blue Swirl)bellard2005-07-021-8/+39
* fixed gdb error reporting (Paul Brook)bellard2005-04-261-2/+2
* report user mode gdb exit codes (Paul Brook)bellard2005-04-261-0/+16
* removed RS_CONTINUE 'state'bellard2005-04-241-17/+21
* gdb support for user mode (Paul Brook)bellard2005-04-171-13/+139
* gdb M packet parsing fix (Thomas Petazzoni)bellard2005-01-171-1/+1
* removed warningbellard2005-01-041-7/+2Star
* SPARC mergebellard2004-12-201-13/+6Star
* sparc merge (Blue Swirl)bellard2004-10-041-0/+6
* full system SPARC emulation (Blue Swirl)bellard2004-10-011-55/+112
* bsd port (Markus Niemisto)bellard2004-05-121-1/+1
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-27/+34
* win32 port (initial patch by kazu)bellard2004-04-011-8/+2Star
* moved gdbstub to qemu - new asynchronous gdbstubbellard2004-03-311-230/+289
* do not depend on thunk.h - more log itemsbellard2004-03-211-21/+1Star
* new physical memory access API (used by DMA accesses)bellard2004-02-261-2/+2
* virtual memory access for gdbstubbellard2004-01-241-49/+4Star
* ppc support (Jocelyn Mayer)bellard2004-01-051-0/+63