aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber
2013-07-09Revert "gdbstub: Simplify find_cpu()"Andreas Färber
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-06-28gdbstub: Simplify find_cpu()Andreas Färber
2013-06-10gdbstub: let the debugger resume from guest panicked statePaolo Bonzini
2013-06-10gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dcPaolo Bonzini
2013-05-30gdbstub: do not restart crashed guestPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
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