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