summaryrefslogtreecommitdiffstats
path: root/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
...
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-0/+4
* monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf2019-06-181-1/+1
* gdbstub: Implement qemu physical memory modeJon Doron2019-06-121-2/+60
* gdbstub: Clear unused variables in gdb_handle_packetJon Doron2019-06-121-9/+2Star
* gdbstub: Implement target halted (? pkt) with new infraJon Doron2019-06-121-10/+25
* gdbstub: Implement generic set/query (Q/q pkt) with new infraJon Doron2019-06-121-186/+373
* gdbstub: Implement v commands with new infraJon Doron2019-06-121-60/+110
* gdbstub: Implement step (s pkt) with new infraJon Doron2019-06-121-6/+19
* gdbstub: Implement file io (F pkt) with new infraJon Doron2019-06-121-22/+26
* gdbstub: Implement read all registers (g pkt) with new infraJon Doron2019-06-121-8/+23
* gdbstub: Implement write all registers (G pkt) with new infraJon Doron2019-06-121-10/+31
* gdbstub: Implement read memory (m pkt) with new infraJon Doron2019-06-121-16/+32
* gdbstub: Implement write memory (M pkt) with new infraJon Doron2019-06-121-18/+33
* gdbstub: Implement get register (p pkt) with new infraJon Doron2019-06-121-12/+38
* gdbstub: Implement set register (P pkt) with new infraJon Doron2019-06-121-9/+30
* gdbstub: Implement breakpoint commands (Z/z pkt) with new infraJon Doron2019-06-121-19/+67
* gdbstub: Implement set_thread (H pkt) with new infraJon Doron2019-06-121-30/+53
* gdbstub: Implement continue with signal (C pkt) with new infraJon Doron2019-06-121-5/+29
* gdbstub: Implement continue (c pkt) with new infraJon Doron2019-06-121-6/+19
* gdbstub: Implement thread_alive (T pkt) with new infraJon Doron2019-06-121-11/+32
* gdbstub: Implement deatch (D pkt) with new infraJon Doron2019-06-121-40/+61
* gdbstub: Add infrastructure to parse cmd packetsJon Doron2019-06-121-0/+195
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+2
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* gdbstub: Fix misuse of isxdigit()Markus Armbruster2019-05-221-7/+7
* gdbstub: Reject invalid RLE repeat countsMarkus Armbruster2019-05-221-1/+5
* gdbstub: fix vCont packet handling when no thread is specifiedLuc Michel2019-03-261-2/+12
* gdbstub: Send a reply to the vKill packet.Sandra Loosemore2019-02-151-0/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-2/+2
* gdbstub: allow killing QEMU via vKill commandMax Filippov2019-02-051-0/+4
* gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_indexPeter Maydell2019-01-291-42/+4Star
* gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0Luc Michel2019-01-291-29/+43
* gdbstub: add multiprocess extension supportLuc Michel2019-01-071-0/+6
* gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel2019-01-071-0/+10
* gdbstub: processes initialization on new peer connectionLuc Michel2019-01-071-5/+15
* gdbstub: add support for vAttach packetsLuc Michel2019-01-071-0/+35
* gdbstub: add support for extended mode packetLuc Michel2019-01-071-0/+3
* gdbstub: add multiprocess support to 'D' packetsLuc Michel2019-01-071-7/+53
* gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel2019-01-071-3/+12
* gdbstub: add multiprocess support to Xfer:features:read:Luc Michel2019-01-071-20/+28
* gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel2019-01-071-10/+27
* gdbstub: add multiprocess support to 'sC' packetsLuc Michel2019-01-071-3/+9
* gdbstub: add multiprocess support to vCont packetsLuc Michel2019-01-071-15/+100
* gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel2019-01-071-18/+136
* gdbstub: add multiprocess support to '?' packetsLuc Michel2019-01-071-2/+64
* gdbstub: introduce GDB processesLuc Michel2019-01-071-0/+97
* gdbstub: Remove unused includePhilippe Mathieu-Daudé2018-10-161-1/+0Star
* chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau2018-10-031-1/+5