summaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-30gdbstub: do not restart crashed guestPaolo Bonzini1-1/+3
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-0/+1
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno1-1/+2
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau1-1/+2
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-1/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+1
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-3/+2
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber1-5/+9
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+2
2013-01-05target-s390: Fix gdbstubRichard Henderson1-30/+48
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-09-22target-xtensa: add FP registersMax Filippov1-0/+8
2012-09-21gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno1-54/+90
2012-07-27target-or32: Add gdb stub supportJia Liu1-0/+64
2012-06-04make gdb_id() generally avialable and rename it to cpu_index()Wen Congyang1-14/+5
2012-04-21gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pcPeter Maydell1-2/+1
2012-03-24gdbserver: Don't send a GDB syscall until the system CPU is stoppedMeador Inge1-15/+27
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-22/+22
2012-03-14monitor: Avoid CPUState in read/write functionsAndreas Färber1-28/+28
2012-03-11gdbstub: Do not kill target in system emulation modeJan Kiszka1-0/+2
2012-01-06gdbstub: Fix fd leak in gdbserver_open() error pathPeter Maydell1-0/+2
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-11-19gdbstub: Fix memory leakStefan Weil1-6/+8
2011-10-26target-sparc: Change fpr representation to doubles.Richard Henderson1-11/+24
2011-10-10Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-13/+13
2011-10-06Gdbstub: handle read of fpscrFabien Chouteau1-1/+1
2011-10-04RunState: Rename enum values as generated by the QAPILuiz Capitulino1-13/+13
2011-09-15Drop the vm_running global variableLuiz Capitulino1-2/+2
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-15/+15
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau1-3/+13
2011-09-10target-xtensa: add gdb supportMax Filippov1-0/+96
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori1-2/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno1-4/+0
2011-05-20s390x: Adjust GDB stubAlexander Graf1-2/+6
2011-04-03gdbstub: Catch and report more vmstop reasonsJan Kiszka1-10/+39
2011-03-07lm32: gdbstub supportMichael Walle1-0/+76
2011-02-14Improve vm_stop reason declarationsJan Kiszka1-9/+10
2011-01-16gdbstub: Close connection in gdb_exitFabien Chouteau1-0/+6