summaryrefslogtreecommitdiffstats
path: root/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdbstub: Change gdb_{read,write}_register() argument to CPUStateAndreas Färber2013-07-231-6/+10
* gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-3/+3
* gdbstub: Change syscall callback argument to CPUStateAndreas Färber2013-07-231-1/+1
* kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber2013-07-231-4/+8
* cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-4/+5
* gdbstub: Update gdb_handlesig() and gdb_signalled() Coding StyleAndreas Färber2013-07-231-47/+47
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-33/+6
* gdbstub: Change GDBState::query_cpu to CPUStateAndreas Färber2013-07-231-5/+4
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-16/+23
* kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber2013-07-091-1/+1
* Revert "gdbstub: Simplify find_cpu()"Andreas Färber2013-07-091-4/+8
* gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber2013-06-281-1/+3
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-4/+4
* gdbstub: Simplify find_cpu()Andreas Färber2013-06-281-8/+4
* gdbstub: let the debugger resume from guest panicked statePaolo Bonzini2013-06-101-0/+3
* gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dcPaolo Bonzini2013-06-101-1/+1
* gdbstub: do not restart crashed guestPaolo Bonzini2013-05-301-1/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-0/+1
* Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno2013-03-221-1/+2
|\
| * PPC/GDB: handle read and write of fpscrFabien Chouteau2013-03-221-1/+2
* | MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil2013-03-221-1/+1
|/
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+1
* move socket_set_nodelay to osdep.cMORITA Kazutaka2013-03-041-3/+2
* cpu: Move host_tid field to CPUStateAndreas Färber2013-02-161-5/+9
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-1/+2
* target-s390: Fix gdbstubRichard Henderson2013-01-051-30/+48
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* target-xtensa: add FP registersMax Filippov2012-09-221-0/+8
* gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPESAurelien Jarno2012-09-211-54/+90
* target-or32: Add gdb stub supportJia Liu2012-07-271-0/+64
* make gdb_id() generally avialable and rename it to cpu_index()Wen Congyang2012-06-041-14/+5
* gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pcPeter Maydell2012-04-211-2/+1
* gdbserver: Don't send a GDB syscall until the system CPU is stoppedMeador Inge2012-03-241-15/+27
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-22/+22
* monitor: Avoid CPUState in read/write functionsAndreas Färber2012-03-141-28/+28
* gdbstub: Do not kill target in system emulation modeJan Kiszka2012-03-111-0/+2
* gdbstub: Fix fd leak in gdbserver_open() error pathPeter Maydell2012-01-061-0/+2
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* gdbstub: Fix memory leakStefan Weil2011-11-191-6/+8
* target-sparc: Change fpr representation to doubles.Richard Henderson2011-10-261-11/+24
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-10-101-13/+13
|\
| * RunState: Rename enum values as generated by the QAPILuiz Capitulino2011-10-041-13/+13
* | Gdbstub: handle read of fpscrFabien Chouteau2011-10-061-1/+1
|/
OpenPOWER on IntegriCloud