summaryrefslogtreecommitdiff
path: root/libunwindstack/include
AgeCommit message (Expand)Author
2022-04-20Use #pragma once header guard.Christopher Ferris
2022-04-20Add the AndroidUnwinder objects.Christopher Ferris
2022-03-30Add RemoteGetArch function.Christopher Ferris
2022-03-14Remove elf_from_memory_not_file from unwinder.Christopher Ferris
2022-03-03Remove the LocalUnwinder object.Christopher Ferris
2022-02-11Add get initial regs to ThreadUnwinder.Christopher Ferris
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-11-19Merge "Add GetPrintableBuildID function to Elf object."Christopher Ferris
2021-11-19Add GetPrintableBuildID function to Elf object.Christopher Ferris
2021-11-16Fix Elf caching.Christopher Ferris
2021-11-04Remove the next_real_map and prev_real_map.Christopher Ferris
2021-10-28Maps contains shared_ptr MapInfo objects now.Christopher Ferris
2021-06-23Fix up the log system.Christopher Ferris
2021-06-14Allow process memory to be set on UnwindFromPid.Christopher Ferris
2021-05-13MapInfo: Lazy allocation of ELF-related fields.David Srbecky
2021-05-13MapInfo: Add set accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add get accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add "_" suffix to fields.David Srbecky
2021-05-12Merge "Detect if LocalUpdatableMaps::Reparse made any changes."Treehugger Robot
2021-05-12Detect if LocalUpdatableMaps::Reparse made any changes.David Srbecky
2021-05-11Merge "Skip memory caches in JitDebug interface"David Srbecky
2021-05-10Add SharedString constructor to MapInfoDavid Srbecky
2021-05-08Pass DexFile as shared_ptrDavid Srbecky
2021-05-08Skip memory caches in JitDebug interfaceDavid Srbecky
2021-04-23libunwindstack: try stripping PAC from pcTamas Zsoldos
2021-04-15Add a MemoryThreadCache object.Christopher Ferris
2021-04-12Fix libunwindstack build for strict clang flags.Florian Mayer
2021-03-31Allow Unwinder object to be used for local unwinds.Christopher Ferris
2021-03-30Implement random-access decompression for mini-debug-info.David Srbecky
2021-03-24Merge "Make MapInfo strings shared as well"David Srbecky
2021-03-24Merge "Simplify DexFile implementation."David Srbecky
2021-03-23Make MapInfo strings shared as wellDavid Srbecky
2021-03-23Simplify DexFile implementation.David Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2021-03-22Share code between JitDebug and DexFilesDavid Srbecky
2021-03-19Reduce FDE memory usage.David Srbecky
2021-03-18Merge "Remove the dwarf_loc_regs_t typedef."David Srbecky
2021-03-18Merge "Add ERROR_MAX to trace new error code."Yabin Cui
2021-03-17Simplify JitDebug implementation with templates.David Srbecky
2021-03-17Add ERROR_MAX to trace new error code.Yabin Cui
2021-03-17Remove the dwarf_loc_regs_t typedef.David Srbecky
2021-03-09Add method to get the address and size of the .text section.David Srbecky
2021-03-09Add helpers to create JitDebug and DexFiles.David Srbecky
2021-03-09Rename DexFile::GetMethodInformation to GetFunctionNameDavid Srbecky
2021-03-09Rename JitDebug::GetElf and DexFiles::GetDexFileDavid Srbecky
2021-01-29Fix arm get local registers assembler.Christopher Ferris
2020-12-08Make Unwinder::frames() mutable.David Srbecky
2020-12-01Merge "Cleanup templating in ElfInterface"David Srbecky
2020-11-26Cleanup templating in ElfInterfaceDavid Srbecky
2020-11-24Fix atomics in GetBuildId()David Srbecky