1. 12bc5b4 gdbstub, kvm: let KVM report supported singlestep flags by Maxim Levitsky · 3 years, 2 months ago
  2. ecd39d6 gdbstub: reject unsupported flags in handle_set_qemu_sstep by Maxim Levitsky · 3 years, 2 months ago
  3. a8e537f gdbstub: handle a potentially racing TaskState by Alex Bennée · 3 years, 1 month ago
  4. 4a82be7 gdbstub: Switch to the thread receiving a signal by Pavel Labath · 3 years, 2 months ago
  5. 85b4fa0 linux-user: Don't include gdbstub.h in qemu.h by Peter Maydell · 3 years, 4 months ago
  6. fdcdf54 gdbstub: Zero-initialize sockaddr structs by Peter Maydell · 3 years, 5 months ago
  7. ed12f5b gdbstub: tidy away reverse debugging check into function by Alex Bennée · 3 years, 7 months ago
  8. 26a1618 gdbstub: Replace GdbCmdContext with plain g_array() by Alex Bennée · 3 years, 7 months ago
  9. 305bea0 gdbstub: Constify GdbCmdParseEntry by Philippe Mathieu-Daudé · 3 years, 7 months ago
  10. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 9 months ago
  11. 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
  12. 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
  13. 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years ago
  14. a9b1315 chardev: add nodelay option by Paolo Bonzini · 3 years, 10 months ago
  15. 87c9991 gdbstub: use preferred boolean option syntax by Daniel P. Berrangé · 3 years, 10 months ago
  16. 6e3dd75 gdbstub: Fix handle_query_xfer_auxv by Richard Henderson · 3 years, 11 months ago
  17. b9e10c6 gdbstub: ensure we clean-up when terminated by Alex Bennée · 4 years ago
  18. 5ef0317 gdbstub: drop gdbserver_cleanup in favour of gdb_exit by Alex Bennée · 4 years ago
  19. ad9dcb2 gdbstub: drop CPUEnv from gdb_exit() by Alex Bennée · 4 years ago
  20. 51c623b gdbstub: add support to Xfer:auxv:read: packet by Lirong Yuan · 4 years ago
  21. 3ddd903 gdbstub: Correct misparsing of vCont C/S requests by Peter Maydell · 4 years, 1 month ago
  22. 56357d8 replay: create temporary snapshot at debugger connection by Pavel Dovgalyuk · 4 years, 3 months ago
  23. cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  24. fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 3 months ago
  25. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  26. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 6 months ago
  27. fcedd92 gdbstub/linux-user: support debugging over a unix socket by Alex Bennée · 4 years, 8 months ago
  28. e0a1e20 gdbstub: eliminate gdbserver_fd global by Alex Bennée · 4 years, 8 months ago
  29. 076b2fa gdbstub: fix compiler complaining by Denis Plotnikov · 4 years, 9 months ago
  30. 3bc2609 gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb by Changbin Du · 4 years, 10 months ago
  31. d86b467 gdbstub: do not split gdb_monitor_write payload by Damien Hedde · 4 years, 10 months ago
  32. d116e81 gdbstub: change GDBState.last_packet to GByteArray by Damien Hedde · 4 years, 10 months ago
  33. a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 10 months ago
  34. 4a25f1b gdbstub: move mem_buf to GDBState and use GByteArray by Alex Bennée · 4 years, 10 months ago
  35. 308f9e8 gdbstub: move str_buf to GDBState and use GString by Alex Bennée · 4 years, 10 months ago
  36. a346af3 gdbstub: stop passing GDBState * around and use global by Alex Bennée · 4 years, 10 months ago
  37. 8d98c44 gdbstub: make GDBState static and have common init function by Alex Bennée · 4 years, 10 months ago
  38. 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 4 years, 10 months ago
  39. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  40. c6ee952 gdbstub: Fix handler for 'F' packet by Sandra Loosemore · 5 years ago
  41. 2bdec39 gdbstub: Fix handling of '!' packet with new infra by Ramiro Polla · 5 years ago
  42. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  43. 94b2a62 gdbstub: revert to previous set_reg behaviour by Alex Bennée · 5 years ago
  44. 42a0959 gdbstub: add some notes to the header comment by Alex Bennée · 5 years ago
  45. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  46. fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
  47. ab4752e gdbstub: Implement qemu physical memory mode by Jon Doron · 6 years ago
  48. 3f1cbac gdbstub: Clear unused variables in gdb_handle_packet by Jon Doron · 6 years ago
  49. 7009d57 gdbstub: Implement target halted (? pkt) with new infra by Jon Doron · 6 years ago
  50. 2704efa gdbstub: Implement generic set/query (Q/q pkt) with new infra by Jon Doron · 6 years ago
  51. 8536ec0 gdbstub: Implement v commands with new infra by Jon Doron · 6 years ago
  52. 933f80d gdbstub: Implement step (s pkt) with new infra by Jon Doron · 6 years ago
  53. 4b20fab gdbstub: Implement file io (F pkt) with new infra by Jon Doron · 6 years ago
  54. 397d137 gdbstub: Implement read all registers (g pkt) with new infra by Jon Doron · 6 years ago
  55. 287ca12 gdbstub: Implement write all registers (G pkt) with new infra by Jon Doron · 6 years ago
  56. da92e23 gdbstub: Implement read memory (m pkt) with new infra by Jon Doron · 6 years ago
  57. cc0ecc7 gdbstub: Implement write memory (M pkt) with new infra by Jon Doron · 6 years ago
  58. 5d0e57b gdbstub: Implement get register (p pkt) with new infra by Jon Doron · 6 years ago
  59. 62b3320 gdbstub: Implement set register (P pkt) with new infra by Jon Doron · 6 years ago
  60. 77f6ce5 gdbstub: Implement breakpoint commands (Z/z pkt) with new infra by Jon Doron · 6 years ago
  61. 3a9651d gdbstub: Implement set_thread (H pkt) with new infra by Jon Doron · 6 years ago
  62. ccc47d5 gdbstub: Implement continue with signal (C pkt) with new infra by Jon Doron · 6 years ago
  63. 4d6e3fe gdbstub: Implement continue (c pkt) with new infra by Jon Doron · 6 years ago
  64. 44ffded gdbstub: Implement thread_alive (T pkt) with new infra by Jon Doron · 6 years ago
  65. 3e2c126 gdbstub: Implement deatch (D pkt) with new infra by Jon Doron · 6 years ago
  66. d14055d gdbstub: Add infrastructure to parse cmd packets by Jon Doron · 6 years ago
  67. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  68. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  69. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  70. f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
  71. 33c846e gdbstub: Fix misuse of isxdigit() by Markus Armbruster · 6 years ago
  72. 046aba1 gdbstub: Reject invalid RLE repeat counts by Markus Armbruster · 6 years ago
  73. c99ef79 gdbstub: fix vCont packet handling when no thread is specified by Luc Michel · 6 years ago
  74. 0f8b09b gdbstub: Send a reply to the vKill packet. by Sandra Loosemore · 6 years ago
  75. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  76. 45a4de2 gdbstub: allow killing QEMU via vKill command by Max Filippov · 6 years ago
  77. 46f5abc gdbstub: Simplify gdb_get_cpu_pid() to use cpu->cluster_index by Peter Maydell · 6 years ago
  78. ab65eed gdbstub: fix gdb_get_cpu(s, pid, tid) when pid and/or tid are 0 by Luc Michel · 6 years ago
  79. 364fce6 gdbstub: add multiprocess extension support by Luc Michel · 6 years ago
  80. 160d858 gdbstub: gdb_set_stop_cpu: ignore request when process is not attached by Luc Michel · 6 years ago
  81. 970ed90 gdbstub: processes initialization on new peer connection by Luc Michel · 6 years ago
  82. 3f940dc gdbstub: add support for vAttach packets by Luc Michel · 6 years ago
  83. 53fd655 gdbstub: add support for extended mode packet by Luc Michel · 6 years ago
  84. 546f3c6 gdbstub: add multiprocess support to 'D' packets by Luc Michel · 6 years ago
  85. 95567c2 gdbstub: add multiprocess support to gdb_vm_state_change() by Luc Michel · 6 years ago
  86. c145eea gdbstub: add multiprocess support to Xfer:features:read: by Luc Michel · 6 years ago
  87. 7cf48f6 gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfo by Luc Michel · 6 years ago
  88. 8dbbe9a gdbstub: add multiprocess support to 'sC' packets by Luc Michel · 6 years ago
  89. e40e520 gdbstub: add multiprocess support to vCont packets by Luc Michel · 6 years ago
  90. 7d8c87d gdbstub: add multiprocess support to 'H' and 'T' packets by Luc Michel · 6 years ago
  91. 1a22733 gdbstub: add multiprocess support to '?' packets by Luc Michel · 6 years ago
  92. 8f46863 gdbstub: introduce GDB processes by Luc Michel · 6 years ago
  93. d417eb1 gdbstub: Remove unused include by Philippe Mathieu-Daudé · 6 years ago
  94. 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 6 years ago
  95. ead75d8 gdbstub: Prevent fd leakage by Philippe Mathieu-Daudé · 7 years ago
  96. 4f71086 gdbstub: Clarify what gdb_handlesig() is doing by Peter Maydell · 7 years ago
  97. 2f65222 gdbstub: Handle errors in gdb_accept() by Peter Maydell · 7 years ago
  98. f5bdd78 gdbstub: Use qemu_set_cloexec() by Peter Maydell · 7 years ago
  99. 200bf5b target/arm: Add the XML dynamic generation by Abdallah Bouassida · 7 years ago
  100. 9005774 gdbstub: fix off-by-one in gdb_handle_packet() by Philippe Mathieu-Daudé · 7 years ago