1. cf8a5b0 Fix build with new googletest by Haibo Huang · 5 years ago
  2. 4ca98e1 Fix potential bad info in eh_frame_hdr. by Christopher Ferris · 5 years ago
  3. 5838e53 Fix handling of PT_GNU_EH_FRAME. by Christopher Ferris · 5 years ago
  4. 07bef8f Add document of changes between Android versions. by Christopher Ferris · 5 years ago
  5. baf058b Replace MOCK_METHODN with MOCK_METHOD macro. by Christopher Ferris · 5 years ago
  6. 58ee7e3 Merge "Continue without DEX support if libdexfile_external.so fails to load." by Martin Stjernholm · 5 years ago
  7. 9062bb4 Continue without DEX support if libdexfile_external.so fails to load. by Martin Stjernholm · 5 years ago
  8. 819f131 Handle when bias is different in elf headers. by Christopher Ferris · 5 years ago
  9. 6c8ac56 Fix static GetLoadBias function. by Christopher Ferris · 5 years ago
  10. 922eecc Further document MapInfo::elf_offset. by Florian Mayer · 5 years ago
  11. f1932fd Fix LocalUpdatableMaps by David Srbecky · 5 years ago
  12. 7aba514 Add test mapping to run the libunwind tests. by Christopher Ferris · 5 years ago
  13. 7138232 Add test of undefined return address. by Christopher Ferris · 5 years ago
  14. d128dcc Fix unwind_reg_info tool. by Christopher Ferris · 5 years ago
  15. 604ccb1 Merge "Move to isolated testing." by Christopher Ferris · 5 years ago
  16. ea8e7d1 Move to isolated testing. by Christopher Ferris · 5 years ago
  17. a74aae8 Move to the libc++ demangler. by Christopher Ferris · 5 years ago
  18. 249c90f Fix missing load bias. by Florian Mayer · 5 years ago
  19. 7e21eba Switch case to suite to follow new gtest naming. by Christopher Ferris · 5 years ago
  20. d1d973b Fix potential race condition. by Christopher Ferris · 5 years ago
  21. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 6 years ago
  22. d49499d Set elf_start_offset for invalid elf maps. by Christopher Ferris · 5 years ago
  23. a4bdb98 Display offsets for dex frames. by Christopher Ferris · 5 years ago
  24. 98aaf4c Ignore memory from elf on /memfd: by Christopher Ferris · 5 years ago
  25. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  26. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 6 years ago
  27. b626177 Merge "Revert "Check for data races when reading JIT/DEX entries."" by Treehugger Robot · 6 years ago
  28. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  29. 1760b45 Fix off by one reading build id. by Christopher Ferris · 6 years ago
  30. 59c70a5 Merge "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  31. c312c9a Add minimal support for Dwarf 5. by Christopher Ferris · 6 years ago
  32. 22d8e8e Remove sequential search from DwarfEhFrameWithHdr. by Christopher Ferris · 6 years ago
  33. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  34. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  35. 02a6c44 Add support for displaying soname in an apk. by Christopher Ferris · 6 years ago
  36. 86f2d9d Fix missing offset for apk. by Christopher Ferris · 6 years ago
  37. 6e96f68 Add missing override keyword by Casey Dahlin · 6 years ago
  38. 0e11385 Add unistd.h to includes in Regs.h by Casey Dahlin · 6 years ago
  39. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  40. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 6 years ago
  41. f31c709 procinfo: Read inode number from /proc/<pid>/maps by Sandeep Patil · 6 years ago
  42. ce34d62 Avoid signed extension of chars for build ids. by Christopher Ferris · 6 years ago
  43. f835ba6 Merge "Fix bug in unwind_info display of exidx frame." by Christopher Ferris · 6 years ago
  44. 9f5e997 Merge "Allow to move frames out of Unwinder." by Treehugger Robot · 6 years ago
  45. 7010ecb Fix bug in unwind_info display of exidx frame. by Christopher Ferris · 6 years ago
  46. 1c993b7 Allow to move frames out of Unwinder. by Florian Mayer · 6 years ago
  47. 49047d7 Merge "Add GetPrintableBuildID()." by Christopher Ferris · 6 years ago
  48. ed7ca8b Merge "Add a few leak check tests." by Christopher Ferris · 6 years ago
  49. b1c9c20 Add GetPrintableBuildID(). by Christopher Ferris · 6 years ago
  50. e1f7a63 Add a few leak check tests. by Christopher Ferris · 6 years ago
  51. 8306597 Merge "Fix crash in libunwindstack." by Treehugger Robot · 6 years ago
  52. c479e4e Fix crash in libunwindstack. by Florian Mayer · 6 years ago
  53. cc8009f libunwindstack: Move DwarfOp callback table to rodata section by Vic Yang · 6 years ago
  54. 4aec66e Fix memory leak in UnwinderFromPid object. by Christopher Ferris · 6 years ago
  55. a5e0d69 Merge "Fix flaky signal tests." by Christopher Ferris · 6 years ago
  56. 33d4bb3 Remove unused jit_debug unique_ptr. by Florian Mayer · 6 years ago
  57. bc6a7e5 Fix flaky signal tests. by Christopher Ferris · 6 years ago
  58. bf373ed Add caching of build id in MapInfo object. by Christopher Ferris · 6 years ago
  59. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 6 years ago
  60. cadacdf Fix usage of Read instead of ReadFully. by Christopher Ferris · 6 years ago
  61. 2677b80 Remove dependency on libdexfile internal header. by Martin Stjernholm · 6 years ago
  62. b49289b Some minor updates in the libdexfile external API. by Martin Stjernholm · 6 years ago
  63. d76bd4c Merge "Remove CHECK in AdjustEncodedValue." by Christopher Ferris · 6 years ago
  64. a7d2ffa Merge "Move DwarfCfaInfo::kTable from data.rel.ro to rodata" by Treehugger Robot · 6 years ago
  65. a39aaf9 Remove CHECK in AdjustEncodedValue. by Christopher Ferris · 6 years ago
  66. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  67. 1baa19b Merge "Fix offsets when shared lib split across maps." by Treehugger Robot · 6 years ago
  68. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  69. a09c4a6 Fix offsets when shared lib split across maps. by Christopher Ferris · 6 years ago
  70. 80aba54 Move DwarfCfaInfo::kTable from data.rel.ro to rodata by Vic Yang · 6 years ago
  71. 1d6969c Merge "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  72. 065f156 Do not remove speculative frames in all cases. by Christopher Ferris · 6 years ago
  73. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 6 years ago
  74. 583ce2d Merge "Fix handling of ro segments for embedded libs." by Christopher Ferris · 6 years ago
  75. 01040b1 Fix handling of ro segments for embedded libs. by Christopher Ferris · 6 years ago
  76. 1b7b797 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  77. 3f1f2e0 Add missing includes. by Florian Mayer · 6 years ago
  78. a5913bd Merge "Read .note.gnu.build-id." by Florian Mayer · 6 years ago
  79. da459e5 Read .note.gnu.build-id. by Florian Mayer · 6 years ago
  80. ef64010 Add support for caching small reads. by Christopher Ferris · 6 years ago
  81. 5565906 Remove overly restrictive check for memory. by Christopher Ferris · 6 years ago
  82. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  83. 4568f4b Verify that the elf matches the expected arch. by Christopher Ferris · 6 years ago
  84. 551efd1 Merge "Fix off by one error." by Treehugger Robot · 6 years ago
  85. e8c4ecf Always init gnu_debugdata interface if it exists. by Christopher Ferris · 6 years ago
  86. 9c36a99 Fix off by one error. by Florian Mayer · 6 years ago
  87. 56d0e07 Fix which maps to search for globals. by Christopher Ferris · 6 years ago
  88. 6853a18 Merge "Fix up the definition of Elf::GetInfo." by Christopher Ferris · 6 years ago
  89. 9d0ad23 Fix problem adding too many frames. by Christopher Ferris · 6 years ago
  90. a2f38f1 Fix up the definition of Elf::GetInfo. by Christopher Ferris · 6 years ago
  91. 1f34c0e Fix handling of globals for new linker. by Christopher Ferris · 6 years ago
  92. 9d5712c Implement support for linker rosegment option. by Christopher Ferris · 6 years ago
  93. 3f9582f Fix implicit fall through switch cases. by Christopher Ferris · 6 years ago
  94. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  95. ec004eb Merge "Allow to get raw register data on all platforms." by Florian Mayer · 6 years ago
  96. c2277fc Move to using ClassAccessor by Mathieu Chartier · 6 years ago
  97. 932247e Allow to get raw register data on all platforms. by Florian Mayer · 6 years ago
  98. 5acf069 Be permissive about badly formed elf files. by Christopher Ferris · 6 years ago
  99. 2786608 Fix incorrect left shifts. by Christopher Ferris · 6 years ago
  100. 02d0f79 Create lookup table of DEX symbols. by David Srbecky · 7 years ago