summaryrefslogtreecommitdiff
path: root/libunwindstack/tests
AgeCommit message (Expand)Author
2020-07-14libunwindstack: support for Armv8.3-A Pointer AuthenticationTamas Petz
2020-07-01Added fuzzer for UnwinderDylan Katz
2020-05-06Merge "Fix GetGlobalVariableOffset with tagged pointer in aarch64"Treehugger Robot
2020-05-01Fix dangling pointer issue in LocalUpdatbleMapsSim Sun
2020-04-29Reland "bionic_libc_platform_headers is only available when building with Bio...Martin Stjernholm
2020-04-29Revert "bionic_libc_platform_headers is only available when buil..."Martin Stjernholm
2020-04-27Fix GetGlobalVariableOffset with tagged pointer in aarch64Yong Li
2020-04-27bionic_libc_platform_headers is only available when building with Bionic.Martin Stjernholm
2020-04-20Merge "Create minimal remap table for symbol binary search."Christopher Ferris
2020-04-20Merge "Optimize Memory::ReadString"Christopher Ferris
2020-04-16Optimize Memory::ReadStringDavid Srbecky
2020-04-16Create minimal remap table for symbol binary search.David Srbecky
2020-04-16libunwindstack: Add Memory::ReadTag() function for reading memory tags.Peter Collingbourne
2020-04-07Avoid re-mapping dex file that's in local memory.Sim Sun
2020-03-31Fix off-by-one in ReadBuildIDFromMemory.Peter Collingbourne
2020-03-23Merge "Fix memory leak of DexFile handle after release"Christopher Ferris
2020-03-20Fix memory leak of DexFile handle after releaseYong Li
2020-03-19Make GetPcAdjustment a free function.Peter Collingbourne
2020-02-22Rewrite DwarfSectionImpl::InsertFdeDavid Srbecky
2020-01-24unwindstack: RegsArm64: fix harmless off by 1 + iterate GPRs contiguouslyRyan Savitski
2020-01-22Properly handle empty map after read-only map.Christopher Ferris
2020-01-21Fix global finding logic.Christopher Ferris
2019-12-19Fix handling of possible bad gnu_debugdata_size.Christopher Ferris
2019-12-12Merge "Add a name for all test suites"Treehugger Robot
2019-12-11Add a name for all test suitesHaibo Huang
2019-12-04Use elf offset in signal step check.Christopher Ferris
2019-12-03Fix support finding global variables.Christopher Ferris
2019-11-19Merge "Include PSTATE in tombstones on arm64."Treehugger Robot
2019-11-18Include PSTATE in tombstones on arm64.Peter Collingbourne
2019-11-10Fix build with new googletestHaibo Huang
2019-10-29Fix potential bad info in eh_frame_hdr.Christopher Ferris
2019-10-21Fix handling of PT_GNU_EH_FRAME.Christopher Ferris
2019-10-11Replace MOCK_METHODN with MOCK_METHOD macro.Christopher Ferris
2019-10-08Handle when bias is different in elf headers.Christopher Ferris
2019-10-02Fix static GetLoadBias function.Christopher Ferris
2019-09-16Fix LocalUpdatableMapsDavid Srbecky
2019-09-03Add test mapping to run the libunwind tests.Christopher Ferris
2019-08-30Add test of undefined return address.Christopher Ferris
2019-07-18Merge "Move to isolated testing."Christopher Ferris
2019-07-17Move to isolated testing.Christopher Ferris
2019-07-17Move to the libc++ demangler.Christopher Ferris
2019-07-09Fix missing load bias.Florian Mayer
2019-06-20Switch case to suite to follow new gtest naming.Christopher Ferris
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2019-06-10Set elf_start_offset for invalid elf maps.Christopher Ferris
2019-06-04Display offsets for dex frames.Christopher Ferris
2019-05-03Ignore memory from elf on /memfd:Christopher Ferris
2019-04-18Add indicator that an elf is memory backed.Christopher Ferris
2019-04-12Fix pc/function name for signal handler frame.Christopher Ferris
2019-04-06Merge "Revert "Check for data races when reading JIT/DEX entries.""Treehugger Robot