aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: fix gdbserver_forkedgar_igl2009-01-071-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* User-mode GDB stub improvements - handle signalsaurel322008-12-181-15/+239
* User-mode GDB stub improvements - handle forkaurel322008-12-181-0/+12
* target-alpha: gdb-stub supportaurel322008-12-071-0/+54
* gdbstub: kill a warningaurel322008-12-071-1/+1
* Fix some new warnings introduced after r5022blueswir12008-12-071-2/+0
* gdbstub: Fix access to PPC FPRsaurel322008-11-301-2/+2
* 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