1. 9492cfe Merge "Fix crash in libunwindstack." by Treehugger Robot · 7 years ago
  2. a6c1f6f Fix crash in libunwindstack. by Florian Mayer · 7 years ago
  3. fc4b923 libunwindstack: Move DwarfOp callback table to rodata section by Vic Yang · 7 years ago
  4. bfeef15 Fix memory leak in UnwinderFromPid object. by Christopher Ferris · 7 years ago
  5. 8a704a2 Merge "Fix flaky signal tests." by Christopher Ferris · 7 years ago
  6. e979dff Remove unused jit_debug unique_ptr. by Florian Mayer · 7 years ago
  7. 35217eb Fix flaky signal tests. by Christopher Ferris · 7 years ago
  8. 63838a5 Add caching of build id in MapInfo object. by Christopher Ferris · 7 years ago
  9. 23667e9 Add support for UnwinderFromPid object. by Christopher Ferris · 7 years ago
  10. 1285718 Fix usage of Read instead of ReadFully. by Christopher Ferris · 7 years ago
  11. 5735459 Remove dependency on libdexfile internal header. by Martin Stjernholm · 7 years ago
  12. 31b71bc Some minor updates in the libdexfile external API. by Martin Stjernholm · 7 years ago
  13. e496d97 Merge "Remove CHECK in AdjustEncodedValue." by Christopher Ferris · 7 years ago
  14. bc9bf36 Merge "Move DwarfCfaInfo::kTable from data.rel.ro to rodata" by Treehugger Robot · 7 years ago
  15. 03733c2 Remove CHECK in AdjustEncodedValue. by Christopher Ferris · 7 years ago
  16. f0dc47b Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  17. 7f2a852 Merge "Fix offsets when shared lib split across maps." by Treehugger Robot · 7 years ago
  18. 35dee3f Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  19. 0ec2d98 Fix offsets when shared lib split across maps. by Christopher Ferris · 7 years ago
  20. 38cc518 Move DwarfCfaInfo::kTable from data.rel.ro to rodata by Vic Yang · 7 years ago
  21. 794782b Merge "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  22. 2d9b6c9 Do not remove speculative frames in all cases. by Christopher Ferris · 7 years ago
  23. 992b9d4 Use libdexfile external API in libunwindstack. by Martin Stjernholm · 7 years ago
  24. 0b190c5 Merge "Fix handling of ro segments for embedded libs." by Christopher Ferris · 7 years ago
  25. 0607acb Fix handling of ro segments for embedded libs. by Christopher Ferris · 7 years ago
  26. d888bb3 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  27. 809a425 Add missing includes. by Florian Mayer · 7 years ago
  28. 1d28a11 Merge "Read .note.gnu.build-id." by Florian Mayer · 7 years ago
  29. 792ecbe Read .note.gnu.build-id. by Florian Mayer · 7 years ago
  30. 27b7d85 Add support for caching small reads. by Christopher Ferris · 7 years ago
  31. 83fba34 Remove overly restrictive check for memory. by Christopher Ferris · 7 years ago
  32. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  33. dc9a193 Verify that the elf matches the expected arch. by Christopher Ferris · 7 years ago
  34. 9a3edcb Merge "Fix off by one error." by Treehugger Robot · 7 years ago
  35. 91ae04f Always init gnu_debugdata interface if it exists. by Christopher Ferris · 7 years ago
  36. 14048e2 Fix off by one error. by Florian Mayer · 7 years ago
  37. 916b6aa Fix which maps to search for globals. by Christopher Ferris · 7 years ago
  38. 35afc9d Merge "Fix up the definition of Elf::GetInfo." by Christopher Ferris · 7 years ago
  39. 11ec23b Fix problem adding too many frames. by Christopher Ferris · 7 years ago
  40. 221401f Fix up the definition of Elf::GetInfo. by Christopher Ferris · 7 years ago
  41. ff78ea8 Fix handling of globals for new linker. by Christopher Ferris · 7 years ago
  42. daf4d55 Implement support for linker rosegment option. by Christopher Ferris · 7 years ago
  43. e70c182 Fix implicit fall through switch cases. by Christopher Ferris · 7 years ago
  44. 4d1d0f9 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  45. 5887df8 Merge "Allow to get raw register data on all platforms." by Florian Mayer · 7 years ago
  46. c1e77c6 Move to using ClassAccessor by Mathieu Chartier · 7 years ago
  47. aa3acca Allow to get raw register data on all platforms. by Florian Mayer · 7 years ago
  48. c541f04 Be permissive about badly formed elf files. by Christopher Ferris · 7 years ago
  49. 9d158c2 Fix incorrect left shifts. by Christopher Ferris · 7 years ago
  50. 860ee28 Create lookup table of DEX symbols. by David Srbecky · 7 years ago
  51. e692a76 Remove Memory::ReadField. by Christopher Ferris · 7 years ago
  52. ba00265 Move libbacktrace off cutils. by Elliott Hughes · 7 years ago
  53. c976a64 Refactor the DwarfSection classes. by Christopher Ferris · 7 years ago
  54. d6b0281 Fix ARM program header values used for exidx. by Christopher Ferris · 7 years ago
  55. b571aaa Fix handling of load bias values. by Christopher Ferris · 7 years ago
  56. e0b849b Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT. by Elliott Hughes · 7 years ago
  57. f78efb4 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  58. 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
  59. 768f8d4 Add a specialized LocalUnwinder object. by Christopher Ferris · 7 years ago
  60. 9f5a5eb Merge "Libunwindstack: Add -O0 to tools defaults on host" by Treehugger Robot · 7 years ago
  61. db14cd0 Fix error messages handling. by Christopher Ferris · 7 years ago
  62. b516fb3 Libunwindstack: Add -O0 to tools defaults on host by Andreas Gampe · 7 years ago
  63. a1cef83 Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  64. 78daad6 libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  65. fa01056 Match LZMA SDK 18.05 API. by Sen Jiang · 7 years ago
  66. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  67. 6f34bf4 libunwindstack: add Regs::Clone. by Josh Gao · 7 years ago
  68. 3267601 Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  69. b62fb6f Merge "Cache DWARF location rules for a given pc." by Christopher Ferris · 7 years ago
  70. 27414c1 Cache DWARF location rules for a given pc. by David Srbecky · 7 years ago
  71. 7892d96 Fix null pointer dereference in RegsArm. by Christopher Ferris · 7 years ago
  72. 90aafe3 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  73. b6aabe1 Merge "Always set the sp reg to the cfa for DWARF." by Christopher Ferris · 7 years ago
  74. 7a9d3c7 Merge "Don't include map name if the consumer doesn't want names." by David Srbecky · 7 years ago
  75. e61acf3 Don't include map name if the consumer doesn't want names. by David Srbecky · 7 years ago
  76. 5f45922 Always set the sp reg to the cfa for DWARF. by Yabin Cui · 7 years ago
  77. 2af1686 Handle ARM thumb function symbols. by Christopher Ferris · 7 years ago
  78. d023aed Merge "Remove libunwindstack_dex" by David Srbecky · 7 years ago
  79. ee56ce6 Remove libunwindstack_dex by David Srbecky · 7 years ago
  80. 459dd6d Don't implicitly dereference DW_CFA_def_cfa_expression. by David Srbecky · 7 years ago
  81. ca891f4 Remove leftover commented out code. by Christopher Ferris · 7 years ago
  82. 2947597 Merge "Adjust DEX file reading to follow layout changes in ART." by David Srbecky · 7 years ago
  83. cb1c04a Change the GetAdjustedRelPc to GetPcAdjustment. by Christopher Ferris · 7 years ago
  84. d761977 Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  85. 386ebe6 Merge "bpfmt." by Treehugger Robot · 7 years ago
  86. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  87. a6714c4 Modify elf cache to handle elf_offsets properly. by Christopher Ferris · 7 years ago
  88. 92f5b96 Adjust DEX file reading to follow layout changes in ART. by David Srbecky · 7 years ago
  89. 8537925 Fix soname reading code. by Christopher Ferris · 7 years ago
  90. a9889aa Move libdexfile out of runtime by David Sehr · 7 years ago
  91. 464626e Implement new DEX PC lookup scheme. by Christopher Ferris · 7 years ago
  92. f1dfbcd Fix computation of pc. by Christopher Ferris · 7 years ago
  93. 2a49d59 Merge "Fix off by 4 error handling eh_frame hdr." by Christopher Ferris · 7 years ago
  94. 7267ebe Clear dex pc to avoid duplicate frames. by Christopher Ferris · 7 years ago
  95. 2af0f61 Fix off by 4 error handling eh_frame hdr. by Christopher Ferris · 7 years ago
  96. 9e4ee8b Expose per arch headers. by Christopher Ferris · 7 years ago
  97. 1a43afc Remove dependency on -no_art variant by David Sehr · 7 years ago
  98. 651c269 Check that dex pc is in a valid map. by Christopher Ferris · 7 years ago
  99. fb86db2 Merge "Fix in-memory loading of cdex files with shared data." by David Srbecky · 7 years ago
  100. f63f3ae Small test clean up. by Christopher Ferris · 7 years ago