| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | qom/cpu: remove host_tid field | Alex Bennée | 2017-07-14 | 1 | -1/+2 |
* | gdbstub: rename cpu_index -> cpu_gdb_index | Alex Bennée | 2017-07-14 | 1 | -6/+20 |
* | gdbstub: modernise DEBUG_GDB | Alex Bennée | 2017-07-14 | 1 | -44/+33 |
* | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 2017-06-02 | 1 | -13/+2 |
* | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 2017-06-02 | 1 | -0/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | gdbstub: implement remote debugging protocol escapes for command receive | Doug Gale | 2017-05-08 | 1 | -9/+99 |
* | char: add a /chardevs container | Marc-André Lureau | 2017-05-04 | 1 | -2/+2 |
* | gdbstub: Fix vCont behaviour | Claudio Imbrenda | 2017-02-16 | 1 | -47/+162 |
* | chardev: qom-ify | Marc-André Lureau | 2017-01-27 | 1 | -7/+32 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -6/+6 |
* | char: allocate CharDriverState as a single object | Marc-André Lureau | 2017-01-27 | 1 | -0/+1 |
* | char: move callbacks in CharDriver | Marc-André Lureau | 2017-01-27 | 1 | -2/+5 |
* | gdbstub.c: update old error report statements | Ziyue Yang | 2017-01-24 | 1 | -5/+5 |
* | gdbstub.c: fix GDB connection segfault caused by empty machines | Ziyue Yang | 2017-01-24 | 1 | -0/+7 |
* | kvm: move cpu synchronization code | Vincent Palatin | 2017-01-19 | 1 | -0/+1 |
* | clean-up: removed duplicate #includes | Anand J | 2016-10-28 | 1 | -1/+0 |
* | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau | 2016-10-24 | 1 | -2/+1 |
* | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 2016-10-24 | 1 | -7/+11 |
* | char: remaining switch to CharBackend in frontend | Marc-André Lureau | 2016-10-24 | 1 | -9/+13 |
* | char: remove init callback | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange | 2016-09-13 | 1 | -1/+3 |
* | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int... | Peter Maydell | 2016-06-08 | 1 | -13/+0 |
|\ |
|
| * | linux-user: Remove redundant gdb_queuesig() | Timothy E Baldwin | 2016-06-07 | 1 | -13/+0 |
* | | gdbstub: set listen backlog to 1 | Peter Wu | 2016-06-07 | 1 | -1/+1 |
|/ |
|
* | gdbstub: avoid busy loop while waiting for gdb | Peter Wu | 2016-06-06 | 1 | -5/+7 |
* | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -1/+1 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -2/+2 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | replay: character devices | Pavel Dovgalyuk | 2016-03-15 | 1 | -1/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -8/+1 |
* | gdb: provide the name of the architecture in the target.xml | David Hildenbrand | 2016-01-27 | 1 | -7/+14 |