1. f30a46f libunwindstack: don't save pseudoregisters while evaluating Dwarf by Tamas Zsoldos · 5 years ago
  2. 96e966e Set warning for dex pc not in map. by Florian Mayer · 5 years ago
  3. 63525c8 Fix fuzzer so it doesn't add overlapping maps. by Christopher Ferris · 5 years ago
  4. 6835d01 libunwindstack: support for Armv8.3-A Pointer Authentication by Tamas Petz · 6 years ago
  5. b62e324 Added fuzzer for Unwinder by Dylan Katz · 6 years ago
  6. 7428c52 Make libbacktrace buildable for native_bridge by Victor Khimenko · 6 years ago
  7. 5990a9d Add new reparse benchmarks. by Christopher Ferris · 6 years ago
  8. 16a932a Set apex_available property by Jiyong Park · 6 years ago
  9. 5133bbf Merge "Add new LocalUpdatableMaps benchmarks." by Christopher Ferris · 6 years ago
  10. c3d30bf Merge "Fix GetGlobalVariableOffset with tagged pointer in aarch64" by Treehugger Robot · 6 years ago
  11. 175747f Add new LocalUpdatableMaps benchmarks. by Christopher Ferris · 6 years ago
  12. a7a194b Fix dangling pointer issue in LocalUpdatbleMaps by Sim Sun · 6 years ago
  13. 2e3af86 Merge "Reland "bionic_libc_platform_headers is only available when building with Bionic"." by Martin Stjernholm · 6 years ago
  14. 4a27a81 Reland "bionic_libc_platform_headers is only available when building with Bionic". by Martin Stjernholm · 6 years ago
  15. 118c5ee Switch to new kernel ptrace interface for reading tags. by Peter Collingbourne · 6 years ago
  16. 87bac1a Revert "bionic_libc_platform_headers is only available when buil..." by Martin Stjernholm · 6 years ago
  17. fbca300 Fix GetGlobalVariableOffset with tagged pointer in aarch64 by Yong Li · 6 years ago
  18. 03082e6 bionic_libc_platform_headers is only available when building with Bionic. by Martin Stjernholm · 6 years ago
  19. 126b010 Merge "Create minimal remap table for symbol binary search." by Christopher Ferris · 6 years ago
  20. cec90ea Merge "Optimize Memory::ReadString" by Christopher Ferris · 6 years ago
  21. a17c2b6 Optimize Memory::ReadString by David Srbecky · 6 years ago
  22. af41960 Create minimal remap table for symbol binary search. by David Srbecky · 7 years ago
  23. c71e0a6 libunwindstack: Add Memory::ReadTag() function for reading memory tags. by Peter Collingbourne · 6 years ago
  24. a9e1909 Add benchmarks for symbol reading. by Christopher Ferris · 6 years ago
  25. 273d3f0 Avoid re-mapping dex file that's in local memory. by Sim Sun · 6 years ago
  26. a7b4c5d Fix off-by-one in ReadBuildIDFromMemory. by Peter Collingbourne · 6 years ago
  27. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 6 years ago
  28. 6d4e47a Merge "Remove use of static libdexfile to avoid linking in ART internal code." by Martin Stjernholm · 6 years ago
  29. a010ddb Merge "Fix memory leak of DexFile handle after release" by Christopher Ferris · 6 years ago
  30. 489c3a8 Fix memory leak of DexFile handle after release by Yong Li · 6 years ago
  31. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 6 years ago
  32. a2cc893 Remove use of static libdexfile to avoid linking in ART internal code. by Martin Stjernholm · 6 years ago
  33. 49e6ee9 Remove mips build. by Elliott Hughes · 6 years ago
  34. a6617cb Rewrite DwarfSectionImpl::InsertFde by David Srbecky · 6 years ago
  35. 15778b7 Merge "libunwindstack: add simpleperf presumit test." by Yabin Cui · 6 years ago
  36. f667bf7 libunwindstack: add simpleperf presumit test. by Yabin Cui · 6 years ago
  37. 92237ba unwindstack: RegsArm64: fix harmless off by 1 + iterate GPRs contiguously by Ryan Savitski · 6 years ago
  38. 0f40a05 Properly handle empty map after read-only map. by Christopher Ferris · 6 years ago
  39. de5cd8c Fix global finding logic. by Christopher Ferris · 6 years ago
  40. 8726d3a Fix handling of possible bad gnu_debugdata_size. by Christopher Ferris · 6 years ago
  41. b773897 Merge "Add a name for all test suites" by Treehugger Robot · 6 years ago
  42. 0c01bb6 Add a name for all test suites by Haibo Huang · 6 years ago
  43. 6e0a0da Merge "unwindstack: fix dangling pointer in LocalUpdatableMaps." by Treehugger Robot · 6 years ago
  44. f0c82e7 Use elf offset in signal step check. by Christopher Ferris · 6 years ago
  45. df683b7 Fix support finding global variables. by Christopher Ferris · 6 years ago
  46. 456df69 Move the dexfile support to implementation. by Christopher Ferris · 6 years ago
  47. ba53516 Merge "Include PSTATE in tombstones on arm64." by Treehugger Robot · 6 years ago
  48. bb2f941 Include PSTATE in tombstones on arm64. by Peter Collingbourne · 6 years ago
  49. 8a24311 unwindstack: fix dangling pointer in LocalUpdatableMaps. by Josh Gao · 6 years ago
  50. cf8a5b0 Fix build with new googletest by Haibo Huang · 6 years ago
  51. 4ca98e1 Fix potential bad info in eh_frame_hdr. by Christopher Ferris · 6 years ago
  52. 5838e53 Fix handling of PT_GNU_EH_FRAME. by Christopher Ferris · 6 years ago
  53. 07bef8f Add document of changes between Android versions. by Christopher Ferris · 6 years ago
  54. baf058b Replace MOCK_METHODN with MOCK_METHOD macro. by Christopher Ferris · 6 years ago
  55. 58ee7e3 Merge "Continue without DEX support if libdexfile_external.so fails to load." by Martin Stjernholm · 6 years ago
  56. 9062bb4 Continue without DEX support if libdexfile_external.so fails to load. by Martin Stjernholm · 6 years ago
  57. 819f131 Handle when bias is different in elf headers. by Christopher Ferris · 6 years ago
  58. 6c8ac56 Fix static GetLoadBias function. by Christopher Ferris · 6 years ago
  59. 922eecc Further document MapInfo::elf_offset. by Florian Mayer · 6 years ago
  60. f1932fd Fix LocalUpdatableMaps by David Srbecky · 6 years ago
  61. 7aba514 Add test mapping to run the libunwind tests. by Christopher Ferris · 6 years ago
  62. 7138232 Add test of undefined return address. by Christopher Ferris · 6 years ago
  63. d128dcc Fix unwind_reg_info tool. by Christopher Ferris · 6 years ago
  64. 604ccb1 Merge "Move to isolated testing." by Christopher Ferris · 6 years ago
  65. ea8e7d1 Move to isolated testing. by Christopher Ferris · 6 years ago
  66. a74aae8 Move to the libc++ demangler. by Christopher Ferris · 6 years ago
  67. 249c90f Fix missing load bias. by Florian Mayer · 7 years ago
  68. 7e21eba Switch case to suite to follow new gtest naming. by Christopher Ferris · 7 years ago
  69. d1d973b Fix potential race condition. by Christopher Ferris · 7 years ago
  70. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 7 years ago
  71. d49499d Set elf_start_offset for invalid elf maps. by Christopher Ferris · 7 years ago
  72. a4bdb98 Display offsets for dex frames. by Christopher Ferris · 7 years ago
  73. 98aaf4c Ignore memory from elf on /memfd: by Christopher Ferris · 7 years ago
  74. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 7 years ago
  75. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 7 years ago
  76. b626177 Merge "Revert "Check for data races when reading JIT/DEX entries."" by Treehugger Robot · 7 years ago
  77. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 7 years ago
  78. 1760b45 Fix off by one reading build id. by Christopher Ferris · 7 years ago
  79. 59c70a5 Merge "Check for data races when reading JIT/DEX entries." by David Srbecky · 7 years ago
  80. c312c9a Add minimal support for Dwarf 5. by Christopher Ferris · 7 years ago
  81. 22d8e8e Remove sequential search from DwarfEhFrameWithHdr. by Christopher Ferris · 7 years ago
  82. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 8 years ago
  83. 7813345 Add BuildId to frame information. by Christopher Ferris · 7 years ago
  84. 02a6c44 Add support for displaying soname in an apk. by Christopher Ferris · 7 years ago
  85. 86f2d9d Fix missing offset for apk. by Christopher Ferris · 7 years ago
  86. 6e96f68 Add missing override keyword by Casey Dahlin · 7 years ago
  87. 0e11385 Add unistd.h to includes in Regs.h by Casey Dahlin · 7 years ago
  88. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 7 years ago
  89. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 7 years ago
  90. f31c709 procinfo: Read inode number from /proc/<pid>/maps by Sandeep Patil · 7 years ago
  91. ce34d62 Avoid signed extension of chars for build ids. by Christopher Ferris · 7 years ago
  92. f835ba6 Merge "Fix bug in unwind_info display of exidx frame." by Christopher Ferris · 7 years ago
  93. 9f5e997 Merge "Allow to move frames out of Unwinder." by Treehugger Robot · 7 years ago
  94. 7010ecb Fix bug in unwind_info display of exidx frame. by Christopher Ferris · 7 years ago
  95. 1c993b7 Allow to move frames out of Unwinder. by Florian Mayer · 7 years ago
  96. 49047d7 Merge "Add GetPrintableBuildID()." by Christopher Ferris · 7 years ago
  97. ed7ca8b Merge "Add a few leak check tests." by Christopher Ferris · 7 years ago
  98. b1c9c20 Add GetPrintableBuildID(). by Christopher Ferris · 7 years ago
  99. e1f7a63 Add a few leak check tests. by Christopher Ferris · 7 years ago
  100. 8306597 Merge "Fix crash in libunwindstack." by Treehugger Robot · 7 years ago