1. f17b069 gdbstub: Add a missing case of signal number translation in gdbstub by Martin Simmons · 10 years ago
  2. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
  3. 462efe9 gdbstub: init mon_chr through qemu_chr_alloc by Pavel Dovgalyuk · 10 years ago
  4. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  5. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  6. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  7. 0429a97 cpu: Move opaque field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  8. df39076 vl: allow "cont" from panicked state by Paolo Bonzini · 11 years ago
  9. 6669ca1 gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  10. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 11 years ago
  11. 35143f0 gdbstub: Fix gdb_register_coprocessor() register counting by Andreas Färber · 11 years ago
  12. 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 11 years ago
  13. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 11 years ago
  14. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 11 years ago
  15. 25d8ac0 target-xtensa: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  16. d0ff8d0 target-lm32: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  17. cfae5c9 target-s390x: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  18. c3ce8eb target-alpha: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  19. 213c19d target-cris: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  20. eabfc23 target-microblaze: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  21. 2f93773 target-sh4: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  22. 3002873 target-openrisc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  23. 814ac26 target-mips: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  24. c88de14 target-m68k: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  25. 58850da target-arm: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  26. d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  27. 0980bfa target-ppc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  28. f20f9df target-i386: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  29. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 11 years ago
  30. 19a7721 gdbstub: Drop dead code in cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  31. 47d74ef gdbstub: Fix cpu_gdb_{read,write}_register() Coding Style by Andreas Färber · 11 years ago
  32. 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 11 years ago
  33. eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  34. 2e0f2cf gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState by Andreas Färber · 11 years ago
  35. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 11 years ago
  36. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 11 years ago
  37. 385b9f0 gdbstub: Change gdb_{read,write}_register() argument to CPUState by Andreas Färber · 11 years ago
  38. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 11 years ago
  39. 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 11 years ago
  40. 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 11 years ago
  41. 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 11 years ago
  42. 5ca666c gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style by Andreas Färber · 11 years ago
  43. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 11 years ago
  44. 52f3462 gdbstub: Change GDBState::query_cpu to CPUState by Andreas Färber · 11 years ago
  45. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 11 years ago
  46. 1d5791f kvm: Change kvm_remove_all_breakpoints() argument to CPUState by Andreas Färber · 11 years ago
  47. aa48dd9 Revert "gdbstub: Simplify find_cpu()" by Andreas Färber · 11 years ago
  48. 64f6b34 gdbstub: Set gdb_set_stop_cpu() argument to CPUState by Andreas Färber · 11 years ago
  49. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 11 years ago
  50. cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 11 years ago
  51. c52a6b6 gdbstub: Simplify find_cpu() by Andreas Färber · 11 years ago
  52. bc7d0e6 gdbstub: let the debugger resume from guest panicked state by Paolo Bonzini · 11 years ago
  53. 26ac7a3 gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc by Paolo Bonzini · 11 years ago
  54. 87f25c1 gdbstub: do not restart crashed guest by Paolo Bonzini · 11 years ago
  55. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 11 years ago
  56. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 11 years ago
  57. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 11 years ago
  58. d76bb73 Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu by Aurelien Jarno · 11 years ago
  59. d6478bc PPC/GDB: handle read and write of fpscr by Fabien Chouteau · 11 years ago
  60. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 11 years ago
  61. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 11 years ago
  62. bf1c852 move socket_set_nodelay to osdep.c by MORITA Kazutaka · 11 years ago
  63. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  64. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  65. 6ee77b1 target-s390: Fix gdbstub by Richard Henderson · 12 years ago
  66. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  67. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  68. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  69. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  70. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  71. dd519cb target-xtensa: add FP registers by Max Filippov · 12 years ago
  72. eca5c30 gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES by Aurelien Jarno · 12 years ago
  73. fc04355 target-or32: Add gdb stub support by Jia Liu · 12 years ago
  74. 68f4730 make gdb_id() generally avialable and rename it to cpu_index() by Wen Congyang · 12 years ago
  75. a896d03 gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc by Peter Maydell · 12 years ago
  76. cdb432b gdbserver: Don't send a GDB syscall until the system CPU is stopped by Meador Inge · 12 years ago
  77. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 12 years ago
  78. f384091 monitor: Avoid CPUState in read/write functions by Andreas Färber · 12 years ago
  79. 00e94db gdbstub: Do not kill target in system emulation mode by Jan Kiszka · 12 years ago
  80. bb16172 gdbstub: Fix fd leak in gdbserver_open() error path by Peter Maydell · 13 years ago
  81. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  82. 9643c25 gdbstub: Fix memory leak by Stefan Weil · 13 years ago
  83. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  84. ebffe2a Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  85. 5a576fb Gdbstub: handle read of fpscr by Fabien Chouteau · 13 years ago
  86. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  87. 1354869 Drop the vm_running global variable by Luiz Capitulino · 13 years ago
  88. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
  89. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 13 years ago
  90. ccfcaba target-xtensa: add gdb support by Max Filippov · 13 years ago
  91. 70f24fb char: rename qemu_chr_close() -> qemu_chr_delete() by Anthony Liguori · 13 years ago
  92. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 13 years ago
  93. fa5efcc char: rename qemu_chr_read() -> qemu_chr_be_write() by Anthony Liguori · 13 years ago
  94. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
  95. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  96. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
  97. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 13 years ago
  98. 142ab5b target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef by Aurelien Jarno · 13 years ago
  99. 59467ba s390x: Adjust GDB stub by Alexander Graf · 13 years ago
  100. 425189a gdbstub: Catch and report more vmstop reasons by Jan Kiszka · 13 years ago