aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2019-08-28gdbstub: Fix handler for 'F' packetSandra Loosemore
2019-08-28gdbstub: Fix handling of '!' packet with new infraRamiro Polla
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-07-10gdbstub: revert to previous set_reg behaviourAlex Bennée
2019-07-10gdbstub: add some notes to the header commentAlex Bennée
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf
2019-06-12gdbstub: Implement qemu physical memory modeJon Doron
2019-06-12gdbstub: Clear unused variables in gdb_handle_packetJon Doron
2019-06-12gdbstub: Implement target halted (? pkt) with new infraJon Doron
2019-06-12gdbstub: Implement generic set/query (Q/q pkt) with new infraJon Doron
2019-06-12gdbstub: Implement v commands with new infraJon Doron
2019-06-12gdbstub: Implement step (s pkt) with new infraJon Doron
2019-06-12gdbstub: Implement file io (F pkt) with new infraJon Doron
2019-06-12gdbstub: Implement read all registers (g pkt) with new infraJon Doron
2019-06-12gdbstub: Implement write all registers (G pkt) with new infraJon Doron
2019-06-12gdbstub: Implement read memory (m pkt) with new infraJon Doron
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 specifiedpull-target-arm-20190326Luc Michel
2019-02-15gdbstub: Send a reply to the vKill packet.pull-target-arm-20190215Sandra 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_indexpull-target-arm-20190129Peter 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