1. 26ed8fd go.sum: cleanup go.sum by Koichi Shiraishi · 3 years, 3 months ago
  2. 6a9ae25 all: go fmt ./... by Russ Cox · 3 years, 1 month ago
  3. c934e1b README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago
  4. 66ec140 cmd/viewcore: fixes for 1.15 by Keith Randall · 3 years, 9 months ago
  5. 1510a91 cmd/viewcore: handle 1.14 free spans by Keith Randall · 3 years, 11 months ago
  6. cdf388b cmd/viewcore: handle typedef'd mspan.state by Keith Randall · 3 years, 11 months ago
  7. 416347b cmd/viewcore: account for partially allocated arenas by Keith Randall · 3 years, 11 months ago
  8. 21d9a9d cmd/viewcore: skip build on plan9 by Richard Miller · 4 years ago
  9. 49413fe cmd/viewcore/vendor: delete by Dmitri Shuralyov · 4 years, 1 month ago
  10. 55c6083 go.mod: update x/sys to master by Koichi Shiraishi · 4 years, 5 months ago
  11. b644445 internal/gocore: let android builders skip tests calling loadExampleVersion by Hana (Hyang-Ah) Kim · 4 years, 6 months ago
  12. f175ee5 internal/gocore: let android builders skip tests loading cores by Hana Kim · 4 years, 7 months ago
  13. 2f33680 internal/gocore: add test for 1.13 core files by Keith Randall · 4 years, 7 months ago
  14. 17ca847 cmd/viewcore: skip build on aix by Bryan C. Mills · 4 years, 7 months ago
  15. 621e2d3 internal/gocore: update to handle 1.12 core files by Keith Randall · 5 years ago
  16. 19561fe internal/core: fix build on Solaris by Brad Fitzpatrick · 5 years ago
  17. 30425ad all: add go.mod by Bryan C. Mills · 5 years ago
  18. 66907db internal/core: remove unreachable lines by Hana (Hyang-Ah) Kim · 5 years ago
  19. 71b9772 internal/core: read additional mapping info from the executable by Hana Kim · 5 years ago
  20. 488a851 internal/core: change how to determine the main binary by Hana Kim · 6 years ago
  21. 547453c cmd/viewcore: don't panic because of missing executable by Hana (Hyang-Ah) Kim · 6 years ago
  22. c2309f2 internal/gocore: don't crash on missing producer by Heschi Kreinick · 6 years ago
  23. 3b78d99 internal/gocore: don't panic if backtrace fails by Heschi Kreinick · 6 years ago
  24. 1ff449a internal/gocore: add parsing test for 1.11 core by Keith Randall · 6 years ago
  25. 11d5b5e cmd/viewcore: exit normally with 'bye' and 'exit' commands by Hana (Hyang-Ah) Kim · 6 years ago
  26. 4178a59 cmd/viewcore: dedup 'help' subcommand in interactive mode by Hana Kim · 6 years ago
  27. ad33510 cmd/viewcore: allow to limit 'histogram' output by Hana Kim · 6 years ago
  28. 89b25ed cmd/viewcore: let objgraph take output name by Hana Kim · 6 years ago
  29. cb8e7be cmd/viewcore: add -p <port> option to 'html' subcommand by Hana Kim · 6 years ago
  30. c5d82ee internal/gocore: ignore non-ClassExprLoc locations when reading locations by Keith Randall · 6 years ago
  31. bd051a4 internal/gocore: remove Flags and make Process cacheable by Hana Kim · 6 years ago
  32. 1c2e2e9 cmd/viewcore/vendor: remove files and packages for tests by Hana Kim · 6 years ago
  33. 2d4de9c internal: fix build breakage on windows by Hana Kim · 6 years ago
  34. 1559692 all: delete obsolete/unsupported packages by Heschi Kreinick · 6 years ago
  35. a09ead7 cmd/viewcore/vendor: add github.com/chzyer/readline by Hana Kim · 6 years ago
  36. 3ebfc69 cmd/viewcore: display the origin of core by Hana Kim · 6 years ago
  37. 44d465d Add README.md by Hana Kim · 6 years ago
  38. a17c402 cmd/viewcore: add --exe option to accept the binary path by Hana Kim · 6 years ago
  39. 1262f38 cmd/viewcore: interactive mode support by Hana Kim · 6 years ago
  40. 37b0a15 gocore,core: move to internal package by Heschi Kreinick · 6 years ago
  41. cb5e6d5 cmd/viewcore: use cobra for flexible command line interface by Hana (Hyang-Ah) Kim · 6 years ago
  42. d098ff1 cmd/viewcore/vendor: vendor third-party pkgs for viewcore by Hana Kim · 6 years ago
  43. 2f2787e server: When we catch SIGPROF, re-send it to the ptraced process. by John Dethridge · 6 years ago
  44. 9a68d5c gocore: work around bad sudog dwarf by Heschi Kreinick · 6 years ago
  45. f7195fa gocore: skip non-Go CUs by Heschi Kreinick · 6 years ago
  46. 7fa577e gocore: ignore unmapped parts of spans by Keith Randall · 6 years ago
  47. ab7e79f debug/cmd/viewcore: add a simple read command by Keith Randall · 6 years ago
  48. cfd1534 debug/cmd/viewcore: fix printing of offsets by Keith Randall · 6 years ago
  49. fa2f8f4 gocore: fix direct interface handling by Heschi Kreinick · 6 years ago
  50. 2bb7a33 debug/gocore: handle 1.11 sparse heaps by Keith Randall · 6 years ago
  51. 6438784 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  52. d9f7549 debug/gocore: defend againt partial DWARF records by Keith Randall · 6 years ago
  53. d031831 debug/cmd/viewcore: coreview -> viewcore by Keith Randall · 6 years ago
  54. 642e604 cmd: add coreview tool by Keith Randall · 6 years ago
  55. a6b4fe6 gocore: convert dwarf names to runtime more accurately by Heschi Kreinick · 6 years ago
  56. 5455439 gocore: add dominator tree computation by Heschi Kreinick · 6 years ago
  57. 3663351 debug/gocore: document that a gocore.Object is reachable by Keith Randall · 6 years ago
  58. e07cddb gocore: fix removal of package paths by Keith Randall · 6 years ago
  59. d4ba164 macho: fix tests by Keith Randall · 6 years ago
  60. 9551599 gocore: distinguish released memory by Keith Randall · 6 years ago
  61. 9309768 gocore: add function to find the dynamic type of an interface by Keith Randall · 6 years ago
  62. ffbbace gocore: add gocore reader by Keith Randall · 6 years ago
  63. 0e78001 x/debug: handle page size differences by Keith Randall · 6 years ago
  64. 6eba398 x/debug: more robust core dump handling by Keith Randall · 6 years ago
  65. 0d8c151 x/debug/core: add initial implementation by Keith Randall · 6 years ago
  66. f11d3bc x/debug/dwarf: don't panic on unsupported type tags by Garret Kelly · 7 years ago
  67. e48e171 x/debug/dwarf: support new AttrGoEmbed field of struct members by aarzilli · 7 years ago
  68. fb50892 x/debug: update dwarf tests. by jcd · 8 years ago
  69. 56a7ccb Save value of AttrName in .Name for all types by Alessandro Arzilli · 8 years ago
  70. 846e2cd x/debug: changes to peek_test to support the current compiler. by jcd · 8 years ago
  71. 4cc20ad x/debug: support changes to the internal representation of interfaces' types. by jcd · 8 years ago
  72. da1aebc x/debug: speed up various DWARF information queries. by jcd · 8 years ago
  73. 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
  74. 97c674d x/debug: read goroutines from slice runtime.allgs by jcd · 8 years ago
  75. e5cc949 x/debug: reorganize directory structure. by jcd · 8 years ago
  76. d97b78e x/debug: read stack frames of goroutines. by jcd · 8 years ago
  77. 324290c x/debug: add a function for reading the current (not-dead) goroutines from a target program. by jcd · 8 years ago
  78. 3119cb5 x/debug: handle some more cases for struct member offset encoding in the DWARF parser. by jcd · 8 years ago
  79. 7251105 x/debug: add syntax for getting the value of an arbitrary symbol in the binary. by jcd · 8 years ago
  80. 450bc3a x/debug: add support for selector expressions on structs and pointers to structs. by jcd · 8 years ago
  81. 349b62f x/debug: change source file disambiguation heuristic. by jcd · 8 years ago
  82. 7c073c4 x/debug: and support for index and slice expressions. by jcd · 8 years ago
  83. 64f262b x/debug: add expression types &x and *x. by jcd · 8 years ago
  84. 9ace3c3 x/debug: add an expression evaluator. by jcd · 8 years ago
  85. b614b86 x/debug: Add types for representing Func and Interface values, and add an address field to Channel. by jcd · 8 years ago
  86. 97a893d x/debug: support getting values of channel type. by jcd · 9 years ago
  87. 67d5dd7 x/debug: support getting values of string type. by jcd · 9 years ago
  88. 674b2f9 x/debug: support getting values of map type. by jcd · 9 years ago
  89. cb3270e x/debug: support getting values of slice type. by jcd · 9 years ago
  90. 182745d x/debug: use arch's functions for reading floats and complex numbers. by jcd · 9 years ago
  91. daa758d x/debug: generalize map-reading code and move it from print.go to peek.go so it can be used elsewhere. by jcd · 9 years ago
  92. 90ce606 x/debug: allow various internal struct fields to be signed or unsigned. by jcd · 9 years ago
  93. 114a13d x/debug: change various peeking functions to be methods of Server instead of Printer so they can be used elsewhere. by jcd · 9 years ago
  94. 43272c4 x/debug: just use uint64 for addresses in debugged programs. by jcd · 9 years ago
  95. 6e141fa x/debug/dwarf: support DW_CFA_offset_extended in DWARF call frame information parsing. by jcd · 9 years ago
  96. d25f0cd x/debug: implement server.handleBreakpointAtLine. Add a function to x/debug/dwarf for converting source lines to addresses. by jcd · 9 years ago
  97. 3606733 ogle: add BreakpointAtFunction and BreakpointAtLine, for setting a breakpoint at the start of a function or at a particular source line. by jcd · 9 years ago
  98. 2dde1ba ogle/program: in stack frames, add the function name, parameters, and local variables. by jcd · 9 years ago
  99. f44ba12 debug: add an implementation of program.Program for running and debugging programs locally, instead of through a proxy. by jcd · 9 years ago
  100. 2aa115c debug: Implement passing of command-line arguments to the debugged program. by jcd · 9 years ago