aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-27More efficient target register / TC accesses.ths1-10/+10
2008-06-09Clean up MMIO TLB handling.pbrook1-8/+24
2008-06-07Fix Sparc32plus GDBstub supportblueswir11-25/+39
2008-05-17Support signal reception in user-mode. Handle when the peer terminates or abo...edgar_igl1-6/+19
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl1-0/+17
2008-05-09x86_64 and better i386 supportbellard1-86/+147
2008-05-09Remove x86-64 specific reg fillers.edgar_igl1-134/+1
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl1-5/+34
2008-05-09Add x86_64 gdb stub for qemu (Jason Wessel).edgar_igl1-1/+133
2008-03-14Improve readability by moving the continue operation into aseparate function.edgar_igl1-15/+13
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