android_system_core/libunwindstack
Christopher Ferris 02a6c448c3 Add support for displaying soname in an apk.
Changes:
- Change GetSoname to always returns a std::string.
- Added new unit tests for the soname printing.
- Modify the GetElf() function to save the same elf when we see rosegment
  linkers that split the read-only and read-write across a map. This
  avoids creating multiple elf objects for each map.
- Fixed a few offline unwind tests.

Bug: 29218999

Test: Unit tests pass.
Change-Id: Iad7c38b5c2957a8c5fd4ba94ebec335bafcad57d
2019-03-13 17:07:46 -07:00
..
benchmarks Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
include/unwindstack Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
tests Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
tools Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
.clang-format
Android.bp Fix missing offset for apk. 2019-03-12 16:00:55 -07:00
ArmExidx.cpp
ArmExidx.h
AsmGetRegsMips.S
AsmGetRegsMips64.S
AsmGetRegsX86.S
AsmGetRegsX86_64.S
Check.h
DexFile.cpp Some minor updates in the libdexfile external API. 2019-01-09 23:25:25 +00:00
DexFile.h Some minor updates in the libdexfile external API. 2019-01-09 23:25:25 +00:00
DexFiles.cpp Revert^2 "Use libdexfile external API in libunwindstack." 2018-12-19 21:04:35 +00:00
DwarfCfa.cpp Move DwarfCfaInfo::kTable from data.rel.ro to rodata 2018-12-14 06:03:09 -08:00
DwarfCfa.h Move DwarfCfaInfo::kTable from data.rel.ro to rodata 2018-12-14 06:03:09 -08:00
DwarfDebugFrame.h
DwarfEhFrame.h
DwarfEhFrameWithHdr.cpp
DwarfEhFrameWithHdr.h
DwarfEncoding.h
DwarfMemory.cpp Remove CHECK in AdjustEncodedValue. 2018-12-20 08:40:58 -08:00
DwarfOp.cpp libunwindstack: Move DwarfOp callback table to rodata section 2019-01-24 11:11:15 -08:00
DwarfOp.h libunwindstack: Move DwarfOp callback table to rodata section 2019-01-24 11:11:15 -08:00
DwarfSection.cpp
Elf.cpp Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
ElfInterface.cpp Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
ElfInterfaceArm.cpp
ElfInterfaceArm.h
Global.cpp Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
JitDebug.cpp
LocalUnwinder.cpp
Log.cpp
MapInfo.cpp Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00
Maps.cpp Fix copy / move behaviour of Maps object. 2019-03-05 13:05:36 +00:00
Memory.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
OWNERS
Regs.cpp
RegsArm.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsArm64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsInfo.h
RegsMips.cpp Fix usage of Read instead of ReadFully. 2019-01-15 19:10:49 -08:00
RegsMips64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
RegsX86.cpp
RegsX86_64.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
Symbols.cpp Add missing includes. 2018-12-06 10:09:20 -08:00
Symbols.h
Unwinder.cpp Add support for displaying soname in an apk. 2019-03-13 17:07:46 -07:00