1. f01be15 Move the active FPU registers into env again, and use more TCG registers by ths · 16 years ago
  2. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  3. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  4. b5dc773 More efficient target register / TC accesses. by ths · 17 years ago
  5. 0f459d1 Clean up MMIO TLB handling. by pbrook · 17 years ago
  6. 96d1912 Fix Sparc32plus GDBstub support by blueswir1 · 17 years ago
  7. 1f487ee Support signal reception in user-mode. Handle when the peer terminates or aborts the connection. by edgar_igl · 17 years ago
  8. 7d03f82 Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). by edgar_igl · 17 years ago
  9. 7980857 x86_64 and better i386 support by bellard · 17 years ago
  10. fde3fd6 Remove x86-64 specific reg fillers. by edgar_igl · 17 years ago
  11. 60897d3 Debugger single step without interrupts (Jason Wessel). by edgar_igl · 17 years ago
  12. c584116 Add x86_64 gdb stub for qemu (Jason Wessel). by edgar_igl · 17 years ago
  13. ba70a62 Improve readability by moving the continue operation into aseparate function. by edgar_igl · 17 years ago
  14. 9004627 More consistent naming for CRIS register-number macros. by edgar_igl · 17 years ago
  15. d0dc7dc Make MIPS MT implementation more cache friendly. by ths · 17 years ago
  16. ffe8ab8 Fix char* signedness, by Andre Przywara. by ths · 17 years ago
  17. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  18. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  19. cd04168 Fix format mismatch. by pbrook · 17 years ago
  20. 5ad265e x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. by balrog · 17 years ago
  21. 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
  22. 7ac256b Fix gdb stub for MIPS64. by ths · 17 years ago
  23. f1ccf90 CRIS support in toplevel, by Edgar E. Iglesias. by ths · 17 years ago
  24. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  25. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  26. ead9360 Partial support for 34K multithreading, not functional yet. by ths · 17 years ago
  27. 8a93e02 Ensure string is properly terminated. by pbrook · 17 years ago
  28. 8fac580 Improve handling of gdb's single-step / continue arguments. by ths · 18 years ago
  29. aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago
  30. 17d996e Report normalised CWP values to userland and GDB, not internal representation by blueswir1 · 18 years ago
  31. fe834d0 Proper target format for qOffsets. by ths · 18 years ago
  32. 2052caa GDB stub for MIPS64, by Jason Wessel. by ths · 18 years ago
  33. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  34. 6ef99fc Add fpu register support to the gdb code, by Magnus Damm. by ths · 18 years ago
  35. 5a5012e MIPS 64-bit FPU support, plus some collateral bugfixes in the by ths · 18 years ago
  36. aa6290b Fix format specified for watchpoint address. by pbrook · 18 years ago
  37. 8979596 Fix Sparc64 double float gdb protocol (initial version by Paul Brook) by blueswir1 · 18 years ago
  38. 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
  39. 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
  40. 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
  41. cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
  42. c636bb6 gdbserver fix by bellard · 18 years ago
  43. a2d1eba GDB hosted syscalls. by pbrook · 18 years ago
  44. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  45. 3c07f8e Don't resume guest when gdb connection terminates and -S specified. by pbrook · 18 years ago
  46. 831b782 Darwin userspace emulation, by Pierre d'Herbemont. by ths · 18 years ago
  47. 8e33c08 MIPS FPU support for the gdb stub, by Daniel Jacobowitz. by ths · 18 years ago
  48. e6e5906 ColdFire target. by pbrook · 18 years ago
  49. 9d9754a sparc fpu fix - allow 64 bit addresses (Blue Swirl) by bellard · 19 years ago
  50. 9c2a9ea SH bugfixes. by pbrook · 19 years ago
  51. 978efd6 Respond to qOffsets gdb packet (for debugging bFLT binaries). by pbrook · 19 years ago
  52. 8f447cc gdb stub for win32 by bellard · 19 years ago
  53. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
  54. bbeb7b5 SIGINT generation (Jason Wessel) by bellard · 19 years ago
  55. 6f970bd MIPS support and memory access error reporting (Daniel Jacobowitz) by bellard · 19 years ago
  56. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  57. 6a00d60 SMP support by bellard · 19 years ago
  58. 7c9d8e0 new network emulation by bellard · 19 years ago
  59. 48b2c19 sparc fix (Blue Swirl) by bellard · 19 years ago
  60. 3fc6c08 preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) by bellard · 20 years ago
  61. 3475187 sparc64 marge (Blue Swirl) by bellard · 20 years ago
  62. 905f20b fixed gdb error reporting (Paul Brook) by bellard · 20 years ago
  63. e900967 report user mode gdb exit codes (Paul Brook) by bellard · 20 years ago
  64. 4162503 removed RS_CONTINUE 'state' by bellard · 20 years ago
  65. 1fddef4 gdb support for user mode (Paul Brook) by bellard · 20 years ago
  66. b328f87 gdb M packet parsing fix (Thomas Petazzoni) by bellard · 20 years ago
  67. 612458f removed warning by bellard · 20 years ago
  68. e80cfcf SPARC merge by bellard · 20 years ago
  69. 8d5f07f sparc merge (Blue Swirl) by bellard · 20 years ago
  70. e95c8d5 full system SPARC emulation (Blue Swirl) by bellard · 20 years ago
  71. 7d3505c bsd port (Markus Niemisto) by bellard · 21 years ago
  72. a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago
  73. 67b915a win32 port (initial patch by kazu) by bellard · 21 years ago
  74. 858693c moved gdbstub to qemu - new asynchronous gdbstub by bellard · 21 years ago
  75. f193c79 do not depend on thunk.h - more log items by bellard · 21 years ago
  76. 8b1f24b new physical memory access API (used by DMA accesses) by bellard · 21 years ago
  77. 13eb76e virtual memory access for gdbstub by bellard · 21 years ago
  78. 9e62fd7 ppc support (Jocelyn Mayer) by bellard · 21 years ago
  79. 5be1a8e ppc fix by bellard · 21 years ago
  80. 2ddbbd1 (temporary) only physical dump is possible in gdb by bellard · 21 years ago
  81. 6da41ea added CPU callbacks by bellard · 21 years ago
  82. 03a6c51 cannot simply write segment registers in system mode by bellard · 21 years ago
  83. 3486513 log activation from gdb - gdb single step support for x86 - stop timer when cpu is being debugged by bellard · 21 years ago
  84. 6180a18 new directory structure by bellard · 21 years ago
  85. c33a346 first part of single stepping support by bellard · 21 years ago
  86. 4abe615 removed debug by bellard · 21 years ago
  87. 4c3a88a gdb stub breakpoints support by bellard · 21 years ago
  88. b4608c0 added gdb support to vl by bellard · 22 years ago