aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell
2016-06-07gdbstub: set listen backlog to 1Peter Wu
2016-06-07linux-user: Remove redundant gdb_queuesig()Timothy E Baldwin
2016-06-06gdbstub: avoid busy loop while waiting for gdbPeter Wu
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-15replay: character devicesPavel Dovgalyuk
2016-02-04all: Clean up includesPeter Maydell
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange
2015-11-06gdbstub: Fix buffer overflows in gdb_handle_packet()Kevin Wolf
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-09use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell
2015-07-27gdbstub: Set current CPU on interruptionsJan Kiszka
2015-07-09gdbstub: Use cpu_set_pc() helperPeter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2015-05-28Revert "gdbstub: Do not kill target in system emulation mode"Fabien Chouteau
2015-05-28Add GDB qAttached supportJan Kiszka
2015-05-28gdbstub: Introduce an is is_query_packet helperJan Kiszka
2015-05-28gdbstub: Fix qOffsets packet detectionJan Kiszka
2015-03-10gdbstub: avoid possible NULL pointer dereferencePaolo Bonzini
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu
2014-11-11gdbstub: Add a missing case of signal number translation in gdbstubMartin Simmons
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell
2014-09-11gdbstub: init mon_chr through qemu_chr_allocPavel Dovgalyuk
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber
2013-11-04vl: allow "cont" from panicked statePaolo Bonzini
2013-10-02gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-27target-xtensa: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-lm32: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-s390x: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-alpha: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-cris: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-microblaze: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-sh4: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-27target-openrisc: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26target-mips: Move cpu_gdb_{read,write}_register()Andreas Färber