1. 8dd7a4b gdbstub: move comment for gdb_register_coprocessor by Alex Bennée · 1 year, 7 months ago
  2. d0e5fa8 gdbstub: replace global gdb_has_xml with a function by Alex Bennée · 1 year, 7 months ago
  3. 56e534b gdbstub: refactor get_feature_xml by Alex Bennée · 1 year, 7 months ago
  4. 5b03099 gdbstub: remove unused user_ctx field by Alex Bennée · 1 year, 7 months ago
  5. 761e3c1 gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT by Matheus Branco Borella · 1 year, 7 months ago
  6. f1b0f89 gdbstub: don't complain about preemptive ACK chars by Alex Bennée · 1 year, 7 months ago
  7. 3869eb7 gdbstub: more fixes for client Ctrl-C handling by Alex Bennée · 1 year, 7 months ago
  8. 6c78de6 gdbstub: use 0 ("any process") on packets with no PID by Matheus Tavares Bernardino · 1 year, 8 months ago
  9. 108e818 gdbstub: Fix client Ctrl-C handling by Nicholas Piggin · 1 year, 8 months ago
  10. e282010 gdbstub: Add support for info proc mappings by Ilya Leoshkevich · 1 year, 9 months ago
  11. dc14a7a gdbstub: Report the actual qemu-user pid by Ilya Leoshkevich · 1 year, 9 months ago
  12. a3fcc11 gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() by Ilya Leoshkevich · 1 year, 9 months ago
  13. 2261b73 gdbstub: clean-up vcont handling to avoid goto by Alex Bennée · 1 year, 9 months ago
  14. 3b72d68 gdbstub: Permit reverse step/break to provide stop response by Nicholas Piggin · 1 year, 9 months ago
  15. d2fe226 gdbstub: lightly refactor connection to avoid snprintf by Alex Bennée · 1 year, 9 months ago
  16. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
  17. 7583700 gdbstub: only send stop-reply packets when allowed to by Matheus Tavares Bernardino · 1 year, 11 months ago
  18. 0beaebc gdbstub: don't report auxv feature unless on Linux by Alex Bennée · 2 years ago
  19. b846ad6 gdbstub: Only build libgdb_user.fa / libgdb_softmmu.fa if necessary by Philippe Mathieu-Daudé · 2 years ago
  20. cc37d98 *: Add missing includes of qemu/error-report.h by Richard Henderson · 2 years ago
  21. 2d3d251 gdbstub: Build syscall.c once by Richard Henderson · 2 years, 1 month ago
  22. 0820a07 gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t by Richard Henderson · 2 years, 1 month ago
  23. 2f70f2d gdbstub: Remove gdb_do_syscallv by Richard Henderson · 2 years, 1 month ago
  24. 131f387 gdbstub: split out softmmu/user specifics for syscall handling by Alex Bennée · 2 years, 1 month ago
  25. 61b2e13 gdbstub: only compile gdbstub twice for whole build by Alex Bennée · 2 years, 1 month ago
  26. c566080 gdbstub: move syscall handling to new file by Alex Bennée · 2 years, 1 month ago
  27. 379b42e gdbstub: don't use target_ulong while handling registers by Alex Bennée · 2 years, 1 month ago
  28. b428ad1 gdbstub: fix address type of gdb_set_cpu_pc by Alex Bennée · 2 years, 1 month ago
  29. 505601d gdbstub: specialise stub_can_reverse by Alex Bennée · 2 years, 1 month ago
  30. 7ea0c33 gdbstub: introduce gdb_get_max_cpus by Alex Bennée · 2 years, 1 month ago
  31. 589a586 gdbstub: specialise target_memory_rw_debug by Alex Bennée · 2 years, 1 month ago
  32. 8a2025b gdbstub: specialise handle_query_attached by Alex Bennée · 2 years, 1 month ago
  33. a7e0f9b gdbstub: abstract target specific details from gdb_put_packet_binary by Alex Bennée · 2 years, 1 month ago
  34. ccd4c7c gdbstub: rationalise signal mapping in softmmu by Alex Bennée · 2 years, 1 month ago
  35. d96bf49 gdbstub: move chunks of user code into own files by Alex Bennée · 2 years, 1 month ago
  36. b6fa2ec gdbstub: move chunk of softmmu functionality to own file by Alex Bennée · 2 years, 1 month ago
  37. 36e067b gdbstub: make various helpers visible to the rest of the module by Alex Bennée · 2 years, 1 month ago
  38. 1678ea0 gdbstub: move fromhex/tohex routines to internals by Alex Bennée · 2 years, 1 month ago
  39. 548c960 includes: move tb_flush into its own header by Alex Bennée · 2 years, 1 month ago
  40. 9f56787 gdbstub: move GDBState to shared internals header by Alex Bennée · 2 years, 1 month ago
  41. 8e70c6f gdbstub: define separate user/system structures by Alex Bennée · 2 years, 1 month ago
  42. ad9e458 gdbstub: clean-up indent on gdb_exit by Alex Bennée · 2 years, 1 month ago
  43. 9455762 gdbstub: fix-up copyright and license files by Alex Bennée · 2 years, 1 month ago
  44. 9774855 gdbstub/internals.h: clean up include guard by Alex Bennée · 2 years, 1 month ago
  45. 5b5968c replay: Extract core API to 'exec/replay-core.h' by Philippe Mathieu-Daudé · 2 years, 3 months ago
  46. 55b5b8e gdbstub: Use vaddr type for generic insert/remove_breakpoint() API by Philippe Mathieu-Daudé · 2 years, 3 months ago
  47. a48e7d9 gdbstub: move guest debug support check to ops by Alex Bennée · 2 years, 6 months ago
  48. ae7467b gdbstub: move breakpoint logic to accel ops by Alex Bennée · 2 years, 6 months ago
  49. 3b7a938 gdbstub: move sstep flags probing into AccelClass by Alex Bennée · 2 years, 6 months ago
  50. 842b42d gdbstub: move into its own sub directory by Alex Bennée · 2 years, 6 months ago