aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-24Libunwind: Ignore [vsyscall] mapandroid-p-preview-5android-p-preview-4android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1Andreas Gampe
2018-05-03Remove dependency on liblzma.android-wear-p-preview-2android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.0Christopher Ferris
2017-08-07Avoid double-free/double-fclose on error.android-o-iot-preview-5o-iot-preview-5Elliott Hughes
2017-06-06Avoid using arg pointer.android-o-preview-4Christopher Ferris
2017-03-23Fix problem finding if in a signal handler.Christopher Ferris
2016-12-02Move large structure off the stack.Christopher Ferris
2016-05-11Use zero offset when getting bias from memory.nougat-devChristopher Ferris
2016-04-19Update address space of map if it changes.Christopher Ferris
2016-03-08Do not try non-dwarf local unwinds for x86.Christopher Ferris
2016-03-02Ignore compressed sections on local unwinds.Christopher Ferris
2016-02-26Revert the deletion of marking (deleted) maps as unreadable.Christopher Ferris
2016-02-25Revert "Mark executable maps with no name as unreadable."Christopher Ferris
2016-02-24Mark executable maps with no name as unreadable.Christopher Ferris
2016-02-19Fix the caching of the compressed section.Christopher Ferris
2016-02-19Revert "Temporarily disable compressed section support."Christopher Ferris
2016-02-15Temporarily disable compressed section support.Christopher Ferris
2016-02-11Make sure that elf_image structure is copied.Christopher Ferris
2016-02-09Mark (deleted) maps as unreadable.Christopher Ferris
2016-02-03Cache decompressed .gnu_debugdata sections.David Srbecky
2016-01-28Detect relocation of gnu_debugdata based on the .text section.David Srbecky
2016-01-19Decompress debug symbols.David Srbecky
2016-01-15Ignore non-exec and /dev/ maps.Christopher Ferris
2016-01-11Fix bug where a failure becomes success on x86.brillo-m9-releasebrillo-m9-devChristopher Ferris
2016-01-04Fix bad elf data handling.Christopher Ferris
2015-11-02Support dwarf 4 in libunwind.brillo-m7-releasebrillo-m7-mr-devbrillo-m7-devYabin Cui
2015-10-29Add a size when checking local reads/writes.Christopher Ferris
2015-10-21Fix copying of cached map data.Christopher Ferris
2015-09-25Verify section table name size before strcmp.Christopher Ferris
2015-08-20Force memory unwinds to use a zero map offset.Christopher Ferris
2015-08-19Revert "Update all mapoff checks to check against 0."Nicolas Geoffray
2015-08-18Update all mapoff checks to check against 0.Christopher Ferris
2015-07-29Libunwind: Remove unused functionandroid-m-preview-2Andreas Gampe
2015-07-27Libunwind: Remove unused variableAndreas Gampe
2015-06-23Skip stack and empty maps when reading load base.Christopher Ferris
2015-06-16Fix Mips bug.Douglas Leung
2015-06-09Merge "Change return type of get_load_offset to bool."David Srbecky
2015-06-09Attempt to read load_base from memory when needed.Christopher Ferris
2015-06-09Change return type of get_load_offset to bool.David Srbecky
2015-05-26Merge "Enable .debug_frame support on all platforms."android-m-previewDavid Srbecky
2015-05-21Do not cache every readable/executable elf.Christopher Ferris
2015-05-21Enable .debug_frame support on all platforms.David Srbecky
2015-05-18Fix incorrect check of bool returning function.Christopher Ferris
2015-05-15Check for overflow when getting symbol name.Christopher Ferris
2015-05-13Fix missing return in failure case.Christopher Ferris
2015-05-13Implement method to read elf data from memory.Christopher Ferris
2015-05-08Add check for same ip/cfa.Christopher Ferris
2015-05-06Add offset to map data.Christopher Ferris
2015-05-01Fix unwind in exec maps with non-zero offsets.Christopher Ferris
2015-02-10[MIPS] Stack-unwinding through signal frames on mips32Faraz Shahbazker
2015-02-03[MIPS] Support for stack-unwinding through signal framesFaraz Shahbazker