Age | Commit message (Expand) | Author | Files | Lines |
2009-10-05 | gdbstub: x86: Switch 64/32 bit registers dynamically | Jan Kiszka | 1 | -13/+42 |
2009-09-30 | gdbstub: fix coding style nit | Michael S. Tsirkin | 1 | -1/+1 |
2009-08-27 | kvm: Simplify cpu_synchronize_state() | Avi Kivity | 1 | -4/+4 |
2009-07-27 | rename USE_NPTL to CONFIG_USE_NPTL | Juan Quintela | 1 | -1/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-07-16 | gdbstub: x86: Support for setting segment registers | Jan Kiszka | 1 | -17/+31 |
2009-07-16 | gdbstub: x86: Refactor register access | Jan Kiszka | 1 | -73/+83 |
2009-07-16 | gdbstub: Add vCont support | Jan Kiszka | 1 | -0/+58 |
2009-06-04 | fix gdbstub support for multiple threads in usermode, v3 | Nathan Froyd | 1 | -25/+44 |
2009-05-26 | microblaze: Add GDB stub support. | Edgar E. Iglesias | 1 | -0/+32 |
2009-04-18 | Add 'static' to avoid a sparse warning | blueswir1 | 1 | -1/+1 |
2009-04-13 | Fix ppc-softmmu warnings on OpenBSD host | blueswir1 | 1 | -5/+5 |
2009-04-08 | factor out setting pc in gdbstub | aurel32 | 1 | -38/+25 |
2009-04-05 | gdbstub: Rework configuration via command line and monitor (Jan Kiszka) | aliguori | 1 | -14/+27 |
2009-03-28 | gdbstub: Allow re-instantiation (Jan Kiszka) | aliguori | 1 | -21/+36 |
2009-03-28 | gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka) | aliguori | 1 | -2/+0 |
2009-03-12 | Guest debugging support for KVM (Jan Kiszka) | aliguori | 1 | -7/+17 |
2009-03-07 | Use a dedicated function to request exit from execution loop | aurel32 | 1 | -1/+1 |
2009-03-07 | Fix BSD user | blueswir1 | 1 | -3/+3 |
2009-03-05 | monitor: Pass-through for gdbstub (Jan Kiszka) | aliguori | 1 | -1/+53 |
2009-02-05 | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -8/+0 |
2009-01-24 | target-ppc: Change core powerpc gdbstub bits to be XML-aware | aurel32 | 1 | -1/+22 |
2009-01-22 | Rework vm_state_change notifiers (Jan Kiszka) | aliguori | 1 | -6/+5 |
2009-01-18 | add an init function parameter to qemu_chr_open() | aurel32 | 1 | -1/+1 |
2009-01-15 | Fix bsd-user build | blueswir1 | 1 | -0/+6 |
2009-01-13 | Fix gdbserver number of registers (Tristan Gingold) | blueswir1 | 1 | -2/+2 |
2009-01-07 | gdbstub: fix gdbserver_fork | edgar_igl | 1 | -1/+1 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-18 | User-mode GDB stub improvements - handle signals | aurel32 | 1 | -15/+239 |
2008-12-18 | User-mode GDB stub improvements - handle fork | aurel32 | 1 | -0/+12 |
2008-12-07 | target-alpha: gdb-stub support | aurel32 | 1 | -0/+54 |
2008-12-07 | gdbstub: kill a warning | aurel32 | 1 | -1/+1 |
2008-12-07 | Fix some new warnings introduced after r5022 | blueswir1 | 1 | -2/+0 |
2008-11-30 | gdbstub: Fix access to PPC FPRs | aurel32 | 1 | -2/+2 |
2008-11-18 | gdbstub: manage CPUs as threads (Jan Kiszka) | aliguori | 1 | -82/+194 |
2008-11-18 | Refactor and enhance break/watchpoint API (Jan Kiszka) | aliguori | 1 | -60/+77 |
2008-11-18 | gdbstub: Return appropriate watch message to gdb (Jan Kiszka) | aliguori | 1 | -2/+15 |
2008-10-31 | Implement "info chardev" command. (Gerd Hoffmann) | aliguori | 1 | -1/+1 |
2008-10-25 | Use snprintf to please OpenBSD linker | blueswir1 | 1 | -9/+9 |
2008-10-21 | target-ppc: Convert XER accesses to TCG | aurel32 | 1 | -3/+3 |
2008-10-14 | gdbstub: remove unused local variable | aurel32 | 1 | -2/+0 |
2008-10-11 | CRIS: Handle GDB writes to pregs. | edgar_igl | 1 | -2/+6 |
2008-10-11 | Add GDB XML register description support. | pbrook | 1 | -602/+872 |
2008-09-18 | Move the active FPU registers into env again, and use more TCG registers | ths | 1 | -8/+8 |
2008-09-14 | Fix warnings that would be caused by gcc flag -Wwrite-strings | blueswir1 | 1 | -2/+2 |
2008-08-21 | Fix OpenBSD linker warnings | blueswir1 | 1 | -14/+15 |
2008-06-27 | More efficient target register / TC accesses. | ths | 1 | -10/+10 |
2008-06-09 | Clean up MMIO TLB handling. | pbrook | 1 | -8/+24 |
2008-06-07 | Fix Sparc32plus GDBstub support | blueswir1 | 1 | -25/+39 |
2008-05-17 | Support signal reception in user-mode. Handle when the peer terminates or abo... | edgar_igl | 1 | -6/+19 |