- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
- 6f34661 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging by Peter Maydell · 3 years, 10 months ago
- 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years ago
- a9b1315 chardev: add nodelay option by Paolo Bonzini · 3 years, 10 months ago
- 87c9991 gdbstub: use preferred boolean option syntax by Daniel P. Berrangé · 3 years, 10 months ago
- 6e3dd75 gdbstub: Fix handle_query_xfer_auxv by Richard Henderson · 3 years, 11 months ago
- b9e10c6 gdbstub: ensure we clean-up when terminated by Alex Bennée · 4 years ago
- 5ef0317 gdbstub: drop gdbserver_cleanup in favour of gdb_exit by Alex Bennée · 4 years ago
- ad9dcb2 gdbstub: drop CPUEnv from gdb_exit() by Alex Bennée · 4 years ago
- 51c623b gdbstub: add support to Xfer:auxv:read: packet by Lirong Yuan · 4 years ago
- 3ddd903 gdbstub: Correct misparsing of vCont C/S requests by Peter Maydell · 4 years, 1 month ago
- 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 3 months ago
- cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
- fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 4 years, 11 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 5 months ago
- fcedd92 gdbstub/linux-user: support debugging over a unix socket by Alex Bennée · 4 years, 8 months ago
- e0a1e20 gdbstub: eliminate gdbserver_fd global by Alex Bennée · 4 years, 8 months ago
- 076b2fa gdbstub: fix compiler complaining by Denis Plotnikov · 4 years, 9 months ago
- 3bc2609 gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb by Changbin Du · 4 years, 9 months ago
- d86b467 gdbstub: do not split gdb_monitor_write payload by Damien Hedde · 4 years, 9 months ago
- d116e81 gdbstub: change GDBState.last_packet to GByteArray by Damien Hedde · 4 years, 9 months ago
- a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 9 months ago
- 4a25f1b gdbstub: move mem_buf to GDBState and use GByteArray by Alex Bennée · 4 years, 9 months ago
- 308f9e8 gdbstub: move str_buf to GDBState and use GString by Alex Bennée · 4 years, 9 months ago
- a346af3 gdbstub: stop passing GDBState * around and use global by Alex Bennée · 4 years, 9 months ago
- 8d98c44 gdbstub: make GDBState static and have common init function by Alex Bennée · 4 years, 9 months ago
- 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 4 years, 10 months ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- c6ee952 gdbstub: Fix handler for 'F' packet by Sandra Loosemore · 5 years ago
- 2bdec39 gdbstub: Fix handling of '!' packet with new infra by Ramiro Polla · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- 94b2a62 gdbstub: revert to previous set_reg behaviour by Alex Bennée · 5 years ago
- 42a0959 gdbstub: add some notes to the header comment by Alex Bennée · 5 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
- fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
- ab4752e gdbstub: Implement qemu physical memory mode by Jon Doron · 6 years ago
- 3f1cbac gdbstub: Clear unused variables in gdb_handle_packet by Jon Doron · 6 years ago
- 7009d57 gdbstub: Implement target halted (? pkt) with new infra by Jon Doron · 6 years ago
- 2704efa gdbstub: Implement generic set/query (Q/q pkt) with new infra by Jon Doron · 6 years ago
- 8536ec0 gdbstub: Implement v commands with new infra by Jon Doron · 6 years ago
- 933f80d gdbstub: Implement step (s pkt) with new infra by Jon Doron · 6 years ago
- 4b20fab gdbstub: Implement file io (F pkt) with new infra by Jon Doron · 6 years ago
- 397d137 gdbstub: Implement read all registers (g pkt) with new infra by Jon Doron · 6 years ago
- 287ca12 gdbstub: Implement write all registers (G pkt) with new infra by Jon Doron · 6 years ago
- da92e23 gdbstub: Implement read memory (m pkt) with new infra by Jon Doron · 6 years ago
- cc0ecc7 gdbstub: Implement write memory (M pkt) with new infra by Jon Doron · 6 years ago
- 5d0e57b gdbstub: Implement get register (p pkt) with new infra by Jon Doron · 6 years ago
- 62b3320 gdbstub: Implement set register (P pkt) with new infra by Jon Doron · 6 years ago
- 77f6ce5 gdbstub: Implement breakpoint commands (Z/z pkt) with new infra by Jon Doron · 6 years ago
- 3a9651d gdbstub: Implement set_thread (H pkt) with new infra by Jon Doron · 6 years ago
- ccc47d5 gdbstub: Implement continue with signal (C pkt) with new infra by Jon Doron · 6 years ago
- 4d6e3fe gdbstub: Implement continue (c pkt) with new infra by Jon Doron · 6 years ago
- 44ffded gdbstub: Implement thread_alive (T pkt) with new infra by Jon Doron · 6 years ago
- 3e2c126 gdbstub: Implement deatch (D pkt) with new infra by Jon Doron · 6 years ago
- d14055d gdbstub: Add infrastructure to parse cmd packets by Jon Doron · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
- f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
- 33c846e gdbstub: Fix misuse of isxdigit() by Markus Armbruster · 6 years ago
- 046aba1 gdbstub: Reject invalid RLE repeat counts by Markus Armbruster · 6 years ago
- c99ef79 gdbstub: fix vCont packet handling when no thread is specified by Luc Michel · 6 years ago
- 0f8b09b gdbstub: Send a reply to the vKill packet. by Sandra Loosemore · 6 years ago
- 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
- 45a4de2 gdbstub: allow killing QEMU via vKill command by Max Filippov · 6 years ago
- 46f5abc gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index by Peter Maydell · 6 years ago
- ab65eed gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 by Luc Michel · 6 years ago
- 364fce6 gdbstub: add multiprocess extension support by Luc Michel · 6 years ago
- 160d858 gdbstub: gdb_set_stop_cpu: ignore request when process is not attached by Luc Michel · 6 years ago
- 970ed90 gdbstub: processes initialization on new peer connection by Luc Michel · 6 years ago
- 3f940dc gdbstub: add support for vAttach packets by Luc Michel · 6 years ago
- 53fd655 gdbstub: add support for extended mode packet by Luc Michel · 6 years ago
- 546f3c6 gdbstub: add multiprocess support to 'D' packets by Luc Michel · 6 years ago
- 95567c2 gdbstub: add multiprocess support to gdb_vm_state_change() by Luc Michel · 6 years ago
- c145eea gdbstub: add multiprocess support to Xfer:features:read: by Luc Michel · 6 years ago
- 7cf48f6 gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo by Luc Michel · 6 years ago
- 8dbbe9a gdbstub: add multiprocess support to 'sC' packets by Luc Michel · 6 years ago
- e40e520 gdbstub: add multiprocess support to vCont packets by Luc Michel · 6 years ago
- 7d8c87d gdbstub: add multiprocess support to 'H' and 'T' packets by Luc Michel · 6 years ago
- 1a22733 gdbstub: add multiprocess support to '?' packets by Luc Michel · 6 years ago
- 8f46863 gdbstub: introduce GDB processes by Luc Michel · 6 years ago
- d417eb1 gdbstub: Remove unused include by Philippe Mathieu-Daudé · 6 years ago
- 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 6 years ago
- ead75d8 gdbstub: Prevent fd leakage by Philippe Mathieu-Daudé · 7 years ago
- 4f71086 gdbstub: Clarify what gdb_handlesig() is doing by Peter Maydell · 7 years ago
- 2f65222 gdbstub: Handle errors in gdb_accept() by Peter Maydell · 7 years ago
- f5bdd78 gdbstub: Use qemu_set_cloexec() by Peter Maydell · 7 years ago
- 200bf5b target/arm: Add the XML dynamic generation by Abdallah Bouassida · 7 years ago
- 9005774 gdbstub: fix off-by-one in gdb_handle_packet() by Philippe Mathieu-Daudé · 7 years ago
- 1bb982b gdbstub: send a termination packet instead of crashing gdb by KONRAD Frederic · 7 years ago
- 5c9522b gdbstub: add tracing by Doug Gale · 7 years ago
- 95a5bef Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() by Peter Maydell · 7 years ago
- 5a6a1ad gdbstub: don't fail on vCont; C04:0; c packets by Alex Bennée · 7 years ago
- bd88c78 qom/cpu: remove host_tid field by Alex Bennée · 7 years ago
- d2a6c85 gdbstub: rename cpu_index -> cpu_gdb_index by Alex Bennée · 7 years ago
- 118e226 gdbstub: modernise DEBUG_GDB by Alex Bennée · 7 years ago
- 81517ba char: add backend hotswap handler by Anton Nefedov · 7 years ago
- 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago