summaryrefslogtreecommitdiff
path: root/libunwindstack
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-03-03Allow unwinding main thread in ThreadUnwinder.Sim Sun
2022-02-11Add get initial regs to ThreadUnwinder.Christopher Ferris
2022-01-21Merge "Don't hide error by INVALID_MAP in speculative frame."android-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Yabin Cui
2022-01-20Don't hide error by INVALID_MAP in speculative frame.Yabin Cui
2022-01-20Fix getting elf file from JIT_SYMFILE maps.Yabin Cui
2022-01-14Merge "Move MapInfo objects in to frame data."Christopher Ferris
2022-01-10Merge "Fix memory leak."Christopher Ferris
2022-01-06Fix leak in test.Christopher Ferris
2022-01-05Fix memory leak.Christopher Ferris
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-12-15Fix linux (non bionic) arm64 buildDaniele Di Proietto
2021-11-29Ignore /dev/* MapInfo for GetBuildIDThiƩbaud Weksteen
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-10-20Fix all known race conditions in the tests.android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Christopher Ferris
2021-10-13Run unit tests on hwasan.Christopher Ferris
2021-10-08Clean up common file test usage.Christopher Ferris
2021-10-06Add offline test for apk issues.Christopher Ferris
2021-10-01Fix missing offset in display for apk backtrace.Christopher Ferris
2021-09-23Fix flaky unwind tests.Christopher Ferris
2021-09-16Merge "Fix flaky test issue."Christopher Ferris
2021-09-16Merge "Allow a global to be in a zero offset rw map."Christopher Ferris
2021-09-15Fix flaky test issue.Christopher Ferris
2021-09-15Allow a global to be in a zero offset rw map.Christopher Ferris
2021-09-14Fix system/unwinding building against muslColin Cross
2021-09-01Merge "Remove the error message for unsupported elf."Christopher Ferris
2021-09-01Remove the error message for unsupported elf.Christopher Ferris
2021-09-01Fix benchmark files not being decompressed.Christopher Ferris
2021-08-26Register a runtime dependency on libdexfile in all variants that useMartin Stjernholm
2021-08-13Add unit tests for ProcessTracer.Zach Ghera
2021-08-10Merge "Enable decay time option for benchmarks."Treehugger Robot
2021-08-10OfflineUnwindBenchmarks: Add steady-state case.Zach Ghera
2021-08-10Single-thread consecutive offline benchmark/tests.Zach Ghera
2021-08-10Multi-thread consecutive offline benchmark/tests.Zach Ghera
2021-08-10Multi-process consecutive offline benchmark/tests.Zach Ghera
2021-08-10UnwindOfflineTest: Test consecutive unwinds.Zach Ghera
2021-08-10OfflineUnwindBenchmarks: Benchmark consecutive unwinds.Zach Ghera
2021-08-10Get unwind frame information from output file.Zach Ghera
2021-08-10OfflineUnwindUtils: Support consecutive unwinds.Zach Ghera
2021-08-10Add offline unwind dumps for benchmark and tests.Zach Ghera
2021-08-10Strip testing and benchmarking librariesDavid Srbecky
2021-08-06Enable decay time option for benchmarks.Zach Ghera