aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-28More consistent naming for CRIS register-number macros.edgar_igl1-1/+1
2008-02-12Make MIPS MT implementation more cache friendly.ths1-6/+6
2007-12-16Fix char* signedness, by Andre Przywara.ths1-2/+2
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-7/+7
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-11Fix format mismatch.pbrook1-1/+2
2007-10-31x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt.balrog1-1/+49
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-2/+2
2007-10-25Fix gdb stub for MIPS64.ths1-11/+28
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths1-1/+65
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
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