Age | Commit message (Expand) | Author | Files | Lines |
2019-03-26 | gdbstub: fix vCont packet handling when no thread is specified | Luc Michel | 1 | -2/+12 |
2019-02-15 | gdbstub: Send a reply to the vKill packet. | Sandra Loosemore | 1 | -0/+1 |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini | 1 | -2/+2 |
2019-02-05 | gdbstub: allow killing QEMU via vKill command | Max Filippov | 1 | -0/+4 |
2019-01-29 | gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index | Peter Maydell | 1 | -42/+4 |
2019-01-29 | gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 | Luc Michel | 1 | -29/+43 |
2019-01-07 | gdbstub: add multiprocess extension support | Luc Michel | 1 | -0/+6 |
2019-01-07 | gdbstub: gdb_set_stop_cpu: ignore request when process is not attached | Luc Michel | 1 | -0/+10 |
2019-01-07 | gdbstub: processes initialization on new peer connection | Luc Michel | 1 | -5/+15 |
2019-01-07 | gdbstub: add support for vAttach packets | Luc Michel | 1 | -0/+35 |
2019-01-07 | gdbstub: add support for extended mode packet | Luc Michel | 1 | -0/+3 |
2019-01-07 | gdbstub: add multiprocess support to 'D' packets | Luc Michel | 1 | -7/+53 |
2019-01-07 | gdbstub: add multiprocess support to gdb_vm_state_change() | Luc Michel | 1 | -3/+12 |
2019-01-07 | gdbstub: add multiprocess support to Xfer:features:read: | Luc Michel | 1 | -20/+28 |
2019-01-07 | gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo | Luc Michel | 1 | -10/+27 |
2019-01-07 | gdbstub: add multiprocess support to 'sC' packets | Luc Michel | 1 | -3/+9 |
2019-01-07 | gdbstub: add multiprocess support to vCont packets | Luc Michel | 1 | -15/+100 |
2019-01-07 | gdbstub: add multiprocess support to 'H' and 'T' packets | Luc Michel | 1 | -18/+136 |
2019-01-07 | gdbstub: add multiprocess support to '?' packets | Luc Michel | 1 | -2/+64 |
2019-01-07 | gdbstub: introduce GDB processes | Luc Michel | 1 | -0/+97 |
2018-10-16 | gdbstub: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-10-03 | chardev: mark the calls that allow an implicit mux monitor | Marc-André Lureau | 1 | -1/+5 |
2018-06-01 | gdbstub: Prevent fd leakage | Philippe Mathieu-Daudé | 1 | -0/+1 |
2018-05-25 | gdbstub: Clarify what gdb_handlesig() is doing | Peter Maydell | 1 | -0/+6 |
2018-05-20 | gdbstub: Handle errors in gdb_accept() | Peter Maydell | 1 | -4/+12 |
2018-05-20 | gdbstub: Use qemu_set_cloexec() | Peter Maydell | 1 | -6/+2 |
2018-05-18 | target/arm: Add the XML dynamic generation | Abdallah Bouassida | 1 | -0/+10 |
2018-04-09 | gdbstub: fix off-by-one in gdb_handle_packet() | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-03-27 | gdbstub: send a termination packet instead of crashing gdb | KONRAD Frederic | 1 | -0/+7 |
2017-12-18 | gdbstub: add tracing | Doug Gale | 1 | -35/+78 |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell | 1 | -1/+1 |
2017-07-14 | gdbstub: don't fail on vCont; C04:0; c packets | Alex Bennée | 1 | -11/+4 |
2017-07-14 | qom/cpu: remove host_tid field | Alex Bennée | 1 | -1/+2 |
2017-07-14 | gdbstub: rename cpu_index -> cpu_gdb_index | Alex Bennée | 1 | -6/+20 |
2017-07-14 | gdbstub: modernise DEBUG_GDB | Alex Bennée | 1 | -44/+33 |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov | 1 | -1/+1 |
2017-06-02 | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 1 | -13/+2 |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 1 | -0/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-05-08 | gdbstub: implement remote debugging protocol escapes for command receive | Doug Gale | 1 | -9/+99 |
2017-05-04 | char: add a /chardevs container | Marc-André Lureau | 1 | -2/+2 |
2017-02-16 | gdbstub: Fix vCont behaviour | Claudio Imbrenda | 1 | -47/+162 |
2017-01-27 | chardev: qom-ify | Marc-André Lureau | 1 | -7/+32 |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau | 1 | -6/+6 |
2017-01-27 | char: allocate CharDriverState as a single object | Marc-André Lureau | 1 | -0/+1 |
2017-01-27 | char: move callbacks in CharDriver | Marc-André Lureau | 1 | -2/+5 |
2017-01-24 | gdbstub.c: update old error report statements | Ziyue Yang | 1 | -5/+5 |
2017-01-24 | gdbstub.c: fix GDB connection segfault caused by empty machines | Ziyue Yang | 1 | -0/+7 |
2017-01-19 | kvm: move cpu synchronization code | Vincent Palatin | 1 | -0/+1 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 1 | -1/+0 |