aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2019-01-07gdbstub: add multiprocess extension supportLuc Michel
2019-01-07gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel
2019-01-07gdbstub: processes initialization on new peer connectionLuc Michel
2019-01-07gdbstub: add support for vAttach packetsLuc Michel
2019-01-07gdbstub: add support for extended mode packetLuc Michel
2019-01-07gdbstub: add multiprocess support to 'D' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel
2019-01-07gdbstub: add multiprocess support to Xfer:features:read:Luc Michel
2019-01-07gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel
2019-01-07gdbstub: add multiprocess support to 'sC' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to vCont packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to '?' packetsLuc Michel
2019-01-07gdbstub: introduce GDB processesLuc Michel
2018-10-16gdbstub: Remove unused includePhilippe Mathieu-Daudé
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
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