aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-6/+6
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-17/+17
2007-08-06Ensure string is properly terminated.pbrook1-0/+1
2007-07-12Improve handling of gdb's single-step / continue arguments.ths1-3/+7
2007-07-11Spelling fixes, by Stefan Weil.ths1-3/+3
2007-07-07 Report normalised CWP values to userland and GDB, not internal representationblueswir11-2/+12
2007-06-03Proper target format for qOffsets.ths1-2/+5
2007-06-01GDB stub for MIPS64, by Jason Wessel.ths1-40/+40
2007-05-26M68k system mode semihosting.pbrook1-2/+11
2007-05-13Add fpu register support to the gdb code, by Magnus Damm.ths1-6/+19
2007-05-07MIPS 64-bit FPU support, plus some collateral bugfixes in theths1-2/+2
2007-04-14Fix format specified for watchpoint address.pbrook1-1/+2
2007-04-14Fix Sparc64 double float gdb protocol (initial version by Paul Brook)blueswir11-5/+8
2007-03-16Watchpoint support (previous commit got eaten by Savannah server crash).pbrook1-0/+18
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-2/+2
2007-02-28MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths1-24/+26
2007-02-22Allow gdbstub to connect over any serial device.pbrook1-15/+17
2007-02-05gdbserver fixbellard1-0/+14
2007-01-28GDB hosted syscalls.pbrook1-0/+112
2007-01-28Use standard character device interface for gdbstub.pbrook1-67/+96
2007-01-21Don't resume guest when gdb connection terminates and -S specified.pbrook1-1/+2
2007-01-18Darwin userspace emulation, by Pierre d'Herbemont.ths1-1/+1
2006-12-11MIPS FPU support for the gdb stub, by Daniel Jacobowitz.ths1-0/+48
2006-10-22ColdFire target.pbrook1-0/+67
2006-06-25sparc fpu fix - allow 64 bit addresses (Blue Swirl)bellard1-32/+35
2006-06-18SH bugfixes.pbrook1-2/+12
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+14
2006-06-14gdb stub for win32bellard1-10/+20
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+43
2006-04-23SIGINT generation (Jason Wessel)bellard1-2/+4
2005-12-05MIPS support and memory access error reporting (Daniel Jacobowitz)bellard1-4/+72
2005-11-26ARM system emulation (Paul Brook)bellard1-2/+6
2005-11-21SMP supportbellard1-5/+8
2005-11-15new network emulationbellard1-12/+12
2005-10-30sparc fix (Blue Swirl)bellard1-1/+1
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-4/+4
2005-07-02sparc64 marge (Blue Swirl)bellard1-8/+39
2005-04-26fixed gdb error reporting (Paul Brook)bellard1-2/+2
2005-04-26report user mode gdb exit codes (Paul Brook)bellard1-0/+16
2005-04-24removed RS_CONTINUE 'state'bellard1-17/+21
2005-04-17gdb support for user mode (Paul Brook)bellard1-13/+139
2005-01-17gdb M packet parsing fix (Thomas Petazzoni)bellard1-1/+1
2005-01-03removed warningbellard1-7/+2
2004-12-19SPARC mergebellard1-13/+6
2004-10-04sparc merge (Blue Swirl)bellard1-0/+6
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-55/+112
2004-05-12bsd port (Markus Niemisto)bellard1-1/+1
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-27/+34
2004-03-31win32 port (initial patch by kazu)bellard1-8/+2
2004-03-31moved gdbstub to qemu - new asynchronous gdbstubbellard1-230/+289