android_system_core/libunwindstack
Mitch Phillips b9c072c551 Move PC-only unwind frame generation to libunwindstack.
GWP-ASan uses frame-pointer based unwinding internally on
allocation/deallocation to collect stack traces that are used when
crashes are reported.

This should be generic, so pull it out into libunwindstack so it can be
used by MTE as well.

Bug: 152412331
Test: atest debuggerd_test
Change-Id: I27b32263aac63446f5fe398af108676b70cd3971
2020-03-26 13:39:05 -07:00
..
benchmarks
include/unwindstack Move PC-only unwind frame generation to libunwindstack. 2020-03-26 13:39:05 -07:00
tests Merge "Fix memory leak of DexFile handle after release" 2020-03-23 18:20:00 +00:00
tools
.clang-format
Android.bp Remove use of static libdexfile to avoid linking in ART internal code. 2020-03-19 22:23:54 +00:00
AndroidVersions.md
ArmExidx.cpp
ArmExidx.h
AsmGetRegsX86.S
AsmGetRegsX86_64.S
Check.h
DexFile.cpp Fix memory leak of DexFile handle after release 2020-03-20 16:46:11 -07:00
DexFile.h Fix memory leak of DexFile handle after release 2020-03-20 16:46:11 -07:00
DexFiles.cpp
DwarfCfa.cpp
DwarfCfa.h
DwarfDebugFrame.h
DwarfEhFrame.h
DwarfEhFrameWithHdr.cpp
DwarfEhFrameWithHdr.h
DwarfEncoding.h
DwarfMemory.cpp
DwarfOp.cpp
DwarfOp.h
DwarfSection.cpp
Elf.cpp
ElfInterface.cpp
ElfInterfaceArm.cpp
ElfInterfaceArm.h
Global.cpp
JitDebug.cpp
LocalUnwinder.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
Log.cpp
MapInfo.cpp
Maps.cpp
Memory.cpp
MemoryBuffer.h
MemoryCache.h
MemoryFileAtOffset.h
MemoryLocal.h
MemoryOffline.h
MemoryOfflineBuffer.h
MemoryRange.h
MemoryRemote.h
OWNERS
Regs.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsArm.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsArm64.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsInfo.h
RegsMips.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsMips64.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsX86.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
RegsX86_64.cpp Make GetPcAdjustment a free function. 2020-03-19 17:51:20 -07:00
Symbols.cpp
Symbols.h
TEST_MAPPING
Unwinder.cpp Move PC-only unwind frame generation to libunwindstack. 2020-03-26 13:39:05 -07:00