1. 68f4730 make gdb_id() generally avialable and rename it to cpu_index() by Wen Congyang · 13 years ago
  2. a896d03 gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc by Peter Maydell · 13 years ago
  3. cdb432b gdbserver: Don't send a GDB syscall until the system CPU is stopped by Meador Inge · 13 years ago
  4. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  5. f384091 monitor: Avoid CPUState in read/write functions by Andreas Färber · 13 years ago
  6. 00e94db gdbstub: Do not kill target in system emulation mode by Jan Kiszka · 13 years ago
  7. bb16172 gdbstub: Fix fd leak in gdbserver_open() error path by Peter Maydell · 13 years ago
  8. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  9. 9643c25 gdbstub: Fix memory leak by Stefan Weil · 13 years ago
  10. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  11. ebffe2a Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  12. 5a576fb Gdbstub: handle read of fpscr by Fabien Chouteau · 14 years ago
  13. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  14. 1354869 Drop the vm_running global variable by Luiz Capitulino · 14 years ago
  15. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  16. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 14 years ago
  17. ccfcaba target-xtensa: add gdb support by Max Filippov · 14 years ago
  18. 70f24fb char: rename qemu_chr_close() -> qemu_chr_delete() by Anthony Liguori · 14 years ago
  19. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  20. fa5efcc char: rename qemu_chr_read() -> qemu_chr_be_write() by Anthony Liguori · 14 years ago
  21. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  22. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  23. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  24. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  25. 142ab5b target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef by Aurelien Jarno · 14 years ago
  26. 59467ba s390x: Adjust GDB stub by Alexander Graf · 14 years ago
  27. 425189a gdbstub: Catch and report more vmstop reasons by Jan Kiszka · 14 years ago
  28. 0c45d3d lm32: gdbstub support by Michael Walle · 14 years ago
  29. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  30. e2af15b gdbstub: Close connection in gdb_exit by Fabien Chouteau · 14 years ago
  31. 0b65b9e Use gcc warning flag -Wnested-externs by Blue Swirl · 15 years ago
  32. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  33. 0e1c9c5 GDB exit status for semihosting by Paul Brook · 15 years ago
  34. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  35. e192a45 target-sh4: Fix gdb read/write register by takasi-y@ops.dti.ne.jp · 15 years ago
  36. 7ea06da Fix to 'gdb detach' stub by Daniel Gutson · 15 years ago
  37. 7c5a90d target-alpha: Fix gdb access to fpcr and unique. by Richard Henderson · 15 years ago
  38. 4a0b59f cris: Add CRISv10 gdbstub support. by Edgar E. Iglesias · 15 years ago
  39. b3d6b95 target-m68k: fix a typo in 'P' packet processing by Kazu Hirata · 15 years ago
  40. ff1d197 gdbstub: add MIPS16 support by Nathan Froyd · 15 years ago
  41. afcb0e4 S390 GDB stub by Alexander Graf · 15 years ago
  42. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  43. b6b8df5 char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED by Amit Shah · 15 years ago
  44. 5f30fa1 gdbstub: x86: Switch 64/32 bit registers dynamically by Jan Kiszka · 16 years ago
  45. 8f4bee2 gdbstub: fix coding style nit by Michael S. Tsirkin · 15 years ago
  46. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 16 years ago
  47. 2f7bb87 rename USE_NPTL to CONFIG_USE_NPTL by Juan Quintela · 16 years ago
  48. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  49. 8427317 gdbstub: x86: Support for setting segment registers by Jan Kiszka · 16 years ago
  50. b1631e7 gdbstub: x86: Refactor register access by Jan Kiszka · 16 years ago
  51. dd32aa1 gdbstub: Add vCont support by Jan Kiszka · 16 years ago
  52. 1e9fa73 fix gdbstub support for multiple threads in usermode, v3 by Nathan Froyd · 16 years ago
  53. d74d6a9 microblaze: Add GDB stub support. by Edgar E. Iglesias · 16 years ago
  54. 654efcf Add 'static' to avoid a sparse warning by blueswir1 · 16 years ago
  55. 2dc766d Fix ppc-softmmu warnings on OpenBSD host by blueswir1 · 16 years ago
  56. fab9d28 factor out setting pc in gdbstub by aurel32 · 16 years ago
  57. 59030a8 gdbstub: Rework configuration via command line and monitor (Jan Kiszka) by aliguori · 16 years ago
  58. 36556b2 gdbstub: Allow re-instantiation (Jan Kiszka) by aliguori · 16 years ago
  59. 0fe17f5 gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka) by aliguori · 16 years ago
  60. e22a25c Guest debugging support for KVM (Jan Kiszka) by aliguori · 16 years ago
  61. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  62. 0b8a988 Fix BSD user by blueswir1 · 16 years ago
  63. 8a34a0f monitor: Pass-through for gdbstub (Jan Kiszka) by aliguori · 16 years ago
  64. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  65. e571cb4 target-ppc: Change core powerpc gdbstub bits to be XML-aware by aurel32 · 16 years ago
  66. 9781e04 Rework vm_state_change notifiers (Jan Kiszka) by aliguori · 16 years ago
  67. ceecf1d add an init function parameter to qemu_chr_open() by aurel32 · 16 years ago
  68. c72d5bf Fix bsd-user build by blueswir1 · 16 years ago
  69. 5a37791 Fix gdbserver number of registers (Tristan Gingold) by blueswir1 · 16 years ago
  70. 9f6164d gdbstub: fix gdbserver_fork by edgar_igl · 16 years ago
  71. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  72. ca587a8 User-mode GDB stub improvements - handle signals by aurel32 · 16 years ago
  73. 2b1319c User-mode GDB stub improvements - handle fork by aurel32 · 16 years ago
  74. 19bf517 target-alpha: gdb-stub support by aurel32 · 16 years ago
  75. 3faf778 gdbstub: kill a warning by aurel32 · 16 years ago
  76. 69d6451 Fix some new warnings introduced after r5022 by blueswir1 · 16 years ago
  77. 8d4acf9 gdbstub: Fix access to PPC FPRs by aurel32 · 16 years ago
  78. 880a757 gdbstub: manage CPUs as threads (Jan Kiszka) by aliguori · 16 years ago
  79. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  80. d6fc1b3 gdbstub: Return appropriate watch message to gdb (Jan Kiszka) by aliguori · 16 years ago
  81. 5ccfae1 Implement "info chardev" command. (Gerd Hoffmann) by aliguori · 16 years ago
  82. 5b3715b Use snprintf to please OpenBSD linker by blueswir1 · 16 years ago
  83. 3d7b417 target-ppc: Convert XER accesses to TCG by aurel32 · 16 years ago
  84. 064f663 gdbstub: remove unused local variable by aurel32 · 16 years ago
  85. d7b6967 CRIS: Handle GDB writes to pregs. by edgar_igl · 16 years ago
  86. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  87. f01be15 Move the active FPU registers into env again, and use more TCG registers by ths · 17 years ago
  88. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 17 years ago
  89. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  90. b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
  91. 0f459d1 Clean up MMIO TLB handling. by pbrook · 17 years ago
  92. 96d1912 Fix Sparc32plus GDBstub support by blueswir1 · 17 years ago
  93. 1f487ee Support signal reception in user-mode. Handle when the peer terminates or aborts the connection. by edgar_igl · 17 years ago
  94. 7d03f82 Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). by edgar_igl · 17 years ago
  95. 7980857 x86_64 and better i386 support by bellard · 17 years ago
  96. fde3fd6 Remove x86-64 specific reg fillers. by edgar_igl · 17 years ago
  97. 60897d3 Debugger single step without interrupts (Jason Wessel). by edgar_igl · 17 years ago
  98. c584116 Add x86_64 gdb stub for qemu (Jason Wessel). by edgar_igl · 17 years ago
  99. ba70a62 Improve readability by moving the continue operation into aseparate function. by edgar_igl · 17 years ago
  100. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago