platform_system_core/libunwindstack
Christopher Ferris 9e484bdb4a Fix another set of bugs.
- The pc read from the eh frame binary table of pc/fde offset is off by 4.
  I verified that on arm/arm64/x86/x86_64 the pc in this table matches
  the fde pc_start value. I did this by adding an error if this occurred
  and ran unwind_info over everything in system/lib, system/lib64, system/bin.
- Fixed unit tests for the above change.
- Fix a small bug in the processing encoded values. The high
  bit of the encoding should be masked off, but I wasn't doing that. That
  meant during processing of the fde, I was incorrectly returning
  an error because the encoded value was unknown.
- Added a new test for this encoding change.

Bug: 23762183

Test: Build and all unit tests pass. Also, see above comments.
Change-Id: If074a410a1726392274cd72c64470ca0be48e0db
2017-08-10 17:37:32 -07:00
..
include/unwindstack Small clean ups 2017-08-09 14:22:12 -07:00
tests Fix another set of bugs. 2017-08-10 17:37:32 -07:00
tools Make the library usable as a library. 2017-07-14 12:20:23 -07:00
.clang-format Use the 2 space clang format for libunwindstack. 2017-03-21 10:41:45 -07:00
Android.bp Add support for the new unwind method. 2017-08-03 10:15:44 -07:00
ArmExidx.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ArmExidx.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
AsmGetRegsX86.S Add full support for initing registers. 2017-07-11 12:15:54 -07:00
AsmGetRegsX86_64.S Add full support for initing registers. 2017-07-11 12:15:54 -07:00
Check.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfCfa.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfCfa.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfDebugFrame.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfDebugFrame.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfEhFrame.cpp Fix another set of bugs. 2017-08-10 17:37:32 -07:00
DwarfEhFrame.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfEncoding.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfError.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfMemory.cpp Fix another set of bugs. 2017-08-10 17:37:32 -07:00
DwarfOp.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfOp.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
DwarfSection.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Elf.cpp Speed up StepIfSignalHandler path. 2017-07-19 21:35:46 +00:00
ElfInterface.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfInterfaceArm.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
ElfInterfaceArm.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Log.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Machine.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
MapInfo.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Maps.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Memory.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Regs.cpp Speed up StepIfSignalHandler path. 2017-07-19 21:35:46 +00:00
Symbols.cpp Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Symbols.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00
Ucontext.h Add signal handling to the register object. 2017-07-18 17:27:48 -07:00
User.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00