| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the active FPU registers into env again, and use more TCG registers | ths | 2008-09-18 | 1 | -8/+8 |
* | Fix warnings that would be caused by gcc flag -Wwrite-strings | blueswir1 | 2008-09-14 | 1 | -2/+2 |
* | Fix OpenBSD linker warnings | blueswir1 | 2008-08-21 | 1 | -14/+15 |
* | More efficient target register / TC accesses. | ths | 2008-06-27 | 1 | -10/+10 |
* | Clean up MMIO TLB handling. | pbrook | 2008-06-09 | 1 | -8/+24 |
* | Fix Sparc32plus GDBstub support | blueswir1 | 2008-06-07 | 1 | -25/+39 |
* | Support signal reception in user-mode. Handle when the peer terminates or abo... | edgar_igl | 2008-05-17 | 1 | -6/+19 |
* | Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). | edgar_igl | 2008-05-17 | 1 | -0/+17 |
* | x86_64 and better i386 support | bellard | 2008-05-09 | 1 | -86/+147 |
* | Remove x86-64 specific reg fillers. | edgar_igl | 2008-05-09 | 1 | -134/+1 |
* | Debugger single step without interrupts (Jason Wessel). | edgar_igl | 2008-05-09 | 1 | -5/+34 |
* | Add x86_64 gdb stub for qemu (Jason Wessel). | edgar_igl | 2008-05-09 | 1 | -1/+133 |
* | Improve readability by moving the continue operation into aseparate function. | edgar_igl | 2008-03-14 | 1 | -15/+13 |
* | More consistent naming for CRIS register-number macros. | edgar_igl | 2008-02-28 | 1 | -1/+1 |
* | Make MIPS MT implementation more cache friendly. | ths | 2008-02-12 | 1 | -6/+6 |
* | Fix char* signedness, by Andre Przywara. | ths | 2007-12-16 | 1 | -2/+2 |
* | Fix wrong signedness, by Andre Przywara. | ths | 2007-12-16 | 1 | -7/+7 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+4 |
* | Fix format mismatch. | pbrook | 2007-11-11 | 1 | -1/+2 |
* | x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. | balrog | 2007-10-31 | 1 | -1/+49 |
* | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 2007-10-25 | 1 | -2/+2 |
* | Fix gdb stub for MIPS64. | ths | 2007-10-25 | 1 | -11/+28 |
* | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 2007-10-08 | 1 | -1/+65 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -3/+3 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -6/+6 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 1 | -17/+17 |
* | Ensure string is properly terminated. | pbrook | 2007-08-06 | 1 | -0/+1 |
* | Improve handling of gdb's single-step / continue arguments. | ths | 2007-07-12 | 1 | -3/+7 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-07-11 | 1 | -3/+3 |
* | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 2007-07-07 | 1 | -2/+12 |
* | Proper target format for qOffsets. | ths | 2007-06-03 | 1 | -2/+5 |
* | GDB stub for MIPS64, by Jason Wessel. | ths | 2007-06-01 | 1 | -40/+40 |
* | M68k system mode semihosting. | pbrook | 2007-05-26 | 1 | -2/+11 |
* | Add fpu register support to the gdb code, by Magnus Damm. | ths | 2007-05-13 | 1 | -6/+19 |
* | MIPS 64-bit FPU support, plus some collateral bugfixes in the | ths | 2007-05-07 | 1 | -2/+2 |
* | Fix format specified for watchpoint address. | pbrook | 2007-04-14 | 1 | -1/+2 |
* | Fix Sparc64 double float gdb protocol (initial version by Paul Brook) | blueswir1 | 2007-04-14 | 1 | -5/+8 |
* | Watchpoint support (previous commit got eaten by Savannah server crash). | pbrook | 2007-03-16 | 1 | -0/+18 |
* | Great PowerPC emulation code resynchronisation and improvments: | j_mayer | 2007-03-07 | 1 | -2/+2 |
* | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 2007-02-28 | 1 | -24/+26 |
* | Allow gdbstub to connect over any serial device. | pbrook | 2007-02-22 | 1 | -15/+17 |
* | gdbserver fix | bellard | 2007-02-05 | 1 | -0/+14 |
* | GDB hosted syscalls. | pbrook | 2007-01-28 | 1 | -0/+112 |
* | Use standard character device interface for gdbstub. | pbrook | 2007-01-28 | 1 | -67/+96 |
* | Don't resume guest when gdb connection terminates and -S specified. | pbrook | 2007-01-21 | 1 | -1/+2 |
* | Darwin userspace emulation, by Pierre d'Herbemont. | ths | 2007-01-18 | 1 | -1/+1 |
* | MIPS FPU support for the gdb stub, by Daniel Jacobowitz. | ths | 2006-12-11 | 1 | -0/+48 |
* | ColdFire target. | pbrook | 2006-10-22 | 1 | -0/+67 |
* | sparc fpu fix - allow 64 bit addresses (Blue Swirl) | bellard | 2006-06-25 | 1 | -32/+35 |
* | SH bugfixes. | pbrook | 2006-06-18 | 1 | -2/+12 |