aboutsummaryrefslogtreecommitdiffstats
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-18Use gcc warning flag -Wnested-externsBlue Swirl1-1/+0
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-0/+1
2010-06-16GDB exit status for semihostingPaul Brook1-14/+20
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl1-8/+8
2010-02-27target-sh4: Fix gdb read/write registertakasi-y@ops.dti.ne.jp1-13/+14
2010-02-27Fix to 'gdb detach' stubDaniel Gutson1-0/+1
2010-02-23target-alpha: Fix gdb access to fpcr and unique.Richard Henderson1-34/+54
2010-02-20cris: Add CRISv10 gdbstub support.Edgar E. Iglesias1-0/+36
2010-01-14target-m68k: fix a typo in 'P' packet processingKazu Hirata1-1/+1
2009-12-13gdbstub: add MIPS16 supportNathan Froyd1-3/+15
2009-12-05S390 GDB stubAlexander Graf1-0/+52
2009-12-03Don't leak file descriptorsKevin Wolf1-0/+6
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah1-1/+1
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka1-13/+42
2009-09-30gdbstub: fix coding style nitMichael S. Tsirkin1-1/+1
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-4/+4
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka1-17/+31
2009-07-16gdbstub: x86: Refactor register accessJan Kiszka1-73/+83
2009-07-16gdbstub: Add vCont supportJan Kiszka1-0/+58
2009-06-04fix gdbstub support for multiple threads in usermode, v3Nathan Froyd1-25/+44
2009-05-26microblaze: Add GDB stub support.Edgar E. Iglesias1-0/+32
2009-04-18Add 'static' to avoid a sparse warningblueswir11-1/+1
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir11-5/+5
2009-04-08factor out setting pc in gdbstubaurel321-38/+25