1. 66907db internal/core: remove unreachable lines by Hana (Hyang-Ah) Kim · 5 years ago
  2. 71b9772 internal/core: read additional mapping info from the executable by Hana Kim · 6 years ago
  3. 488a851 internal/core: change how to determine the main binary by Hana Kim · 6 years ago
  4. 547453c cmd/viewcore: don't panic because of missing executable by Hana (Hyang-Ah) Kim · 6 years ago
  5. c2309f2 internal/gocore: don't crash on missing producer by Heschi Kreinick · 6 years ago
  6. 3b78d99 internal/gocore: don't panic if backtrace fails by Heschi Kreinick · 6 years ago
  7. 1ff449a internal/gocore: add parsing test for 1.11 core by Keith Randall · 6 years ago
  8. 11d5b5e cmd/viewcore: exit normally with 'bye' and 'exit' commands by Hana (Hyang-Ah) Kim · 6 years ago
  9. 4178a59 cmd/viewcore: dedup 'help' subcommand in interactive mode by Hana Kim · 6 years ago
  10. ad33510 cmd/viewcore: allow to limit 'histogram' output by Hana Kim · 6 years ago
  11. 89b25ed cmd/viewcore: let objgraph take output name by Hana Kim · 6 years ago
  12. cb8e7be cmd/viewcore: add -p <port> option to 'html' subcommand by Hana Kim · 6 years ago
  13. c5d82ee internal/gocore: ignore non-ClassExprLoc locations when reading locations by Keith Randall · 6 years ago
  14. bd051a4 internal/gocore: remove Flags and make Process cacheable by Hana Kim · 6 years ago
  15. 1c2e2e9 cmd/viewcore/vendor: remove files and packages for tests by Hana Kim · 6 years ago
  16. 2d4de9c internal: fix build breakage on windows by Hana Kim · 6 years ago
  17. 1559692 all: delete obsolete/unsupported packages by Heschi Kreinick · 6 years ago
  18. a09ead7 cmd/viewcore/vendor: add github.com/chzyer/readline by Hana Kim · 6 years ago
  19. 3ebfc69 cmd/viewcore: display the origin of core by Hana Kim · 6 years ago
  20. 44d465d Add README.md by Hana Kim · 6 years ago
  21. a17c402 cmd/viewcore: add --exe option to accept the binary path by Hana Kim · 6 years ago
  22. 1262f38 cmd/viewcore: interactive mode support by Hana Kim · 6 years ago
  23. 37b0a15 gocore,core: move to internal package by Heschi Kreinick · 6 years ago
  24. cb5e6d5 cmd/viewcore: use cobra for flexible command line interface by Hana (Hyang-Ah) Kim · 6 years ago
  25. d098ff1 cmd/viewcore/vendor: vendor third-party pkgs for viewcore by Hana Kim · 6 years ago
  26. 2f2787e server: When we catch SIGPROF, re-send it to the ptraced process. by John Dethridge · 6 years ago
  27. 9a68d5c gocore: work around bad sudog dwarf by Heschi Kreinick · 6 years ago
  28. f7195fa gocore: skip non-Go CUs by Heschi Kreinick · 6 years ago
  29. 7fa577e gocore: ignore unmapped parts of spans by Keith Randall · 6 years ago
  30. ab7e79f debug/cmd/viewcore: add a simple read command by Keith Randall · 6 years ago
  31. cfd1534 debug/cmd/viewcore: fix printing of offsets by Keith Randall · 6 years ago
  32. fa2f8f4 gocore: fix direct interface handling by Heschi Kreinick · 6 years ago
  33. 2bb7a33 debug/gocore: handle 1.11 sparse heaps by Keith Randall · 6 years ago
  34. 6438784 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  35. d9f7549 debug/gocore: defend againt partial DWARF records by Keith Randall · 6 years ago
  36. d031831 debug/cmd/viewcore: coreview -> viewcore by Keith Randall · 6 years ago
  37. 642e604 cmd: add coreview tool by Keith Randall · 6 years ago
  38. a6b4fe6 gocore: convert dwarf names to runtime more accurately by Heschi Kreinick · 6 years ago
  39. 5455439 gocore: add dominator tree computation by Heschi Kreinick · 6 years ago
  40. 3663351 debug/gocore: document that a gocore.Object is reachable by Keith Randall · 6 years ago
  41. e07cddb gocore: fix removal of package paths by Keith Randall · 6 years ago
  42. d4ba164 macho: fix tests by Keith Randall · 6 years ago
  43. 9551599 gocore: distinguish released memory by Keith Randall · 6 years ago
  44. 9309768 gocore: add function to find the dynamic type of an interface by Keith Randall · 6 years ago
  45. ffbbace gocore: add gocore reader by Keith Randall · 7 years ago
  46. 0e78001 x/debug: handle page size differences by Keith Randall · 6 years ago
  47. 6eba398 x/debug: more robust core dump handling by Keith Randall · 6 years ago
  48. 0d8c151 x/debug/core: add initial implementation by Keith Randall · 7 years ago
  49. f11d3bc x/debug/dwarf: don't panic on unsupported type tags by Garret Kelly · 7 years ago
  50. e48e171 x/debug/dwarf: support new AttrGoEmbed field of struct members by aarzilli · 7 years ago
  51. fb50892 x/debug: update dwarf tests. by jcd · 8 years ago
  52. 56a7ccb Save value of AttrName in .Name for all types by Alessandro Arzilli · 8 years ago
  53. 846e2cd x/debug: changes to peek_test to support the current compiler. by jcd · 8 years ago
  54. 4cc20ad x/debug: support changes to the internal representation of interfaces' types. by jcd · 8 years ago
  55. da1aebc x/debug: speed up various DWARF information queries. by jcd · 8 years ago
  56. 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
  57. 97c674d x/debug: read goroutines from slice runtime.allgs by jcd · 8 years ago
  58. e5cc949 x/debug: reorganize directory structure. by jcd · 8 years ago
  59. d97b78e x/debug: read stack frames of goroutines. by jcd · 8 years ago
  60. 324290c x/debug: add a function for reading the current (not-dead) goroutines from a target program. by jcd · 8 years ago
  61. 3119cb5 x/debug: handle some more cases for struct member offset encoding in the DWARF parser. by jcd · 8 years ago
  62. 7251105 x/debug: add syntax for getting the value of an arbitrary symbol in the binary. by jcd · 8 years ago
  63. 450bc3a x/debug: add support for selector expressions on structs and pointers to structs. by jcd · 9 years ago
  64. 349b62f x/debug: change source file disambiguation heuristic. by jcd · 9 years ago
  65. 7c073c4 x/debug: and support for index and slice expressions. by jcd · 9 years ago
  66. 64f262b x/debug: add expression types &x and *x. by jcd · 9 years ago
  67. 9ace3c3 x/debug: add an expression evaluator. by jcd · 9 years ago
  68. b614b86 x/debug: Add types for representing Func and Interface values, and add an address field to Channel. by jcd · 9 years ago
  69. 97a893d x/debug: support getting values of channel type. by jcd · 9 years ago
  70. 67d5dd7 x/debug: support getting values of string type. by jcd · 9 years ago
  71. 674b2f9 x/debug: support getting values of map type. by jcd · 9 years ago
  72. cb3270e x/debug: support getting values of slice type. by jcd · 9 years ago
  73. 182745d x/debug: use arch's functions for reading floats and complex numbers. by jcd · 9 years ago
  74. 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
  75. 90ce606 x/debug: allow various internal struct fields to be signed or unsigned. by jcd · 9 years ago
  76. 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
  77. 43272c4 x/debug: just use uint64 for addresses in debugged programs. by jcd · 9 years ago
  78. 6e141fa x/debug/dwarf: support DW_CFA_offset_extended in DWARF call frame information parsing. by jcd · 9 years ago
  79. d25f0cd x/debug: implement server.handleBreakpointAtLine. Add a function to x/debug/dwarf for converting source lines to addresses. by jcd · 9 years ago
  80. 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
  81. 2dde1ba ogle/program: in stack frames, add the function name, parameters, and local variables. by jcd · 9 years ago
  82. f44ba12 debug: add an implementation of program.Program for running and debugging programs locally, instead of through a proxy. by jcd · 9 years ago
  83. 2aa115c debug: Implement passing of command-line arguments to the debugged program. by jcd · 9 years ago
  84. 784917c debug: get values of more types: uintptr, bool, float, complex, pointer, array, and struct. by jcd · 9 years ago
  85. b954933 debug/dwarf: compute ByteSize for more DWARF types by jcd · 9 years ago
  86. fec2dc0 debug/dwarf: add an Offset field to CommonType, containing the DWARF offset of the type's entry. by jcd · 9 years ago
  87. 9c0e15c debug: add VarByName and Value methods to Program. by jcd · 9 years ago
  88. f386e21 debug: better computation of stride for ArrayType by jcd · 9 years ago
  89. 9fb920d debug: float and complex decoding functions for the Architecture type by jcd · 9 years ago
  90. 41b6e7a debug: add DeleteBreakpoints function by jcd · 9 years ago
  91. c673d3f debug: Allow internal slice struct fields to be signed or unsigned ints. by jcd · 9 years ago
  92. 6cc5cd5 debug: add codereview.cfg by Josh Bleecher Snyder · 9 years ago
  93. 78adbef doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  94. d050657 debug: print interfaces. Add InterfaceType to DWARF parser. by John Dethridge · 9 years ago
  95. dc272d2 debug: Print information about channels. Add ChanType to DWARF parser. by John Dethridge · 9 years ago
  96. c44fc2b debug: (follow-up to 2712) by John Dethridge · 9 years ago
  97. 85d72e6 debug: Delete the cache. It's unused at the moment, and I'll write a better one later. by John Dethridge · 9 years ago
  98. 6006ad9 debug: update Ogle to read Go 1.4 maps. by John Dethridge · 9 years ago
  99. 42e21cb debug: Convert demo into a test. by John Dethridge · 9 years ago
  100. 5eae403 debug: Make the ogler demo check that the values it reads are correct. by John Dethridge · 9 years ago