platform_system_core/libunwindstack
Christopher Ferris d226a51409 Make the library usable as a library.
- Add namespace unwindstack everywhere so that it's easier for other
  code to use the library.
- Move some of the header files into include/unwindstack so that they
  can be exposed.
- Modify the headers so that only a limited number need to be exposed.
- Update the tools to use the new headers.
- Add a GetLoadBias() call on the Elf object. This prevents the need
  to get the interface object out of the Elf object.
- Move the GetRelPc() call out of the Reg class, to the Elf class. It's
  not always the case that a Reg object will be around when you want to
  get a relative pc. The tests for this moved to ElfTest.cpp.

Bug: 23762183

Test: Unit tests pass.
Change-Id: Iac609dac1dd90ed83d1a1e24ff2579c96c023bc3
2017-07-14 12:20:23 -07:00
..
include/unwindstack Make the library usable as a library. 2017-07-14 12:20:23 -07:00
tests Make the library usable as a library. 2017-07-14 12:20:23 -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 Make the library usable as a library. 2017-07-14 12:20:23 -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 Make the library usable as a library. 2017-07-14 12:20:23 -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 Make the library usable as a library. 2017-07-14 12:20:23 -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 Make the library usable as a library. 2017-07-14 12:20:23 -07: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 Make the library usable as a library. 2017-07-14 12:20:23 -07: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 Make the library usable as a library. 2017-07-14 12:20:23 -07:00
User.h Make the library usable as a library. 2017-07-14 12:20:23 -07:00