aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2012-09-22target-xtensa: add FP registersMax Filippov
2012-09-21gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno
2012-07-27target-or32: Add gdb stub supportJia Liu
2012-06-04make gdb_id() generally avialable and rename it to cpu_index()Wen Congyang
2012-04-21gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pcPeter Maydell
2012-03-24gdbserver: Don't send a GDB syscall until the system CPU is stoppedMeador Inge
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14monitor: Avoid CPUState in read/write functionsAndreas Färber
2012-03-11gdbstub: Do not kill target in system emulation modeJan Kiszka
2012-01-06gdbstub: Fix fd leak in gdbserver_open() error pathPeter Maydell
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-11-19gdbstub: Fix memory leakStefan Weil
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson
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