platform_system_core/libunwindstack/include/unwindstack
Christopher Ferris e7b6624c3f Fix issues in libunwindstack.
- Add a load_bias field in MapInfo so that it can be loaded offline,
  and also so it can be cached.
- Add an Add function to the Maps class so that it's possible to manually
  create a map.
- Remove the OfflineMaps class since I haven't found a reason for this to
  exist.
- Add a pointer to the gnu debugdata compressed section in the interface
  itself and modify the step path to try eh_frame, then debug_frame, then
  gnu_debugdata. This way arm can add exidx as the last step behind
  gnu_debugdata. Add an offline test to verify the order of unwind.
- Fix x86_64_ucontext_t since it was a different size on 32 bit and 64 bit
  systems.

Test: Pass new unit tests.
Change-Id: I978b70d6c244bd307c62a29886d24c1a8cb2af23
2017-12-15 11:17:45 -08:00
..
DwarfLocation.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfMemory.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfSection.h Add support for only a .eh_frame. 2017-11-07 13:22:39 -08:00
DwarfStructs.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Elf.h Add libunwindstack support for Mips and Mips64 2017-12-11 15:44:40 +01:00
ElfInterface.h Fix issues in libunwindstack. 2017-12-15 11:17:45 -08:00
Log.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MapInfo.h Fix issues in libunwindstack. 2017-12-15 11:17:45 -08:00
Maps.h Fix issues in libunwindstack. 2017-12-15 11:17:45 -08:00
Memory.h Add method to detect remote read function to use. 2017-12-07 19:00:00 -08:00
Regs.h Do not check arch for format check. 2017-12-08 15:44:14 -08:00
RegsArm.h Split arch data into separate files. 2017-12-06 16:01:40 -08:00
RegsArm64.h Split arch data into separate files. 2017-12-06 16:01:40 -08:00
RegsGetLocal.h Add libunwindstack support for Mips and Mips64 2017-12-11 15:44:40 +01:00
RegsMips.h Add libunwindstack support for Mips and Mips64 2017-12-11 15:44:40 +01:00
RegsMips64.h Add libunwindstack support for Mips and Mips64 2017-12-11 15:44:40 +01:00
RegsX86.h Split arch data into separate files. 2017-12-06 16:01:40 -08:00
RegsX86_64.h Split arch data into separate files. 2017-12-06 16:01:40 -08:00
Unwinder.h Fix incorrect usage of relative pcs. 2017-11-29 16:10:08 -08:00