aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-24target-ppc: Change core powerpc gdbstub bits to be XML-awareaurel32
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori
2009-01-18add an init function parameter to qemu_chr_open()aurel32
2009-01-15Fix bsd-user buildblueswir1
2009-01-13Fix gdbserver number of registers (Tristan Gingold)blueswir1
2009-01-07gdbstub: fix gdbserver_forkedgar_igl
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-18User-mode GDB stub improvements - handle signalsaurel32
2008-12-18User-mode GDB stub improvements - handle forkaurel32
2008-12-07target-alpha: gdb-stub supportaurel32
2008-12-07gdbstub: kill a warningaurel32
2008-12-07Fix some new warnings introduced after r5022blueswir1
2008-11-30gdbstub: Fix access to PPC FPRsaurel32
2008-11-18gdbstub: manage CPUs as threads (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-18gdbstub: Return appropriate watch message to gdb (Jan Kiszka)aliguori
2008-10-31Implement "info chardev" command. (Gerd Hoffmann)aliguori
2008-10-25Use snprintf to please OpenBSD linkerblueswir1
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-14gdbstub: remove unused local variableaurel32
2008-10-11CRIS: Handle GDB writes to pregs.edgar_igl
2008-10-11Add GDB XML register description support.pbrook
2008-09-18Move the active FPU registers into env again, and use more TCG registersths
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-06-27More efficient target register / TC accesses.ths
2008-06-09Clean up MMIO TLB handling.pbrook
2008-06-07Fix Sparc32plus GDBstub supportblueswir1
2008-05-17Support signal reception in user-mode. Handle when the peer terminates or abo...edgar_igl
2008-05-17Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).edgar_igl
2008-05-09x86_64 and better i386 supportbellard
2008-05-09Remove x86-64 specific reg fillers.edgar_igl
2008-05-09Debugger single step without interrupts (Jason Wessel).edgar_igl
2008-05-09Add x86_64 gdb stub for qemu (Jason Wessel).edgar_igl
2008-03-14Improve readability by moving the continue operation into aseparate function.edgar_igl
2008-02-28More consistent naming for CRIS register-number macros.edgar_igl
2008-02-12Make MIPS MT implementation more cache friendly.ths
2007-12-16Fix char* signedness, by Andre Przywara.ths
2007-12-16Fix wrong signedness, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-11-11Fix format mismatch.pbrook
2007-10-31x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt.balrog
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer
2007-10-25Fix gdb stub for MIPS64.ths
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-08-06Ensure string is properly terminated.pbrook