2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2008-12-18 |
aurel32 | User-mode GDB stub improvements - handle signals |
blob | commitdiff | raw | diff to current |
2008-12-18 |
aurel32 | User-mode GDB stub improvements - handle fork |
blob | commitdiff | raw | diff to current |
2008-12-07 |
aurel32 | target-alpha: gdb-stub support |
blob | commitdiff | raw | diff to current |
2008-12-07 |
aurel32 | gdbstub: kill a warning |
blob | commitdiff | raw | diff to current |
2008-12-07 |
blueswir1 | Fix some new warnings introduced after r5022 |
blob | commitdiff | raw | diff to current |
2008-11-30 |
aurel32 | gdbstub: Fix access to PPC FPRs |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | gdbstub: manage CPUs as threads (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | gdbstub: Return appropriate watch message to gdb (Jan... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
aliguori | Implement "info chardev" command. (Gerd Hoffmann) |
blob | commitdiff | raw | diff to current |
2008-10-25 |
blueswir1 | Use snprintf to please OpenBSD linker |
blob | commitdiff | raw | diff to current |
2008-10-21 |
aurel32 | target-ppc: Convert XER accesses to TCG |
blob | commitdiff | raw | diff to current |
2008-10-14 |
aurel32 | gdbstub: remove unused local variable |
blob | commitdiff | raw | diff to current |
2008-10-11 |
edgar_igl | CRIS: Handle GDB writes to pregs. |
blob | commitdiff | raw | diff to current |
2008-10-11 |
pbrook | Add GDB XML register description support. |
blob | commitdiff | raw | diff to current |
2008-09-18 |
ths | Move the active FPU registers into env again, and use... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
blueswir1 | Fix warnings that would be caused by gcc flag -Wwrite... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
blueswir1 | Fix OpenBSD linker warnings |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Clean up MMIO TLB handling. |
blob | commitdiff | raw | diff to current |
2008-06-07 |
blueswir1 | Fix Sparc32plus GDBstub support |
blob | commitdiff | raw | diff to current |
2008-05-17 |
edgar_igl | Support signal reception in user-mode. Handle when... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
edgar_igl | Add support for the 'k' (kill) and 'D' (detach) packets... |
blob | commitdiff | raw | diff to current |
2008-05-09 |
bellard | x86_64 and better i386 support |
blob | commitdiff | raw | diff to current |
2008-05-09 |
edgar_igl | Remove x86-64 specific reg fillers. |
blob | commitdiff | raw | diff to current |
2008-05-09 |
edgar_igl | Debugger single step without interrupts (Jason Wessel). |
blob | commitdiff | raw | diff to current |
2008-05-09 |
edgar_igl | Add x86_64 gdb stub for qemu (Jason Wessel). |
blob | commitdiff | raw | diff to current |
2008-03-14 |
edgar_igl | Improve readability by moving the continue operation... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
edgar_igl | More consistent naming for CRIS register-number macros. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2007-12-16 |
ths | Fix char* signedness, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-12-16 |
ths | Fix wrong signedness, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Break up vl.h. |
blob | commitdiff | raw | diff to current |
2007-11-11 |
pbrook | Fix format mismatch. |
blob | commitdiff | raw | diff to current |
2007-10-31 |
balrog | x86_64 support in cpu_gdb_read_registers(), by Goran... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
j_mayer | Gprof prooved the PowerPC emulation spent too much... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
ths | Fix gdb stub for MIPS64. |
blob | commitdiff | raw | diff to current |
2007-10-08 |
ths | CRIS support in toplevel, by Edgar E. Iglesias. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
2007-08-06 |
pbrook | Ensure string is properly terminated. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
ths | Improve handling of gdb's single-step / continue arguments. |
blob | commitdiff | raw | diff to current |
2007-07-11 |
ths | Spelling fixes, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2007-07-07 |
blueswir1 | Report normalised CWP values to userland and GDB,... |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Proper target format for qOffsets. |
blob | commitdiff | raw | diff to current |
2007-06-01 |
ths | GDB stub for MIPS64, by Jason Wessel. |
blob | commitdiff | raw | diff to current |
2007-05-26 |
pbrook | M68k system mode semihosting. |
blob | commitdiff | raw | diff to current |
2007-05-13 |
ths | Add fpu register support to the gdb code, by Magnus... |
blob | commitdiff | raw | diff to current |
2007-05-07 |
ths | MIPS 64-bit FPU support, plus some collateral bugfixes... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
pbrook | Fix format specified for watchpoint address. |
blob | commitdiff | raw | diff to current |
2007-04-14 |
blueswir1 | Fix Sparc64 double float gdb protocol (initial version... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
pbrook | Watchpoint support (previous commit got eaten by Savann... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
j_mayer | Great PowerPC emulation code resynchronisation and... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
ths | MIPS FPU dynamic activation, part 1, by Herve Poussineau. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
pbrook | Allow gdbstub to connect over any serial device. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | gdbserver fix |
blob | commitdiff | raw | diff to current |
2007-01-28 |
pbrook | GDB hosted syscalls. |
blob | commitdiff | raw | diff to current |
2007-01-28 |
pbrook | Use standard character device interface for gdbstub. |
blob | commitdiff | raw | diff to current |
2007-01-21 |
pbrook | Don't resume guest when gdb connection terminates and... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
ths | Darwin userspace emulation, by Pierre d'Herbemont. |
blob | commitdiff | raw | diff to current |
2006-12-11 |
ths | MIPS FPU support for the gdb stub, by Daniel Jacobowitz. |
blob | commitdiff | raw | diff to current |
2006-10-22 |
pbrook | ColdFire target. |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | sparc fpu fix - allow 64 bit addresses (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2006-06-18 |
pbrook | SH bugfixes. |
blob | commitdiff | raw | diff to current |
2006-06-17 |
pbrook | Respond to qOffsets gdb packet (for debugging bFLT... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
bellard | gdb stub for win32 |
blob | commitdiff | raw | diff to current |
2006-04-27 |
bellard | sh4 target (Samuel Tardieu) |
blob | commitdiff | raw | diff to current |
2006-04-23 |
bellard | SIGINT generation (Jason Wessel) |
blob | commitdiff | raw | diff to current |
2005-12-05 |
bellard | MIPS support and memory access error reporting (Daniel... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
bellard | ARM system emulation (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-11-21 |
bellard | SMP support |
blob | commitdiff | raw | diff to current |
2005-11-15 |
bellard | new network emulation |
blob | commitdiff | raw | diff to current |
2005-10-30 |
bellard | sparc fix (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | preliminary patch to support more PowerPC CPUs (Jocelyn... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
bellard | sparc64 marge (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2005-04-26 |
bellard | fixed gdb error reporting (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-04-26 |
bellard | report user mode gdb exit codes (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-04-24 |
bellard | removed RS_CONTINUE 'state' |
blob | commitdiff | raw | diff to current |
2005-04-17 |
bellard | gdb support for user mode (Paul Brook) |
blob | commitdiff | raw | diff to current |
2005-01-17 |
bellard | gdb M packet parsing fix (Thomas Petazzoni) |
blob | commitdiff | raw | diff to current |
2005-01-03 |
bellard | removed warning |
blob | commitdiff | raw | diff to current |
2004-12-19 |
bellard | SPARC merge |
blob | commitdiff | raw | diff to current |
2004-10-04 |
bellard | sparc merge (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2004-09-30 |
bellard | full system SPARC emulation (Blue Swirl) |
blob | commitdiff | raw | diff to current |
2004-05-12 |
bellard | bsd port (Markus Niemisto) |
blob | commitdiff | raw | diff to current |
2004-04-12 |
bellard | PowerPC system emulation fixes (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2004-03-31 |
bellard | win32 port (initial patch by kazu) |
blob | commitdiff | raw | diff to current |
2004-03-31 |
bellard | moved gdbstub to qemu - new asynchronous gdbstub |
blob | commitdiff | raw | diff to current |
2004-03-21 |
bellard | do not depend on thunk.h - more log items |
blob | commitdiff | raw | diff to current |
2004-02-25 |
bellard | new physical memory access API (used by DMA accesses) |
blob | commitdiff | raw | diff to current |
2004-01-24 |
bellard | virtual memory access for gdbstub |
blob | commitdiff | raw | diff to current |
2004-01-05 |
bellard | ppc support (Jocelyn Mayer) |
blob | commitdiff | raw | diff to current |
2004-01-04 |
bellard | ppc fix |
blob | commitdiff | raw | diff to current |
2004-01-04 |
bellard | (temporary) only physical dump is possible in gdb |
blob | commitdiff | raw | diff to current |
2004-01-04 |
bellard | added CPU callbacks |
blob | commitdiff | raw | diff to current |
2003-10-30 |
bellard | cannot simply write segment registers in system mode |
blob | commitdiff | raw | diff to current |
2003-10-05 |
bellard | log activation from gdb - gdb single step support for... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
bellard | new directory structure |
blob | commitdiff | raw | diff to current |
next |