summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2021-05-13MapInfo: Add get accessors for the fieldsDavid Srbecky
2021-05-13MapInfo: Add "_" suffix to fields.David Srbecky
2021-03-23Add shared symbol name cache.David Srbecky
2021-03-18Add null check to UnwindStackMap::BuildDavid Srbecky
2021-03-17Simplify JitDebug implementation with templates.David Srbecky
2021-03-04Add min_sdk_version for ART module.Nicolas Geoffray
2021-02-17Attempt to run backtrace_test as unit testsandroid-s-preview-1Julien Desprez
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/unwindingBob Badour
2021-01-14Add a flag to distinguish shared VMAsEdgar Arriaga
2021-01-05Use vndk.private: true for VNDK-private libsJustin Yun
2020-12-05Merge "Add product_available to product available modules"Treehugger Robot
2020-11-11Merge "Add support for doing a local thread unwind."Christopher Ferris
2020-11-11Add product_available to product available modulesJustin Yun
2020-11-10Add support for doing a local thread unwind.Christopher Ferris
2020-11-10Fix up the OWNERS post-rearrangement.Elliott Hughes
2020-10-27libunwindstack: Make vendor_ramdisk_available.Yifan Hong
2020-10-20Update backtrace_headers.Christopher Ferris
2020-10-16Fix symlink for .clang-formatBaligh Uddin
2020-09-24Add arch member into Unwinder object.Christopher Ferris
2020-07-28Cleanup for #inclusivefixit.Christopher Ferris
2020-06-18Make libbacktrace buildable for native_bridgeVictor Khimenko
2020-06-09Fix visibility rules now that Make supports visibility checksDan Willemsen
2020-05-13backtrace: Set min_sdk_versionJooyung Han
2020-03-19Remove use of static libdexfile to avoid linking in ART internal code.Martin Stjernholm
2020-03-11Whole static link libasync_safe to libbacktrace.aJiyong Park
2020-03-09Set apex_available propertyJiyong Park
2019-09-09libbacktrace: Fix clang-tidy warningLuca Stefani
2019-07-18Move to the libc++ demangler.Christopher Ferris
2019-06-11Internalize subclasses of MemoryCasey Dahlin
2019-05-16Enable native_bridge_support for libbacktrace_headersdimitry
2019-04-12Fix pc/function name for signal handler frame.Christopher Ferris
2019-04-05Revert "Check for data races when reading JIT/DEX entries."David Srbecky
2019-03-29Check for data races when reading JIT/DEX entries.David Srbecky
2019-03-25[libbacktrace] Modernize code to use override keywordYi Kong
2019-03-05Fix copy / move behaviour of Maps object.Florian Mayer
2019-02-11procinfo: Read inode number from /proc/<pid>/mapsSandeep Patil
2018-12-18Fix offsets when shared lib split across maps.Christopher Ferris
2018-12-17[libbacktrace] Fix sign-compare warningYi Kong
2018-10-29Verify that the elf matches the expected arch.Christopher Ferris
2018-10-23Always init gnu_debugdata interface if it exists.Christopher Ferris
2018-10-03Implement support for linker rosegment option.Christopher Ferris
2018-10-03Load libbacktrace_test.so explicitly.Christopher Ferris
2018-08-31Remove unused ART build dependenciesOrion Hodson
2018-08-22bionic supplies PR_SET_VMA now.Elliott Hughes
2018-08-08Revert^2 "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm
2018-08-07Revert "Prepare to fail in RefBase destructor if count is untouched"Hans Boehm
2018-08-03Prepare to fail in RefBase destructor if count is untouchedHans Boehm
2018-07-16[libutils] Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-11Move libbacktrace off cutils.Elliott Hughes
2018-05-25Merge "Build adbd for recovery"Treehugger Robot