aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2018-06-01gdbstub: Prevent fd leakagePhilippe Mathieu-Daudé
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell
2018-05-20gdbstub: Handle errors in gdb_accept()Peter Maydell
2018-05-20gdbstub: Use qemu_set_cloexec()Peter Maydell
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2018-04-09gdbstub: fix off-by-one in gdb_handle_packet()Philippe Mathieu-Daudé
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic
2017-12-18gdbstub: add tracingDoug Gale
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-07-14gdbstub: don't fail on vCont; C04:0; c packetsAlex Bennée
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée
2017-07-14gdbstub: modernise DEBUG_GDBAlex Bennée
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-08gdbstub: implement remote debugging protocol escapes for command receiveDoug Gale
2017-05-04char: add a /chardevs containerMarc-André Lureau
2017-02-16gdbstub: Fix vCont behaviourClaudio Imbrenda
2017-01-27chardev: qom-ifyMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau
2017-01-27char: move callbacks in CharDriverMarc-André Lureau
2017-01-24gdbstub.c: update old error report statementsZiyue Yang
2017-01-24gdbstub.c: fix GDB connection segfault caused by empty machinesZiyue Yang
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
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