| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gdbstub: Implement write all registers (G pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -10/+31 |
* | gdbstub: Implement read memory (m pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -16/+32 |
* | gdbstub: Implement write memory (M pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -18/+33 |
* | gdbstub: Implement get register (p pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -12/+38 |
* | gdbstub: Implement set register (P pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -9/+30 |
* | gdbstub: Implement breakpoint commands (Z/z pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -19/+67 |
* | gdbstub: Implement set_thread (H pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -30/+53 |
* | gdbstub: Implement continue with signal (C pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -5/+29 |
* | gdbstub: Implement continue (c pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -6/+19 |
* | gdbstub: Implement thread_alive (T pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -11/+32 |
* | gdbstub: Implement deatch (D pkt) with new infra | Jon Doron | 2019-06-12 | 1 | -40/+61 |
* | gdbstub: Add infrastructure to parse cmd packets | Jon Doron | 2019-06-12 | 1 | -0/+195 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster | 2019-06-11 | 1 | -0/+2 |
* | semihosting: move semihosting configuration into its own directory | Alex Bennée | 2019-05-28 | 1 | -1/+1 |
* | gdbstub: Fix misuse of isxdigit() | Markus Armbruster | 2019-05-22 | 1 | -7/+7 |
* | gdbstub: Reject invalid RLE repeat counts | Markus Armbruster | 2019-05-22 | 1 | -1/+5 |
* | gdbstub: fix vCont packet handling when no thread is specified | Luc Michel | 2019-03-26 | 1 | -2/+12 |
* | gdbstub: Send a reply to the vKill packet. | Sandra Loosemore | 2019-02-15 | 1 | -0/+1 |
* | char: allow specifying a GMainContext at opening time | Paolo Bonzini | 2019-02-13 | 1 | -2/+2 |
* | gdbstub: allow killing QEMU via vKill command | Max Filippov | 2019-02-05 | 1 | -0/+4 |
* | gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index | Peter Maydell | 2019-01-29 | 1 | -42/+4 |
* | gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 | Luc Michel | 2019-01-29 | 1 | -29/+43 |
* | gdbstub: add multiprocess extension support | Luc Michel | 2019-01-07 | 1 | -0/+6 |
* | gdbstub: gdb_set_stop_cpu: ignore request when process is not attached | Luc Michel | 2019-01-07 | 1 | -0/+10 |
* | gdbstub: processes initialization on new peer connection | Luc Michel | 2019-01-07 | 1 | -5/+15 |
* | gdbstub: add support for vAttach packets | Luc Michel | 2019-01-07 | 1 | -0/+35 |
* | gdbstub: add support for extended mode packet | Luc Michel | 2019-01-07 | 1 | -0/+3 |
* | gdbstub: add multiprocess support to 'D' packets | Luc Michel | 2019-01-07 | 1 | -7/+53 |
* | gdbstub: add multiprocess support to gdb_vm_state_change() | Luc Michel | 2019-01-07 | 1 | -3/+12 |
* | gdbstub: add multiprocess support to Xfer:features:read: | Luc Michel | 2019-01-07 | 1 | -20/+28 |
* | gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo | Luc Michel | 2019-01-07 | 1 | -10/+27 |
* | gdbstub: add multiprocess support to 'sC' packets | Luc Michel | 2019-01-07 | 1 | -3/+9 |
* | gdbstub: add multiprocess support to vCont packets | Luc Michel | 2019-01-07 | 1 | -15/+100 |
* | gdbstub: add multiprocess support to 'H' and 'T' packets | Luc Michel | 2019-01-07 | 1 | -18/+136 |
* | gdbstub: add multiprocess support to '?' packets | Luc Michel | 2019-01-07 | 1 | -2/+64 |
* | gdbstub: introduce GDB processes | Luc Michel | 2019-01-07 | 1 | -0/+97 |
* | gdbstub: Remove unused include | Philippe Mathieu-Daudé | 2018-10-16 | 1 | -1/+0 |
* | chardev: mark the calls that allow an implicit mux monitor | Marc-André Lureau | 2018-10-03 | 1 | -1/+5 |
* | gdbstub: Prevent fd leakage | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -0/+1 |
* | gdbstub: Clarify what gdb_handlesig() is doing | Peter Maydell | 2018-05-25 | 1 | -0/+6 |
* | gdbstub: Handle errors in gdb_accept() | Peter Maydell | 2018-05-20 | 1 | -4/+12 |
* | gdbstub: Use qemu_set_cloexec() | Peter Maydell | 2018-05-20 | 1 | -6/+2 |
* | target/arm: Add the XML dynamic generation | Abdallah Bouassida | 2018-05-18 | 1 | -0/+10 |
* | gdbstub: fix off-by-one in gdb_handle_packet() | Philippe Mathieu-Daudé | 2018-04-09 | 1 | -1/+2 |
* | gdbstub: send a termination packet instead of crashing gdb | KONRAD Frederic | 2018-03-27 | 1 | -0/+7 |
* | gdbstub: add tracing | Doug Gale | 2017-12-18 | 1 | -35/+78 |
* | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell | 2017-07-21 | 1 | -1/+1 |
* | gdbstub: don't fail on vCont; C04:0; c packets | Alex Bennée | 2017-07-14 | 1 | -11/+4 |