Age | Commit message (Expand) | Author |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-07-10 | gdbstub: revert to previous set_reg behaviour | Alex Bennée |
2019-07-10 | gdbstub: add some notes to the header comment | Alex Bennée |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu |
2019-06-18 | monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() | Kevin Wolf |
2019-06-12 | gdbstub: Implement qemu physical memory mode | Jon Doron |
2019-06-12 | gdbstub: Clear unused variables in gdb_handle_packet | Jon Doron |
2019-06-12 | gdbstub: Implement target halted (? pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement generic set/query (Q/q pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement v commands with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement step (s pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement file io (F pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement read all registers (g pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement write all registers (G pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement read memory (m pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement write memory (M pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement get register (p pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement set register (P pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement breakpoint commands (Z/z pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement set_thread (H pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement continue with signal (C pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement continue (c pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement thread_alive (T pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Implement deatch (D pkt) with new infra | Jon Doron |
2019-06-12 | gdbstub: Add infrastructure to parse cmd packets | Jon Doron |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-05-28 | semihosting: move semihosting configuration into its own directory | Alex Bennée |
2019-05-22 | gdbstub: Fix misuse of isxdigit() | Markus Armbruster |
2019-05-22 | gdbstub: Reject invalid RLE repeat counts | Markus Armbruster |
2019-03-26 | gdbstub: fix vCont packet handling when no thread is specified | Luc Michel |
2019-02-15 | gdbstub: Send a reply to the vKill packet. | Sandra Loosemore |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini |
2019-02-05 | gdbstub: allow killing QEMU via vKill command | Max Filippov |
2019-01-29 | gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index | Peter Maydell |
2019-01-29 | gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 | Luc Michel |
2019-01-07 | gdbstub: add multiprocess extension support | Luc Michel |
2019-01-07 | gdbstub: gdb_set_stop_cpu: ignore request when process is not attached | Luc Michel |
2019-01-07 | gdbstub: processes initialization on new peer connection | Luc Michel |
2019-01-07 | gdbstub: add support for vAttach packets | Luc Michel |
2019-01-07 | gdbstub: add support for extended mode packet | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to 'D' packets | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to gdb_vm_state_change() | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to Xfer:features:read: | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to 'sC' packets | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to vCont packets | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to 'H' and 'T' packets | Luc Michel |
2019-01-07 | gdbstub: add multiprocess support to '?' packets | Luc Michel |