1. 53840ad runtime: Fix GDB integration with Python 2 by Derek Buitenhuis · 10 years ago
  2. c45751e runtime: allow pointers to strings to be printed by Lee Packham · 10 years ago
  3. 1c82e23 gdb: fix map prettyprinter by Jan Kratochvil · 10 years ago
  4. 02d80b9 gdb: fix "gdb.error: No struct named reflect.rtype." by Jan Kratochvil · 10 years ago
  5. 98651d6 runtime: in runtime-gdb.py, use SliceValue wrapper by Austin Clements · 10 years ago
  6. 5456868 runtime: fix GDB "info goroutines" for Go 1.5 by Austin Clements · 10 years ago
  7. a25af2e runtime: fix runtime-gdb script loading by Paul Nasrat · 10 years ago
  8. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/runtime-gdb.py]
  9. ca6be91 all: fix "the the" typos. by Shenghou Ma · 11 years ago
  10. f12a167 gdb: Add partial python3 + go1.2 support to runtime-gdb.py by Shane Hansen · 11 years ago
  11. 927b7ac runtime: explicit init of runtime-gdb helpers by Alexis Imperial-Legrand · 12 years ago
  12. fb3ed16 runtime: fix gdb printing of maps Fixes #5098 by Keith Randall · 12 years ago
  13. ca8aac6 runtime: gdb support: use parse_and_eval to get the goroutine id by Christian Himpel · 12 years ago
  14. 1120982 reflect: add ArrayOf, ChanOf, MapOf, SliceOf by Russ Cox · 12 years ago
  15. fb27061 pkg/runtime: 2 sanity checks in the runtime-gdb.py prettyprinters. by Luuk van Dijk · 13 years ago
  16. e7e5c5a runtime: fix map memory leak by Russ Cox · 14 years ago
  17. 8a4ef5d runtime: gdb support, fix pretty printing of channels. by Luuk van Dijk · 14 years ago
  18. 46ed89b runtime: gdb support: gracefully handle not being able to find types by Luuk van Dijk · 14 years ago
  19. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  20. dd93df3 runtime: fix gdb support for channels. by Luuk van Dijk · 14 years ago
  21. 43512e6 runtime: fix gdb support for goroutines. by Luuk van Dijk · 14 years ago
  22. db22e23 runtime-gdb.py: gdb pretty printer for go strings properly handles length. by Luuk van Dijk · 14 years ago
  23. 7400be8 runtime: generate Go defs for C types. by Luuk van Dijk · 14 years ago
  24. 7a4ce23 [68]l and runtime: GDB support for interfaces and goroutines. by Luuk van Dijk · 14 years ago
  25. 9a71bb0 [68]l: generate debug info for builtin structured types. prettyprinting in gdb. by Luuk van Dijk · 14 years ago