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