summaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2019-06-12gdbstub: Implement write memory (M pkt) with new infraJon Doron
2019-06-12gdbstub: Implement get register (p pkt) with new infraJon Doron
2019-06-12gdbstub: Implement set register (P pkt) with new infraJon Doron
2019-06-12gdbstub: Implement breakpoint commands (Z/z pkt) with new infraJon Doron
2019-06-12gdbstub: Implement set_thread (H pkt) with new infraJon Doron
2019-06-12gdbstub: Implement continue with signal (C pkt) with new infraJon Doron
2019-06-12gdbstub: Implement continue (c pkt) with new infraJon Doron
2019-06-12gdbstub: Implement thread_alive (T pkt) with new infraJon Doron
2019-06-12gdbstub: Implement deatch (D pkt) with new infraJon Doron
2019-06-12gdbstub: Add infrastructure to parse cmd packetsJon Doron
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-22gdbstub: Fix misuse of isxdigit()Markus Armbruster
2019-05-22gdbstub: Reject invalid RLE repeat countsMarkus Armbruster
2019-03-26gdbstub: fix vCont packet handling when no thread is specifiedLuc Michel
2019-02-15gdbstub: Send a reply to the vKill packet.Sandra Loosemore
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-02-05gdbstub: allow killing QEMU via vKill commandMax Filippov
2019-01-29gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell
2019-01-29gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0Luc Michel
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