1. cec90ea Merge "Optimize Memory::ReadString" by Christopher Ferris · 5 years ago
  2. a17c2b6 Optimize Memory::ReadString by David Srbecky · 5 years ago
  3. c71e0a6 libunwindstack: Add Memory::ReadTag() function for reading memory tags. by Peter Collingbourne · 5 years ago
  4. 273d3f0 Avoid re-mapping dex file that's in local memory. by Sim Sun · 5 years ago
  5. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 5 years ago
  6. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 5 years ago
  7. 49e6ee9 Remove mips build. by Elliott Hughes · 5 years ago
  8. 0f40a05 Properly handle empty map after read-only map. by Christopher Ferris · 6 years ago
  9. f0c82e7 Use elf offset in signal step check. by Christopher Ferris · 6 years ago
  10. df683b7 Fix support finding global variables. by Christopher Ferris · 6 years ago
  11. 456df69 Move the dexfile support to implementation. by Christopher Ferris · 6 years ago
  12. ba53516 Merge "Include PSTATE in tombstones on arm64." by Treehugger Robot · 6 years ago
  13. bb2f941 Include PSTATE in tombstones on arm64. by Peter Collingbourne · 6 years ago
  14. 4ca98e1 Fix potential bad info in eh_frame_hdr. by Christopher Ferris · 6 years ago
  15. 819f131 Handle when bias is different in elf headers. by Christopher Ferris · 6 years ago
  16. 922eecc Further document MapInfo::elf_offset. by Florian Mayer · 6 years ago
  17. f1932fd Fix LocalUpdatableMaps by David Srbecky · 6 years ago
  18. 7138232 Add test of undefined return address. by Christopher Ferris · 6 years ago
  19. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 6 years ago
  20. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  21. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 6 years ago
  22. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  23. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  24. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  25. 02a6c44 Add support for displaying soname in an apk. by Christopher Ferris · 6 years ago
  26. 6e96f68 Add missing override keyword by Casey Dahlin · 6 years ago
  27. 0e11385 Add unistd.h to includes in Regs.h by Casey Dahlin · 6 years ago
  28. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  29. 9f5e997 Merge "Allow to move frames out of Unwinder." by Treehugger Robot · 7 years ago
  30. 1c993b7 Allow to move frames out of Unwinder. by Florian Mayer · 7 years ago
  31. b1c9c20 Add GetPrintableBuildID(). by Christopher Ferris · 7 years ago
  32. 4aec66e Fix memory leak in UnwinderFromPid object. by Christopher Ferris · 7 years ago
  33. bf373ed Add caching of build id in MapInfo object. by Christopher Ferris · 7 years ago
  34. eb0772f Add support for UnwinderFromPid object. by Christopher Ferris · 7 years ago
  35. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  36. 1baa19b Merge "Fix offsets when shared lib split across maps." by Treehugger Robot · 7 years ago
  37. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  38. a09c4a6 Fix offsets when shared lib split across maps. by Christopher Ferris · 7 years ago
  39. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 7 years ago
  40. 01040b1 Fix handling of ro segments for embedded libs. by Christopher Ferris · 7 years ago
  41. a5913bd Merge "Read .note.gnu.build-id." by Florian Mayer · 7 years ago
  42. da459e5 Read .note.gnu.build-id. by Florian Mayer · 7 years ago
  43. ef64010 Add support for caching small reads. by Christopher Ferris · 7 years ago
  44. 4568f4b Verify that the elf matches the expected arch. by Christopher Ferris · 7 years ago
  45. e8c4ecf Always init gnu_debugdata interface if it exists. by Christopher Ferris · 7 years ago
  46. 56d0e07 Fix which maps to search for globals. by Christopher Ferris · 7 years ago
  47. a2f38f1 Fix up the definition of Elf::GetInfo. by Christopher Ferris · 7 years ago
  48. 9d5712c Implement support for linker rosegment option. by Christopher Ferris · 7 years ago
  49. 932247e Allow to get raw register data on all platforms. by Florian Mayer · 7 years ago
  50. 5acf069 Be permissive about badly formed elf files. by Christopher Ferris · 7 years ago
  51. 5afddb0 Remove Memory::ReadField. by Christopher Ferris · 7 years ago
  52. 92acaac Refactor the DwarfSection classes. by Christopher Ferris · 7 years ago
  53. f882a38 Fix ARM program header values used for exidx. by Christopher Ferris · 7 years ago
  54. 4cc36d2 Fix handling of load bias values. by Christopher Ferris · 7 years ago
  55. ca9a54b Add a specialized LocalUnwinder object. by Christopher Ferris · 7 years ago
  56. 239425b Fix bug when doing signal handler lookup. by Christopher Ferris · 7 years ago
  57. 3841acc libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  58. 2f37a15 libunwindstack: add Regs::Clone. by Josh Gao · 7 years ago
  59. 6633b0c Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  60. 3386eba Cache DWARF location rules for a given pc. by David Srbecky · 7 years ago
  61. d5b22c5 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  62. 11e96fe Always set the sp reg to the cfa for DWARF. by Yabin Cui · 7 years ago
  63. a2ec50b Change the GetAdjustedRelPc to GetPcAdjustment. by Christopher Ferris · 7 years ago
  64. e4b3a6a Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  65. d9575b6 Modify elf cache to handle elf_offsets properly. by Christopher Ferris · 7 years ago
  66. beae42b Fix soname reading code. by Christopher Ferris · 7 years ago
  67. 559c7f2 Implement new DEX PC lookup scheme. by Christopher Ferris · 7 years ago
  68. 5391416 Expose per arch headers. by Christopher Ferris · 7 years ago
  69. e762f1f Check that dex pc is in a valid map. by Christopher Ferris · 8 years ago
  70. 7747b60 Load dex files from ART-specific data structure. by Christopher Ferris · 8 years ago
  71. f9006ec Fix symbol resolution within a dex file. by David Srbecky · 8 years ago
  72. d70ea5e Move dex pc frame creation into libunwindstack. by Christopher Ferris · 8 years ago
  73. 0b79ae1 Add a global elf cache. by Christopher Ferris · 8 years ago
  74. 2fcf4cf Add error propagation into Unwinder/Elf objects. by Christopher Ferris · 8 years ago
  75. 98984b4 Add support for getting a dex pc. by Christopher Ferris · 8 years ago
  76. 150db12 Add ability to read jit gdb data. by Christopher Ferris · 8 years ago
  77. e7b6624 Fix issues in libunwindstack. by Christopher Ferris · 8 years ago
  78. 61b1a1a Add libunwindstack support for Mips and Mips64 by Douglas Leung · 8 years ago
  79. 02fdb56 Do not check arch for format check. by Christopher Ferris · 8 years ago
  80. e328673 Add method to detect remote read function to use. by Christopher Ferris · 8 years ago
  81. d06001d Split arch data into separate files. by Christopher Ferris · 8 years ago
  82. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 8 years ago
  83. b4fda18 Merge changes I53c2c560,I7d845ac5,I8b11d923 by Treehugger Robot · 8 years ago
  84. c3d79f7 Fix incorrect usage of relative pcs. by Christopher Ferris · 8 years ago
  85. be788d8 Allow multiple threads sharing a map to unwind. by Christopher Ferris · 8 years ago
  86. b837763 unwindstack: rename Memory::ReadPartially to Read. by Josh Gao · 8 years ago
  87. ef35aa5 unwindstack: rename Memory::Read to ReadFully. by Josh Gao · 8 years ago
  88. 29c5378 unwindstack: add Memory::ReadPartially. by Josh Gao · 8 years ago
  89. c9dee84 Add support for only a .eh_frame. by Christopher Ferris · 8 years ago
  90. 1cb84ce Add an interface for stopping in certain maps. by Christopher Ferris · 8 years ago
  91. 1c65e77 Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 8 years ago
  92. 6f580d8 libunwindstack: add method to iterate across registers. by Josh Gao · 8 years ago
  93. e69f470 Multiple bugfixes, small restructuring. by Christopher Ferris · 8 years ago
  94. f6f691b Update the Unwinder object and add tests. by Christopher Ferris · 8 years ago
  95. b9de87f Add a new unwind method on error. by Christopher Ferris · 8 years ago
  96. 5f11851 Add a method to share the process memory object. by Christopher Ferris · 8 years ago
  97. 3f805ac Add proper support for embedded elf files. by Christopher Ferris · 8 years ago
  98. 75a4098 Merge "libunwindstack: make machine type a property of Regs." by Treehugger Robot · 8 years ago
  99. 0953ecd libunwindstack: make machine type a property of Regs. by Josh Gao · 8 years ago
  100. 60521c7 Speed up map creation. by Christopher Ferris · 8 years ago