kicad/thirdparty/sentry-native/external/libunwindstack-ndk
Marek Roszko 0f13ab8065 Update sentry-native sdk to latest
There's a crash fix in sentry itself due to threading race
2023-01-27 23:54:20 -05:00
..
.github/workflows
android-base
cmake Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
compat
include Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
procinfo
.gitignore
ArmExidx.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ArmExidx.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
AsmGetRegsX86.S
AsmGetRegsX86_64.S
Check.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DexFiles.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfCfa.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfCfa.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfDebugFrame.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfEhFrame.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfEhFrameWithHdr.cpp
DwarfEhFrameWithHdr.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfEncoding.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfMemory.cpp
DwarfOp.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfOp.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
DwarfSection.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Elf.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ElfInterface.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ElfInterfaceArm.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ElfInterfaceArm.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Global.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
GlobalDebugImpl.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
JitDebug.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
LICENSE
LogAndroid.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
LogStdout.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MapInfo.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Maps.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Memory.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryBuffer.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryCache.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryFileAtOffset.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryLocal.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryMte.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryOffline.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryOfflineBuffer.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryRange.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
MemoryRemote.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
OWNERS
README.md Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Regs.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
RegsArm.cpp
RegsArm64.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
RegsInfo.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
RegsX86.cpp
RegsX86_64.cpp
Symbols.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Symbols.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ThreadEntry.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ThreadEntry.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
ThreadUnwinder.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
Unwinder.cpp Update sentry-native sdk to latest 2023-01-27 23:54:20 -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.