1. 184474b dwtest: add explicit testpoint for runtime.throw by Than McIntosh · 3 weeks ago master
  2. 904067f go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago
  3. 180a5d4 internal/core: refactor loading for maintainability by Michael Pratt · 3 months ago
  4. 17953be dwtest: add a flag to preserve tmp files following a test run by Than McIntosh · 3 months ago
  5. f77cf46 dwtest: update go.mod for delve-based test harness by Than McIntosh · 3 months ago
  6. 3671608 all: update sys to 0.1.0 by Meng Zhuo · 11 months ago
  7. 0009092 internal: use constant to avoid repeated definitions by cui fliter · 1 year ago
  8. 89a1939 all: replace io/ioutil with io and os package by cui fliter · 1 year, 1 month ago
  9. f87892d internal/gocore: add support and test for tip by Michael Pratt · 1 year, 1 month ago
  10. 06946d4 internal: remove redundant type conversion by cui fliter · 1 year, 1 month ago
  11. c889ad8 internal/gocore: remove Process.minorVersion by Michael Pratt · 1 year, 1 month ago
  12. a55916e internal/gocore: gofmt by Abirdcfly · 1 year, 1 month ago
  13. b54fa07 internal/gocore: add 1.19 test by Michael Pratt · 1 year, 1 month ago
  14. 93b22fc internal/gocore: update for Go 1.18 by Michael Pratt · 1 year, 1 month ago
  15. 1c80bd2 internal/gocore: disambiguate type candidates by object size by doujiang24 · 1 year, 2 months ago
  16. f98d67a internal/gocore: extract type name of method value from its wrapper function name by doujiang24 · 1 year, 2 months ago
  17. 8ea6c74 internal/gocore: handle unsafe.pointer case for sync.entry.p in sync.map by doujiang24 · 1 year, 2 months ago
  18. 2c5b507 gocore: the name of a type changed to varint in Go 1.17. by doujiang24 · 1 year, 2 months ago
  19. dd944dc A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 2 months ago
  20. 405b155 all: gofmt by Russ Cox · 1 year, 6 months ago
  21. 0bd8c7d gocore: bugfix to Go 1.17 cores, Go 1.16 cores and Go 1.11+ cores by Jordan Lewis · 1 year, 6 months ago
  22. c6cfd1b internal: fix typo by cuishuang · 1 year, 7 months ago
  23. 1a07ae6 cmd/viewcore: reset the flag values before executing subcommands by doujiang24 · 1 year, 8 months ago
  24. 1313148 dwtest: add new pseudo-package with DWARF location tests by Than McIntosh · 1 year, 11 months ago
  25. 30b2efe all: upgrade x/sys to latest by Bryan C. Mills · 1 year, 11 months ago
  26. 2eb44ea all: update go.mod to go 1.17 by Bryan C. Mills · 1 year, 11 months ago
  27. 26ed8fd go.sum: cleanup go.sum by Koichi Shiraishi · 2 years, 10 months ago
  28. 6a9ae25 all: go fmt ./... by Russ Cox · 2 years, 7 months ago
  29. c934e1b README.md: add badge to pkg.go.dev by Julie Qiu · 2 years, 10 months ago
  30. 66ec140 cmd/viewcore: fixes for 1.15 by Keith Randall · 3 years, 3 months ago
  31. 1510a91 cmd/viewcore: handle 1.14 free spans by Keith Randall · 3 years, 5 months ago
  32. cdf388b cmd/viewcore: handle typedef'd mspan.state by Keith Randall · 3 years, 5 months ago
  33. 416347b cmd/viewcore: account for partially allocated arenas by Keith Randall · 3 years, 5 months ago
  34. 21d9a9d cmd/viewcore: skip build on plan9 by Richard Miller · 3 years, 5 months ago
  35. 49413fe cmd/viewcore/vendor: delete by Dmitri Shuralyov · 3 years, 7 months ago
  36. 55c6083 go.mod: update x/sys to master by Koichi Shiraishi · 3 years, 11 months ago
  37. b644445 internal/gocore: let android builders skip tests calling loadExampleVersion by Hana (Hyang-Ah) Kim · 4 years ago
  38. f175ee5 internal/gocore: let android builders skip tests loading cores by Hana Kim · 4 years, 1 month ago
  39. 2f33680 internal/gocore: add test for 1.13 core files by Keith Randall · 4 years, 1 month ago
  40. 17ca847 cmd/viewcore: skip build on aix by Bryan C. Mills · 4 years, 1 month ago
  41. 621e2d3 internal/gocore: update to handle 1.12 core files by Keith Randall · 4 years, 5 months ago
  42. 19561fe internal/core: fix build on Solaris by Brad Fitzpatrick · 4 years, 6 months ago
  43. 30425ad all: add go.mod by Bryan C. Mills · 4 years, 7 months ago
  44. 66907db internal/core: remove unreachable lines by Hana (Hyang-Ah) Kim · 5 years ago
  45. 71b9772 internal/core: read additional mapping info from the executable by Hana Kim · 5 years ago
  46. 488a851 internal/core: change how to determine the main binary by Hana Kim · 5 years ago
  47. 547453c cmd/viewcore: don't panic because of missing executable by Hana (Hyang-Ah) Kim · 5 years ago
  48. c2309f2 internal/gocore: don't crash on missing producer by Heschi Kreinick · 5 years ago
  49. 3b78d99 internal/gocore: don't panic if backtrace fails by Heschi Kreinick · 5 years ago
  50. 1ff449a internal/gocore: add parsing test for 1.11 core by Keith Randall · 5 years ago
  51. 11d5b5e cmd/viewcore: exit normally with 'bye' and 'exit' commands by Hana (Hyang-Ah) Kim · 5 years ago
  52. 4178a59 cmd/viewcore: dedup 'help' subcommand in interactive mode by Hana Kim · 5 years ago
  53. ad33510 cmd/viewcore: allow to limit 'histogram' output by Hana Kim · 5 years ago
  54. 89b25ed cmd/viewcore: let objgraph take output name by Hana Kim · 5 years ago
  55. cb8e7be cmd/viewcore: add -p <port> option to 'html' subcommand by Hana Kim · 5 years ago
  56. c5d82ee internal/gocore: ignore non-ClassExprLoc locations when reading locations by Keith Randall · 5 years ago
  57. bd051a4 internal/gocore: remove Flags and make Process cacheable by Hana Kim · 5 years ago
  58. 1c2e2e9 cmd/viewcore/vendor: remove files and packages for tests by Hana Kim · 5 years ago
  59. 2d4de9c internal: fix build breakage on windows by Hana Kim · 5 years ago
  60. 1559692 all: delete obsolete/unsupported packages by Heschi Kreinick · 5 years ago
  61. a09ead7 cmd/viewcore/vendor: add github.com/chzyer/readline by Hana Kim · 5 years ago
  62. 3ebfc69 cmd/viewcore: display the origin of core by Hana Kim · 5 years ago
  63. 44d465d Add README.md by Hana Kim · 5 years ago
  64. a17c402 cmd/viewcore: add --exe option to accept the binary path by Hana Kim · 5 years ago
  65. 1262f38 cmd/viewcore: interactive mode support by Hana Kim · 5 years ago
  66. 37b0a15 gocore,core: move to internal package by Heschi Kreinick · 5 years ago
  67. cb5e6d5 cmd/viewcore: use cobra for flexible command line interface by Hana (Hyang-Ah) Kim · 5 years ago
  68. d098ff1 cmd/viewcore/vendor: vendor third-party pkgs for viewcore by Hana Kim · 5 years ago
  69. 2f2787e server: When we catch SIGPROF, re-send it to the ptraced process. by John Dethridge · 5 years ago
  70. 9a68d5c gocore: work around bad sudog dwarf by Heschi Kreinick · 6 years ago
  71. f7195fa gocore: skip non-Go CUs by Heschi Kreinick · 6 years ago
  72. 7fa577e gocore: ignore unmapped parts of spans by Keith Randall · 5 years ago
  73. ab7e79f debug/cmd/viewcore: add a simple read command by Keith Randall · 6 years ago
  74. cfd1534 debug/cmd/viewcore: fix printing of offsets by Keith Randall · 6 years ago
  75. fa2f8f4 gocore: fix direct interface handling by Heschi Kreinick · 6 years ago
  76. 2bb7a33 debug/gocore: handle 1.11 sparse heaps by Keith Randall · 6 years ago
  77. 6438784 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  78. d9f7549 debug/gocore: defend againt partial DWARF records by Keith Randall · 6 years ago
  79. d031831 debug/cmd/viewcore: coreview -> viewcore by Keith Randall · 6 years ago
  80. 642e604 cmd: add coreview tool by Keith Randall · 6 years ago
  81. a6b4fe6 gocore: convert dwarf names to runtime more accurately by Heschi Kreinick · 6 years ago
  82. 5455439 gocore: add dominator tree computation by Heschi Kreinick · 6 years ago
  83. 3663351 debug/gocore: document that a gocore.Object is reachable by Keith Randall · 6 years ago
  84. e07cddb gocore: fix removal of package paths by Keith Randall · 6 years ago
  85. d4ba164 macho: fix tests by Keith Randall · 6 years ago
  86. 9551599 gocore: distinguish released memory by Keith Randall · 6 years ago
  87. 9309768 gocore: add function to find the dynamic type of an interface by Keith Randall · 6 years ago
  88. ffbbace gocore: add gocore reader by Keith Randall · 6 years ago
  89. 0e78001 x/debug: handle page size differences by Keith Randall · 6 years ago
  90. 6eba398 x/debug: more robust core dump handling by Keith Randall · 6 years ago
  91. 0d8c151 x/debug/core: add initial implementation by Keith Randall · 6 years ago
  92. f11d3bc x/debug/dwarf: don't panic on unsupported type tags by Garret Kelly · 6 years ago
  93. e48e171 x/debug/dwarf: support new AttrGoEmbed field of struct members by aarzilli · 6 years ago
  94. fb50892 x/debug: update dwarf tests. by jcd · 7 years ago
  95. 56a7ccb Save value of AttrName in .Name for all types by Alessandro Arzilli · 7 years ago
  96. 846e2cd x/debug: changes to peek_test to support the current compiler. by jcd · 8 years ago
  97. 4cc20ad x/debug: support changes to the internal representation of interfaces' types. by jcd · 8 years ago
  98. da1aebc x/debug: speed up various DWARF information queries. by jcd · 8 years ago
  99. 0a1bed4 x/debug: add optional flags to peek_test to allow it to use existing binaries for the test, instead of rebuilding them. by jcd · 8 years ago
  100. 97c674d x/debug: read goroutines from slice runtime.allgs by jcd · 8 years ago