aboutsummaryrefslogtreecommitdiff
path: root/gdbstub.c
AgeCommit message (Expand)Author
2020-04-07gdbstub: fix compiler complainingDenis Plotnikov
2020-03-17gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdbChangbin Du
2020-03-17gdbstub: do not split gdb_monitor_write payloadDamien Hedde
2020-03-17gdbstub: change GDBState.last_packet to GByteArrayDamien Hedde
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée
2020-03-17gdbstub: move str_buf to GDBState and use GStringAlex Bennée
2020-03-17gdbstub: stop passing GDBState * around and use globalAlex Bennée
2020-03-17gdbstub: make GDBState static and have common init functionAlex Bennée
2020-03-06hmp: Fail gracefully if chardev is already in useKevin Wolf
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
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