summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Drop the vm_running global variableLuiz Capitulino2011-09-151-2/+2
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-15/+15
* Gdbstub: Fix back-trace on SPARC32Fabien Chouteau2011-09-101-3/+13
* target-xtensa: add gdb supportMax Filippov2011-09-101-0/+96
* char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2011-08-221-2/+2
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+1
* target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno2011-06-031-4/+0
* s390x: Adjust GDB stubAlexander Graf2011-05-201-2/+6
* gdbstub: Catch and report more vmstop reasonsJan Kiszka2011-04-031-10/+39
* lm32: gdbstub supportMichael Walle2011-03-071-0/+76
* Improve vm_stop reason declarationsJan Kiszka2011-02-141-9/+10
* gdbstub: Close connection in gdb_exitFabien Chouteau2011-01-161-0/+6
* Use gcc warning flag -Wnested-externsBlue Swirl2010-09-181-1/+0
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-0/+1
* GDB exit status for semihostingPaul Brook2010-06-161-14/+20
* sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-091-8/+8
* target-sh4: Fix gdb read/write registertakasi-y@ops.dti.ne.jp2010-02-271-13/+14
* Fix to 'gdb detach' stubDaniel Gutson2010-02-271-0/+1
* target-alpha: Fix gdb access to fpcr and unique.Richard Henderson2010-02-231-34/+54
* cris: Add CRISv10 gdbstub support.Edgar E. Iglesias2010-02-201-0/+36
* target-m68k: fix a typo in 'P' packet processingKazu Hirata2010-01-141-1/+1
* gdbstub: add MIPS16 supportNathan Froyd2009-12-131-3/+15
* S390 GDB stubAlexander Graf2009-12-051-0/+52
* Don't leak file descriptorsKevin Wolf2009-12-031-0/+6
* char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah2009-10-211-1/+1
* gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2009-10-051-13/+42
* gdbstub: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-4/+4
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* gdbstub: x86: Support for setting segment registersJan Kiszka2009-07-161-17/+31
* gdbstub: x86: Refactor register accessJan Kiszka2009-07-161-73/+83
* gdbstub: Add vCont supportJan Kiszka2009-07-161-0/+58