kicad/thirdparty/sentry-native/external/libunwindstack-ndk
Marek Roszko d6d25c030e add sentry-native files missed in earlier commit 2023-12-18 22:10:40 -05:00
..
.github/workflows
android-base
cmake
compat
include add sentry-native files missed in earlier commit 2023-12-18 22:10:40 -05:00
procinfo
.gitignore
ArmExidx.cpp
ArmExidx.h
AsmGetRegsX86.S
AsmGetRegsX86_64.S
Check.h
Demangle.cpp add sentry-native files missed in earlier commit 2023-12-18 22:10:40 -05: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 update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
Elf.cpp sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
ElfInterface.cpp sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
ElfInterfaceArm.cpp
ElfInterfaceArm.h sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
Global.cpp
GlobalDebugImpl.h sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
JitDebug.cpp
LICENSE
LogAndroid.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
LogStdout.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
MapInfo.cpp
Maps.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
Memory.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
MemoryBuffer.h
MemoryCache.h
MemoryFileAtOffset.h
MemoryLocal.h
MemoryMte.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
MemoryOffline.h
MemoryOfflineBuffer.h
MemoryRange.h
MemoryRemote.h
OWNERS
README.md
Regs.cpp sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
RegsArm.cpp
RegsArm64.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
RegsInfo.h
RegsX86.cpp
RegsX86_64.cpp
Symbols.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
Symbols.h update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
ThreadEntry.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
ThreadEntry.h update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
ThreadUnwinder.cpp update sentry-native to 0.6.0 2023-02-15 21:08:22 -05:00
Unwinder.cpp sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00
unistdfix.h

README.md

libunwindstack-ndk

This repository contains a patched version of libunwindstack to build for NDK. It's originally based on the work of ivanarh (libunwindstack-ndk), but now tracks the changes of upstream(https://android.googlesource.com/platform/system/unwinding)..

Because not everything builds on android or is no longer useful (MIPS support, GNU debug info for symbolication) we removed it from the codebase.