summaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-26gdbstub: fix vCont packet handling when no thread is specifiedLuc Michel1-2/+12
2019-02-15gdbstub: Send a reply to the vKill packet.Sandra Loosemore1-0/+1
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-2/+2
2019-02-05gdbstub: allow killing QEMU via vKill commandMax Filippov1-0/+4
2019-01-29gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell1-42/+4
2019-01-29gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0Luc Michel1-29/+43
2019-01-07gdbstub: add multiprocess extension supportLuc Michel1-0/+6
2019-01-07gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel1-0/+10
2019-01-07gdbstub: processes initialization on new peer connectionLuc Michel1-5/+15
2019-01-07gdbstub: add support for vAttach packetsLuc Michel1-0/+35
2019-01-07gdbstub: add support for extended mode packetLuc Michel1-0/+3
2019-01-07gdbstub: add multiprocess support to 'D' packetsLuc Michel1-7/+53
2019-01-07gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel1-3/+12
2019-01-07gdbstub: add multiprocess support to Xfer:features:read:Luc Michel1-20/+28
2019-01-07gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel1-10/+27
2019-01-07gdbstub: add multiprocess support to 'sC' packetsLuc Michel1-3/+9
2019-01-07gdbstub: add multiprocess support to vCont packetsLuc Michel1-15/+100
2019-01-07gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel1-18/+136
2019-01-07gdbstub: add multiprocess support to '?' packetsLuc Michel1-2/+64
2019-01-07gdbstub: introduce GDB processesLuc Michel1-0/+97
2018-10-16gdbstub: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau1-1/+5
2018-06-01gdbstub: Prevent fd leakagePhilippe Mathieu-Daudé1-0/+1
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell1-0/+6
2018-05-20gdbstub: Handle errors in gdb_accept()Peter Maydell1-4/+12
2018-05-20gdbstub: Use qemu_set_cloexec()Peter Maydell1-6/+2
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida1-0/+10
2018-04-09gdbstub: fix off-by-one in gdb_handle_packet()Philippe Mathieu-Daudé1-1/+2
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic1-0/+7
2017-12-18gdbstub: add tracingDoug Gale1-35/+78
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell1-1/+1
2017-07-14gdbstub: don't fail on vCont; C04:0; c packetsAlex Bennée1-11/+4
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-1/+2
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée1-6/+20
2017-07-14gdbstub: modernise DEBUG_GDBAlex Bennée1-44/+33
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-13/+2
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-0/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-08gdbstub: implement remote debugging protocol escapes for command receiveDoug Gale1-9/+99
2017-05-04char: add a /chardevs containerMarc-André Lureau1-2/+2
2017-02-16gdbstub: Fix vCont behaviourClaudio Imbrenda1-47/+162
2017-01-27chardev: qom-ifyMarc-André Lureau1-7/+32
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-6/+6
2017-01-27char: allocate CharDriverState as a single objectMarc-André Lureau1-0/+1
2017-01-27char: move callbacks in CharDriverMarc-André Lureau1-2/+5
2017-01-24gdbstub.c: update old error report statementsZiyue Yang1-5/+5
2017-01-24gdbstub.c: fix GDB connection segfault caused by empty machinesZiyue Yang1-0/+7
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0