aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: manage CPUs as threads (Jan Kiszka)aliguori2008-11-181-82/+194
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-60/+77
* gdbstub: Return appropriate watch message to gdb (Jan Kiszka)aliguori2008-11-181-2/+15
* Implement "info chardev" command. (Gerd Hoffmann)aliguori2008-10-311-1/+1
* Use snprintf to please OpenBSD linkerblueswir12008-10-251-9/+9
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-3/+3
* gdbstub: remove unused local variableaurel322008-10-141-2/+0
* CRIS: Handle GDB writes to pregs.edgar_igl2008-10-111-2/+6
* Add GDB XML register description support.pbrook2008-10-111-602/+872
* Move the active FPU registers into env again, and use more TCG registersths2008-09-181-8/+8
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-2/+2
* Fix OpenBSD linker warningsblueswir12008-08-211-14/+15
* More efficient target register / TC accesses.ths2008-06-271-10/+10
* Clean up MMIO TLB handling.pbrook2008-06-091-8/+24
* Fix Sparc32plus GDBstub supportblueswir12008-06-071-25/+39
* Support signal reception in user-mode. Handle when the peer terminates or abo...edgar_igl2008-05-171-6/+19
* Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl2008-05-171-0/+17
* x86_64 and better i386 supportbellard2008-05-091-86/+147
* Remove x86-64 specific reg fillers.edgar_igl2008-05-091-134/+1
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-091-5/+34
* Add x86_64 gdb stub for qemu (Jason Wessel).edgar_igl2008-05-091-1/+133
* Improve readability by moving the continue operation into aseparate function.edgar_igl2008-03-141-15/+13
* More consistent naming for CRIS register-number macros.edgar_igl2008-02-281-1/+1
* Make MIPS MT implementation more cache friendly.ths2008-02-121-6/+6
* Fix char* signedness, by Andre Przywara.ths2007-12-161-2/+2
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-7/+7
* Break up vl.h.pbrook2007-11-171-1/+4
* Fix format mismatch.pbrook2007-11-111-1/+2
* x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt.balrog2007-10-311-1/+49
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-2/+2
* Fix gdb stub for MIPS64.ths2007-10-251-11/+28
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-1/+65
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-6/+6
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-17/+17
* Ensure string is properly terminated.pbrook2007-08-061-0/+1
* Improve handling of gdb's single-step / continue arguments.ths2007-07-121-3/+7
* Spelling fixes, by Stefan Weil.ths2007-07-111-3/+3
* Report normalised CWP values to userland and GDB, not internal representationblueswir12007-07-071-2/+12
* Proper target format for qOffsets.ths2007-06-031-2/+5
* GDB stub for MIPS64, by Jason Wessel.ths2007-06-011-40/+40
* M68k system mode semihosting.pbrook2007-05-261-2/+11
* Add fpu register support to the gdb code, by Magnus Damm.ths2007-05-131-6/+19
* MIPS 64-bit FPU support, plus some collateral bugfixes in theths2007-05-071-2/+2
* Fix format specified for watchpoint address.pbrook2007-04-141-1/+2
* Fix Sparc64 double float gdb protocol (initial version by Paul Brook)blueswir12007-04-141-5/+8
* Watchpoint support (previous commit got eaten by Savannah server crash).pbrook2007-03-161-0/+18
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-2/+2
* MIPS FPU dynamic activation, part 1, by Herve Poussineau.ths2007-02-281-24/+26
* Allow gdbstub to connect over any serial device.pbrook2007-02-221-15/+17