summaryrefslogtreecommitdiff
path: root/libunwindstack
AgeCommit message (Expand)Author
2024-01-29Remove unnecessary semicolon.Tushar Agarwal
2023-12-06Revert^2 "Only export unwindstack:: functions."Christopher Ferris
2023-12-06Revert "Only export unwindstack:: functions."Peter Lin
2023-12-04Only export unwindstack:: functions.Christopher Ferris
2023-11-16Change MemoryBuffer to use a vector.Christopher Ferris
2023-11-14Use a shared_ptr for Elf memory objects.Christopher Ferris
2023-11-09Move information about sections into a struct.Christopher Ferris
2023-10-10Add missing riscv64 test cases.Christopher Ferris
2023-10-09Merge "libunwindstack: Fix AsmGetRegs to not assume Thumb state" into mainChristopher Ferris
2023-09-22libunwindstack: Fix AsmGetRegs to not assume Thumb stateTomislav Novak
2023-09-22Update the unwinding code for C++20.Elliott Hughes
2023-09-12Disable warning which is not detecting problems.Christopher Ferris
2023-09-07Remove stray newline from err() call.Elliott Hughes
2023-08-07Fix max arch value.Christopher Ferris
2023-07-31Add support for ramdisk.Christopher Ferris
2023-07-29Merge "Make libunwind available on ramdisk" into mainTreehugger Robot
2023-07-28Make libunwind available on ramdiskKelvin Zhang
2023-07-26Unwinder: use cached versions of dex_files_ and jit_debug_ if available.Nicolas Geoffray
2023-07-10Remove mips support.Christopher Ferris
2023-06-01Add all Machine headers.Christopher Ferris
2023-05-31Add support for riscv architecture in libunwindstack_unit_testliupengxiao
2023-05-10Clean up benchmarks.Christopher Ferris
2023-05-03Merge "Make state_check_func const reference."Christopher Ferris
2023-05-02Make state_check_func const reference.Christopher Ferris
2023-05-02Only run leak tests on bionic.Christopher Ferris
2023-05-02Fix race condition in tests.Christopher Ferris
2023-04-27Fix flaky tests.Christopher Ferris
2023-03-24Remove std::iterator usageandroid-u-beta-1-gplKartar Singh
2023-02-23Cleanup use of libunwindstack_utils.Christopher Ferris
2023-02-13Merge "Modify the max size algorithm."Christopher Ferris
2023-02-09Add e to all fopen calls.Christopher Ferris
2023-02-09Modify the max size algorithm.Christopher Ferris
2023-02-08Rewrite part of the unwind_for_offline tool.Christopher Ferris
2023-02-07Revert "Only enable rust demangling for some targets."Christopher Ferris
2023-02-06Only enable rust demangling for some targets.Christopher Ferris
2023-02-01Merge "Revert^2 "Add rust demangling.""Christopher Ferris
2023-01-30Add riscv64 support for test.Christopher Ferris
2023-01-30Revert^2 "Add rust demangling."Christopher Ferris
2023-01-24Revert "Add rust demangling."Will Burr
2023-01-13Add rust demangling.main-16k-with-phonesChristopher Ferris
2022-12-02Check for overflows in symbol data.Christopher Ferris
2022-11-03Merge "Make the error messages make sense."Christopher Ferris
2022-11-03Make the error messages make sense.Christopher Ferris
2022-11-03Fix crash when initialize fails.Christopher Ferris
2022-11-02libunwindstack: add IWYU headersLalit Maganti
2022-10-27Merge "Fix hwasan test failure."Christopher Ferris
2022-10-26Fix hwasan test failure.Christopher Ferris
2022-10-27Add missing namespace for the file.Christopher Ferris
2022-10-26Merge "Skip AndroidLocalUnwinderTest#unwind_different_thread on HWAsan"Treehugger Robot
2022-10-26Skip AndroidLocalUnwinderTest#unwind_different_thread on HWAsanFlorian Mayer