1. 7e21eba Switch case to suite to follow new gtest naming. by Christopher Ferris · 6 years ago
  2. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 6 years ago
  3. d49499d Set elf_start_offset for invalid elf maps. by Christopher Ferris · 6 years ago
  4. a4bdb98 Display offsets for dex frames. by Christopher Ferris · 6 years ago
  5. 98aaf4c Ignore memory from elf on /memfd: by Christopher Ferris · 6 years ago
  6. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  7. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 6 years ago
  8. b626177 Merge "Revert "Check for data races when reading JIT/DEX entries."" by Treehugger Robot · 6 years ago
  9. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  10. 1760b45 Fix off by one reading build id. by Christopher Ferris · 6 years ago
  11. 59c70a5 Merge "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  12. c312c9a Add minimal support for Dwarf 5. by Christopher Ferris · 6 years ago
  13. 22d8e8e Remove sequential search from DwarfEhFrameWithHdr. by Christopher Ferris · 6 years ago
  14. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 8 years ago
  15. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  16. 02a6c44 Add support for displaying soname in an apk. by Christopher Ferris · 6 years ago
  17. 86f2d9d Fix missing offset for apk. by Christopher Ferris · 6 years ago
  18. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 7 years ago
  19. ce34d62 Avoid signed extension of chars for build ids. by Christopher Ferris · 7 years ago
  20. 49047d7 Merge "Add GetPrintableBuildID()." by Christopher Ferris · 7 years ago
  21. ed7ca8b Merge "Add a few leak check tests." by Christopher Ferris · 7 years ago
  22. b1c9c20 Add GetPrintableBuildID(). by Christopher Ferris · 7 years ago
  23. e1f7a63 Add a few leak check tests. by Christopher Ferris · 7 years ago
  24. c479e4e Fix crash in libunwindstack. by Florian Mayer · 7 years ago
  25. bc6a7e5 Fix flaky signal tests. by Christopher Ferris · 7 years ago
  26. bf373ed Add caching of build id in MapInfo object. by Christopher Ferris · 7 years ago
  27. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 7 years ago
  28. 2677b80 Remove dependency on libdexfile internal header. by Martin Stjernholm · 7 years ago
  29. d76bd4c Merge "Remove CHECK in AdjustEncodedValue." by Christopher Ferris · 7 years ago
  30. a39aaf9 Remove CHECK in AdjustEncodedValue. by Christopher Ferris · 7 years ago
  31. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  32. 1baa19b Merge "Fix offsets when shared lib split across maps." by Treehugger Robot · 7 years ago
  33. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  34. a09c4a6 Fix offsets when shared lib split across maps. by Christopher Ferris · 7 years ago
  35. 1d6969c Merge "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  36. 065f156 Do not remove speculative frames in all cases. by Christopher Ferris · 7 years ago
  37. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 7 years ago
  38. 01040b1 Fix handling of ro segments for embedded libs. by Christopher Ferris · 7 years ago
  39. a5913bd Merge "Read .note.gnu.build-id." by Florian Mayer · 7 years ago
  40. da459e5 Read .note.gnu.build-id. by Florian Mayer · 7 years ago
  41. ef64010 Add support for caching small reads. by Christopher Ferris · 7 years ago
  42. 5565906 Remove overly restrictive check for memory. by Christopher Ferris · 7 years ago
  43. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  44. 4568f4b Verify that the elf matches the expected arch. by Christopher Ferris · 7 years ago
  45. 551efd1 Merge "Fix off by one error." by Treehugger Robot · 7 years ago
  46. e8c4ecf Always init gnu_debugdata interface if it exists. by Christopher Ferris · 7 years ago
  47. 9c36a99 Fix off by one error. by Florian Mayer · 7 years ago
  48. 56d0e07 Fix which maps to search for globals. by Christopher Ferris · 7 years ago
  49. 9d0ad23 Fix problem adding too many frames. by Christopher Ferris · 7 years ago
  50. 1f34c0e Fix handling of globals for new linker. by Christopher Ferris · 7 years ago
  51. 9d5712c Implement support for linker rosegment option. by Christopher Ferris · 7 years ago
  52. 5acf069 Be permissive about badly formed elf files. by Christopher Ferris · 7 years ago
  53. 2786608 Fix incorrect left shifts. by Christopher Ferris · 7 years ago
  54. 02d0f79 Create lookup table of DEX symbols. by David Srbecky · 7 years ago
  55. 5afddb0 Remove Memory::ReadField. by Christopher Ferris · 7 years ago
  56. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 7 years ago
  57. 92acaac Refactor the DwarfSection classes. by Christopher Ferris · 7 years ago
  58. f882a38 Fix ARM program header values used for exidx. by Christopher Ferris · 7 years ago
  59. 4cc36d2 Fix handling of load bias values. by Christopher Ferris · 7 years ago
  60. ca9a54b Add a specialized LocalUnwinder object. by Christopher Ferris · 7 years ago
  61. 239425b Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  62. 2f37a15 libunwindstack: add Regs::Clone. by Josh Gao · 7 years ago
  63. 6633b0c Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  64. 95a5244 Merge "Cache DWARF location rules for a given pc." by Christopher Ferris · 7 years ago
  65. 3386eba Cache DWARF location rules for a given pc. by David Srbecky · 7 years ago
  66. 6dbc28e Fix null pointer dereference in RegsArm. by Christopher Ferris · 7 years ago
  67. d5b22c5 Support a map that represents gdb jit elf data. by Yabin Cui · 8 years ago
  68. b22451f Merge "Always set the sp reg to the cfa for DWARF." by Christopher Ferris · 7 years ago
  69. e8d1b75 Merge "Don't include map name if the consumer doesn't want names." by David Srbecky · 7 years ago
  70. e62f4c4 Don't include map name if the consumer doesn't want names. by David Srbecky · 7 years ago
  71. 11e96fe Always set the sp reg to the cfa for DWARF. by Yabin Cui · 7 years ago
  72. 704ec9a Handle ARM thumb function symbols. by Christopher Ferris · 7 years ago
  73. 3692f25 Don't implicitly dereference DW_CFA_def_cfa_expression. by David Srbecky · 7 years ago
  74. 8fbdbba Merge "Adjust DEX file reading to follow layout changes in ART." by David Srbecky · 8 years ago
  75. a2ec50b Change the GetAdjustedRelPc to GetPcAdjustment. by Christopher Ferris · 8 years ago
  76. e4b3a6a Add ability to skip function name resolution. by Christopher Ferris · 8 years ago
  77. d9575b6 Modify elf cache to handle elf_offsets properly. by Christopher Ferris · 8 years ago
  78. 4015ef4 Adjust DEX file reading to follow layout changes in ART. by David Srbecky · 8 years ago
  79. beae42b Fix soname reading code. by Christopher Ferris · 8 years ago
  80. 559c7f2 Implement new DEX PC lookup scheme. by Christopher Ferris · 8 years ago
  81. e4df5f5 Fix computation of pc. by Christopher Ferris · 8 years ago
  82. 73a2508 Merge "Fix off by 4 error handling eh_frame hdr." by Christopher Ferris · 8 years ago
  83. a8c3973 Clear dex pc to avoid duplicate frames. by Christopher Ferris · 8 years ago
  84. e37e2d0 Fix off by 4 error handling eh_frame hdr. by Christopher Ferris · 8 years ago
  85. 5391416 Expose per arch headers. by Christopher Ferris · 8 years ago
  86. 892e675 Remove dependency on -no_art variant by David Sehr · 8 years ago
  87. e762f1f Check that dex pc is in a valid map. by Christopher Ferris · 8 years ago
  88. 5f5cb23 Small test clean up. by Christopher Ferris · 8 years ago
  89. 7747b60 Load dex files from ART-specific data structure. by Christopher Ferris · 8 years ago
  90. d70ea5e Move dex pc frame creation into libunwindstack. by Christopher Ferris · 8 years ago
  91. 0b79ae1 Add a global elf cache. by Christopher Ferris · 8 years ago
  92. 2fcf4cf Add error propagation into Unwinder/Elf objects. by Christopher Ferris · 8 years ago
  93. 1a141a0 Small behavioral changes to the unwinder. by Christopher Ferris · 8 years ago
  94. 98984b4 Add support for getting a dex pc. by Christopher Ferris · 8 years ago
  95. ed37aca Find first non-zero jit debug entry. by Christopher Ferris · 8 years ago
  96. 150db12 Add ability to read jit gdb data. by Christopher Ferris · 8 years ago
  97. 3dfd2ae Add tool to save information from a process. by Christopher Ferris · 8 years ago
  98. 8b18000 Merge "unwindstack: add some perfunctory MemoryOffline tests." by Treehugger Robot · 8 years ago
  99. f4a94c4 unwindstack: add some perfunctory MemoryOffline tests. by Josh Gao · 8 years ago
  100. e7b6624 Fix issues in libunwindstack. by Christopher Ferris · 8 years ago