summaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-05gdbserver fixbellard1-0/+14
2007-01-28GDB hosted syscalls.pbrook1-0/+112
2007-01-28Use standard character device interface for gdbstub.pbrook1-67/+96
2007-01-21Don't resume guest when gdb connection terminates and -S specified.pbrook1-1/+2
2007-01-18Darwin userspace emulation, by Pierre d'Herbemont.ths1-1/+1
2006-12-11MIPS FPU support for the gdb stub, by Daniel Jacobowitz.ths1-0/+48
2006-10-22ColdFire target.pbrook1-0/+67
2006-06-25sparc fpu fix - allow 64 bit addresses (Blue Swirl)bellard1-32/+35
2006-06-18SH bugfixes.pbrook1-2/+12
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+14
2006-06-14gdb stub for win32bellard1-10/+20
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+43
2006-04-23SIGINT generation (Jason Wessel)bellard1-2/+4
2005-12-05MIPS support and memory access error reporting (Daniel Jacobowitz)bellard1-4/+72
2005-11-26ARM system emulation (Paul Brook)bellard1-2/+6
2005-11-21SMP supportbellard1-5/+8
2005-11-15new network emulationbellard1-12/+12
2005-10-30sparc fix (Blue Swirl)bellard1-1/+1
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-4/+4
2005-07-02sparc64 marge (Blue Swirl)bellard1-8/+39
2005-04-26fixed gdb error reporting (Paul Brook)bellard1-2/+2
2005-04-26report user mode gdb exit codes (Paul Brook)bellard1-0/+16
2005-04-24removed RS_CONTINUE 'state'bellard1-17/+21
2005-04-17gdb support for user mode (Paul Brook)bellard1-13/+139
2005-01-17gdb M packet parsing fix (Thomas Petazzoni)bellard1-1/+1
2005-01-03removed warningbellard1-7/+2
2004-12-19SPARC mergebellard1-13/+6
2004-10-04sparc merge (Blue Swirl)bellard1-0/+6
2004-09-30full system SPARC emulation (Blue Swirl)bellard1-55/+112
2004-05-12bsd port (Markus Niemisto)bellard1-1/+1
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-27/+34
2004-03-31win32 port (initial patch by kazu)bellard1-8/+2
2004-03-31moved gdbstub to qemu - new asynchronous gdbstubbellard1-230/+289
2004-03-21do not depend on thunk.h - more log itemsbellard1-21/+1
2004-02-25new physical memory access API (used by DMA accesses)bellard1-2/+2
2004-01-24virtual memory access for gdbstubbellard1-49/+4
2004-01-05ppc support (Jocelyn Mayer)bellard1-0/+63
2004-01-04ppc fixbellard1-0/+4
2004-01-04(temporary) only physical dump is possible in gdbbellard1-2/+2
2004-01-04added CPU callbacksbellard1-37/+103
2003-10-30cannot simply write segment registers in system modebellard1-0/+2
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-0/+17
2003-09-30new directory structurebellard1-7/+2
2003-07-29first part of single stepping supportbellard1-0/+18
2003-07-26removed debugbellard1-1/+1
2003-07-26gdb stub breakpoints supportbellard1-5/+50
2003-06-27added gdb support to vlbellard1-0/+390