- a38bb07 Add the "-semihosting-config" option. by Liviu Ionescu · 10 years ago
- f17b069 gdbstub: Add a missing case of signal number translation in gdbstub by Martin Simmons · 10 years ago
- 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
- 462efe9 gdbstub: init mon_chr through qemu_chr_alloc by Pavel Dovgalyuk · 10 years ago
- b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
- ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
- df39076 vl: allow "cont" from panicked state by Paolo Bonzini · 11 years ago
- 6669ca1 gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
- bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
- 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 11 years ago
- 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 12 years ago
- 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
- 25d8ac0 target-xtensa: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- d0ff8d0 target-lm32: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- cfae5c9 target-s390x: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- c3ce8eb target-alpha: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 213c19d target-cris: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- eabfc23 target-microblaze: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 2f93773 target-sh4: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 3002873 target-openrisc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 814ac26 target-mips: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- c88de14 target-m68k: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 58850da target-arm: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 0980bfa target-ppc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- f20f9df target-i386: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
- 19a7721 gdbstub: Drop dead code in cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 47d74ef gdbstub: Fix cpu_gdb_{read,write}_register() Coding Style by Andreas Färber · 12 years ago
- 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 12 years ago
- eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 2e0f2cf gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState by Andreas Färber · 12 years ago
- f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
- f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
- 385b9f0 gdbstub: Change gdb_{read,write}_register() argument to CPUState by Andreas Färber · 12 years ago
- db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
- 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
- 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 12 years ago
- 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
- 5ca666c gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style by Andreas Färber · 12 years ago
- f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
- 52f3462 gdbstub: Change GDBState::query_cpu to CPUState by Andreas Färber · 12 years ago
- 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
- 1d5791f kvm: Change kvm_remove_all_breakpoints() argument to CPUState by Andreas Färber · 12 years ago
- aa48dd9 Revert "gdbstub: Simplify find_cpu()" by Andreas Färber · 12 years ago
- 64f6b34 gdbstub: Set gdb_set_stop_cpu() argument to CPUState by Andreas Färber · 12 years ago
- 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
- cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
- c52a6b6 gdbstub: Simplify find_cpu() by Andreas Färber · 12 years ago
- bc7d0e6 gdbstub: let the debugger resume from guest panicked state by Paolo Bonzini · 12 years ago
- 26ac7a3 gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc by Paolo Bonzini · 12 years ago
- 87f25c1 gdbstub: do not restart crashed guest by Paolo Bonzini · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
- d76bb73 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 12 years ago
- d6478bc PPC/GDB: handle read and write of fpscr by Fabien Chouteau · 12 years ago
- 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
- 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
- bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 12 years ago
- 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
- 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
- 6ee77b1 target-s390: Fix gdbstub by Richard Henderson · 12 years ago
- 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- dd519cb target-xtensa: add FP registers by Max Filippov · 12 years ago
- eca5c30 gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES by Aurelien Jarno · 12 years ago
- fc04355 target-or32: Add gdb stub support by Jia Liu · 12 years ago
- 68f4730 make gdb_id() generally avialable and rename it to cpu_index() by Wen Congyang · 13 years ago
- a896d03 gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc by Peter Maydell · 13 years ago
- cdb432b gdbserver: Don't send a GDB syscall until the system CPU is stopped by Meador Inge · 13 years ago
- 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
- f384091 monitor: Avoid CPUState in read/write functions by Andreas Färber · 13 years ago
- 00e94db gdbstub: Do not kill target in system emulation mode by Jan Kiszka · 13 years ago
- bb16172 gdbstub: Fix fd leak in gdbserver_open() error path by Peter Maydell · 13 years ago
- e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
- 9643c25 gdbstub: Fix memory leak by Stefan Weil · 13 years ago
- 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
- ebffe2a Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
- 5a576fb Gdbstub: handle read of fpscr by Fabien Chouteau · 13 years ago
- 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
- 1354869 Drop the vm_running global variable by Luiz Capitulino · 13 years ago
- 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
- 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 13 years ago
- ccfcaba target-xtensa: add gdb support by Max Filippov · 13 years ago
- 70f24fb char: rename qemu_chr_close() -> qemu_chr_delete() by Anthony Liguori · 13 years ago
- 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 13 years ago
- fa5efcc char: rename qemu_chr_read() -> qemu_chr_be_write() by Anthony Liguori · 13 years ago
- 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
- 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
- 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
- 142ab5b target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef by Aurelien Jarno · 14 years ago
- 59467ba s390x: Adjust GDB stub by Alexander Graf · 14 years ago