aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-05target-s390: Fix gdbstubRichard Henderson
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
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