aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2011-10-06Gdbstub: handle read of fpscrFabien Chouteau
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino
2011-09-15Drop the vm_running global variableLuiz Capitulino
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-09-10target-xtensa: add gdb supportMax Filippov
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno
2011-05-20s390x: Adjust GDB stubAlexander Graf
2011-04-03gdbstub: Catch and report more vmstop reasonsJan Kiszka
2011-03-07lm32: gdbstub supportMichael Walle
2011-02-14Improve vm_stop reason declarationsJan Kiszka
2011-01-16gdbstub: Close connection in gdb_exitFabien Chouteau
2010-09-18Use gcc warning flag -Wnested-externsBlue Swirl
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-06-16GDB exit status for semihostingPaul Brook
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl
2010-02-27target-sh4: Fix gdb read/write registertakasi-y@ops.dti.ne.jp
2010-02-27Fix to 'gdb detach' stubDaniel Gutson
2010-02-23target-alpha: Fix gdb access to fpcr and unique.Richard Henderson
2010-02-20cris: Add CRISv10 gdbstub support.Edgar E. Iglesias
2010-01-14target-m68k: fix a typo in 'P' packet processingKazu Hirata
2009-12-13gdbstub: add MIPS16 supportNathan Froyd
2009-12-05S390 GDB stubAlexander Graf
2009-12-03Don't leak file descriptorsKevin Wolf
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka
2009-09-30gdbstub: fix coding style nitMichael S. Tsirkin
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka
2009-07-16gdbstub: x86: Refactor register accessJan Kiszka
2009-07-16gdbstub: Add vCont supportJan Kiszka
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd
2009-05-26microblaze: Add GDB stub support.Edgar E. Iglesias
2009-04-18Add 'static' to avoid a sparse warningblueswir1
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir1
2009-04-08factor out setting pc in gdbstubaurel32
2009-04-05gdbstub: Rework configuration via command line and monitor (Jan Kiszka)aliguori
2009-03-28gdbstub: Allow re-instantiation (Jan Kiszka)aliguori
2009-03-28gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka)aliguori
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori