1. 8fdb9fe linux-user: Remove redundant gdb_queuesig() by Timothy E Baldwin · 9 years ago
  2. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  3. 19239b3 gdbstub: Implement gdb_do_syscallv() by Peter Maydell · 9 years ago
  4. f7ec7f7 gdbstub: Change gdbserver_fork() to accept cpu instead of env by Peter Crosthwaite · 10 years ago
  5. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  6. a38bb07 Add the "-semihosting-config" option. by Liviu Ionescu · 10 years ago
  7. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  8. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  9. 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
  10. 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 12 years ago
  11. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  12. 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
  13. 24cb36a configure: Make NPTL non-optional by Peter Maydell · 12 years ago
  14. 64f6b34 gdbstub: Set gdb_set_stop_cpu() argument to CPUState by Andreas Färber · 12 years ago
  15. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  16. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  17. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago[Renamed from gdbstub.h]
  18. 68f4730 make gdb_id() generally avialable and rename it to cpu_index() by Wen Congyang · 13 years ago
  19. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  20. 4c3b5a4 Add scripts directory by Blue Swirl · 14 years ago
  21. 0b65b9e Use gcc warning flag -Wnested-externs by Blue Swirl · 14 years ago
  22. 0e1c9c5 GDB exit status for semihosting by Paul Brook · 15 years ago
  23. 1c14f16 Allow various header files to be included from non-CPU code by Blue Swirl · 15 years ago
  24. e22a25c Guest debugging support for KVM (Jan Kiszka) by aliguori · 16 years ago
  25. ca587a8 User-mode GDB stub improvements - handle signals by aurel32 · 16 years ago
  26. 2b1319c User-mode GDB stub improvements - handle fork by aurel32 · 16 years ago
  27. 880a757 gdbstub: manage CPUs as threads (Jan Kiszka) by aliguori · 16 years ago
  28. 56aebc8 Add GDB XML register description support. by pbrook · 16 years ago
  29. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  30. cfc3475 Allow gdbstub to connect over any serial device. by pbrook · 18 years ago
  31. c636bb6 gdbserver fix by bellard · 18 years ago
  32. a2d1eba GDB hosted syscalls. by pbrook · 18 years ago
  33. 4046d91 Use standard character device interface for gdbstub. by pbrook · 18 years ago
  34. e900967 report user mode gdb exit codes (Paul Brook) by bellard · 20 years ago
  35. 1fddef4 gdb support for user mode (Paul Brook) by bellard · 20 years ago