Skip to content

Commit

Permalink
chore: update libunwindstack-ndk submodule
Browse files Browse the repository at this point in the history
synced with commit
235e2604e2fa3c1f8f7a68c5e285f9622e741e64

of upstream repo:
https://android.googlesource.com/platform/system/unwinding

here:
getsentry/libunwindstack-ndk#6
  • Loading branch information
supervacuus committed Oct 6, 2022
1 parent b1fbfe2 commit 1171494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libunwindstack-ndk
Submodule libunwindstack-ndk updated 87 files
+42 −41 ArmExidx.cpp
+1 −3 ArmExidx.h
+5 −8 Check.h
+0 −146 DexFile.cpp
+0 −71 DexFile.h
+18 −160 DexFiles.cpp
+61 −53 DwarfCfa.cpp
+29 −32 DwarfCfa.h
+1 −4 DwarfDebugFrame.h
+1 −4 DwarfEhFrame.h
+1 −4 DwarfEhFrameWithHdr.h
+1 −4 DwarfEncoding.h
+5 −6 DwarfOp.cpp
+1 −4 DwarfOp.h
+101 −110 DwarfSection.cpp
+85 −54 Elf.cpp
+24 −77 ElfInterface.cpp
+1 −1 ElfInterfaceArm.cpp
+2 −5 ElfInterfaceArm.h
+10 −8 Global.cpp
+434 −0 GlobalDebugImpl.h
+14 −192 JitDebug.cpp
+0 −147 LocalUnwinder.cpp
+25 −14 LogAndroid.cpp
+69 −0 LogStdout.cpp
+226 −141 MapInfo.cpp
+105 −63 Maps.cpp
+253 −173 Memory.cpp
+7 −7 MemoryBuffer.h
+55 −14 MemoryCache.h
+3 −4 MemoryFileAtOffset.h
+1 −6 MemoryLocal.h
+10 −0 MemoryMte.cpp
+3 −4 MemoryOffline.h
+1 −4 MemoryOfflineBuffer.h
+2 −5 MemoryRange.h
+1 −4 MemoryRemote.h
+1 −1 README.md
+51 −4 Regs.cpp
+15 −4 RegsArm64.cpp
+1 −4 RegsInfo.h
+57 −22 Symbols.cpp
+11 −8 Symbols.h
+2 −2 ThreadEntry.cpp
+1 −4 ThreadEntry.h
+16 −9 ThreadUnwinder.cpp
+89 −97 Unwinder.cpp
+3 −4 cmake/CMakeLists.txt
+42 −0 include/GlobalDebugInterface.h
+161 −0 include/unwindstack/AndroidUnwinder.h
+1 −4 include/unwindstack/Arch.h
+7 −49 include/unwindstack/DexFiles.h
+1 −4 include/unwindstack/DwarfError.h
+1 −5 include/unwindstack/DwarfLocation.h
+1 −4 include/unwindstack/DwarfMemory.h
+18 −15 include/unwindstack/DwarfSection.h
+1 −4 include/unwindstack/DwarfStructs.h
+18 −9 include/unwindstack/Elf.h
+10 −7 include/unwindstack/ElfInterface.h
+14 −4 include/unwindstack/Error.h
+2 −5 include/unwindstack/Global.h
+7 −41 include/unwindstack/JitDebug.h
+0 −86 include/unwindstack/LocalUnwinder.h
+14 −7 include/unwindstack/Log.h
+1 −4 include/unwindstack/MachineArm.h
+1 −4 include/unwindstack/MachineArm64.h
+1 −4 include/unwindstack/MachineX86.h
+1 −4 include/unwindstack/MachineX86_64.h
+167 −66 include/unwindstack/MapInfo.h
+17 −14 include/unwindstack/Maps.h
+10 −6 include/unwindstack/Memory.h
+6 −5 include/unwindstack/Regs.h
+1 −4 include/unwindstack/RegsArm.h
+3 −4 include/unwindstack/RegsArm64.h
+1 −5 include/unwindstack/RegsGetLocal.h
+1 −4 include/unwindstack/RegsX86.h
+1 −4 include/unwindstack/RegsX86_64.h
+74 −0 include/unwindstack/SharedString.h
+1 −4 include/unwindstack/UcontextArm.h
+1 −4 include/unwindstack/UcontextArm64.h
+1 −4 include/unwindstack/UcontextX86.h
+1 −4 include/unwindstack/UcontextX86_64.h
+28 −37 include/unwindstack/Unwinder.h
+1 −4 include/unwindstack/UserArm.h
+1 −4 include/unwindstack/UserArm64.h
+1 −4 include/unwindstack/UserX86.h
+1 −4 include/unwindstack/UserX86_64.h

0 comments on commit 1171494

Please sign in to comment.