aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18User-mode GDB stub improvements - handle forkaurel321-0/+12
2008-12-07target-alpha: gdb-stub supportaurel321-0/+54
2008-12-07gdbstub: kill a warningaurel321-1/+1
2008-12-07Fix some new warnings introduced after r5022blueswir11-2/+0
2008-11-30gdbstub: Fix access to PPC FPRsaurel321-2/+2
2008-11-18gdbstub: manage CPUs as threads (Jan Kiszka)aliguori1-82/+194
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-60/+77
2008-11-18gdbstub: Return appropriate watch message to gdb (Jan Kiszka)aliguori1-2/+15
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori1-1/+1
2008-10-25Use snprintf to please OpenBSD linkerblueswir11-9/+9
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-3/+3
2008-10-14gdbstub: remove unused local variableaurel321-2/+0
2008-10-11CRIS: Handle GDB writes to pregs.edgar_igl1-2/+6
2008-10-11Add GDB XML register description support.pbrook1-602/+872
2008-09-18Move the active FPU registers into env again, and use more TCG registersths1-8/+8
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-2/+2
2008-08-21Fix OpenBSD linker warningsblueswir11-14/+15
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