1. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  2. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  3. 86f2d9d Fix missing offset for apk. by Christopher Ferris · 6 years ago
  4. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 6 years ago
  5. e1f7a63 Add a few leak check tests. by Christopher Ferris · 6 years ago
  6. bf373ed Add caching of build id in MapInfo object. by Christopher Ferris · 6 years ago
  7. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 6 years ago
  8. 2677b80 Remove dependency on libdexfile internal header. by Martin Stjernholm · 6 years ago
  9. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  10. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  11. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 6 years ago
  12. 01040b1 Fix handling of ro segments for embedded libs. by Christopher Ferris · 6 years ago
  13. ef64010 Add support for caching small reads. by Christopher Ferris · 6 years ago
  14. 56d0e07 Fix which maps to search for globals. by Christopher Ferris · 6 years ago
  15. 9d5712c Implement support for linker rosegment option. by Christopher Ferris · 6 years ago
  16. 2786608 Fix incorrect left shifts. by Christopher Ferris · 6 years ago
  17. 4cc36d2 Fix handling of load bias values. by Christopher Ferris · 7 years ago
  18. f6d7594 Try to fix LocalUnwinderTest.unwind_after_dlopen in APCT. by Elliott Hughes · 7 years ago
  19. 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  20. a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
  21. ca9a54b Add a specialized LocalUnwinder object. by Christopher Ferris · 7 years ago
  22. 8ccbe42 Libunwindstack: Add -O0 to tools defaults on host by Andreas Gampe · 7 years ago
  23. 239425b Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  24. 3841acc libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  25. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  26. 6633b0c Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  27. d5b22c5 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  28. 11e96fe Always set the sp reg to the cfa for DWARF. by Yabin Cui · 7 years ago
  29. 18121dc Remove libunwindstack_dex by David Srbecky · 7 years ago
  30. dc699a2 bpfmt. by Elliott Hughes · 7 years ago
  31. 3a26c27 Move libdexfile out of runtime by David Sehr · 7 years ago
  32. e37e2d0 Fix off by 4 error handling eh_frame hdr. by Christopher Ferris · 7 years ago
  33. 5f5cb23 Small test clean up. by Christopher Ferris · 7 years ago
  34. 7747b60 Load dex files from ART-specific data structure. by Christopher Ferris · 7 years ago
  35. d70ea5e Move dex pc frame creation into libunwindstack. by Christopher Ferris · 7 years ago
  36. 0b79ae1 Add a global elf cache. by Christopher Ferris · 7 years ago
  37. 1a141a0 Small behavioral changes to the unwinder. by Christopher Ferris · 7 years ago
  38. ed37aca Find first non-zero jit debug entry. by Christopher Ferris · 7 years ago
  39. 150db12 Add ability to read jit gdb data. by Christopher Ferris · 7 years ago
  40. 3dfd2ae Add tool to save information from a process. by Christopher Ferris · 7 years ago
  41. 8b18000 Merge "unwindstack: add some perfunctory MemoryOffline tests." by Treehugger Robot · 7 years ago
  42. f4a94c4 unwindstack: add some perfunctory MemoryOffline tests. by Josh Gao · 7 years ago
  43. e7b6624 Fix issues in libunwindstack. by Christopher Ferris · 7 years ago
  44. 61b1a1a Add libunwindstack support for Mips and Mips64 by Douglas Leung · 7 years ago
  45. d06001d Split arch data into separate files. by Christopher Ferris · 7 years ago
  46. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 7 years ago
  47. c3d79f7 Fix incorrect usage of relative pcs. by Christopher Ferris · 7 years ago
  48. c9dee84 Add support for only a .eh_frame. by Christopher Ferris · 7 years ago
  49. e22701e libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  50. 6f580d8 libunwindstack: add method to iterate across registers. by Josh Gao · 7 years ago
  51. 9e6c11d Merge "Update the Unwinder object and add tests." by Christopher Ferris · 7 years ago
  52. f6f691b Update the Unwinder object and add tests. by Christopher Ferris · 7 years ago
  53. cd58088 Move host flags from linux -> host by Dan Willemsen · 7 years ago
  54. 1e45d53 Remove default libraries by Dan Willemsen · 7 years ago
  55. b9de87f Add a new unwind method on error. by Christopher Ferris · 7 years ago
  56. 0f04867 Enable libdemangle and libunwindstack on host bionic by Dan Willemsen · 7 years ago
  57. 18149b6 Merge "Add a method to share the process memory object." by Christopher Ferris · 7 years ago
  58. 5f11851 Add a method to share the process memory object. by Christopher Ferris · 7 years ago
  59. 73bd4f0 Add vndk tag for libunwindstack which must be a vndk-sp by Justin Yun · 7 years ago
  60. 6f3981c Add support for the new unwind method. by Christopher Ferris · 7 years ago
  61. 32766f1 Allow mips to build. by Christopher Ferris · 7 years ago
  62. eb4a6db Speed up StepIfSignalHandler path. by Christopher Ferris · 8 years ago
  63. d226a51 Make the library usable as a library. by Christopher Ferris · 8 years ago
  64. b5d7a87 Move tools to separate directory. by Christopher Ferris · 8 years ago
  65. f6d5431 A few cleanups. by Christopher Ferris · 8 years ago
  66. 3517fe0 Fix mips build. by Christopher Ferris · 8 years ago
  67. 2a25c4a Add full support for initing registers. by Christopher Ferris · 8 years ago
  68. 9744fb2 Add missing test files to compile. by Christopher Ferris · 8 years ago
  69. 570b76f Init .gnu_debugdata in GetElf(). by Christopher Ferris · 8 years ago
  70. 9416703 Remove assert, use CHECK instead. by Christopher Ferris · 8 years ago
  71. bfd6292 Fix mac build. by Christopher Ferris · 8 years ago
  72. bae69f1 Add .gnu_debugdata support. by Christopher Ferris · 8 years ago
  73. 61d4097 Add EH frame and debug frame support. by Christopher Ferris · 8 years ago
  74. 53a3c9b Add DwarfSection classes. by Christopher Ferris · 8 years ago
  75. 8642fcb Add the Dwarf CFA handling. by Christopher Ferris · 8 years ago
  76. 0d7cf3e Add function definitions for MapInfo. by Christopher Ferris · 8 years ago
  77. 09385e7 Implement maps parsing. by Christopher Ferris · 8 years ago
  78. e7ba4cc Add Symbols parsing. by Christopher Ferris · 8 years ago
  79. 55d22ef Add DwarfOp support. by Christopher Ferris · 8 years ago
  80. 72a6fa6 Add DwarfMemory class. by Christopher Ferris · 8 years ago
  81. 3958f80 Elf interface for new unwinder. by Christopher Ferris · 8 years ago
  82. 01d5037 Do not build any host targets on mac. by Christopher Ferris · 8 years ago
  83. 723cf9b New version of unwinder. by Christopher Ferris · 8 years ago