summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
2022-04-20Add the AndroidUnwinder objects.Christopher Ferris
2022-03-24Tweak linux_glibc properties for musl builds in system/unwindingColin Cross
2022-03-18Remove old names of packages/modules/BluetoothDavid Duarte
2022-03-08Move RootCanal to tools/ folderDavid Duarte
2022-01-04Move MapInfo objects in to frame data.Christopher Ferris
2021-11-06Add visibility rule for system/bt move to p/m/BluetoothBaligh Uddin
2021-10-28Maps contains shared_ptr MapInfo objects now.Christopher Ferris
2021-10-29Revert^2 "Make it possible to get BuildId for a map."David Srbecky
2021-10-28Revert "Make it possible to get BuildId for a map."brycelee
2021-10-28Make it possible to get BuildId for a map.David Srbecky
2021-09-14Fix system/unwinding building against muslColin Cross
2021-09-02Merge "Add visibility to libbacktrace."android-s-beta-5android-s-beta-5Christopher Ferris
2021-08-30Stop using `group_static_libs` propertyLaMont Jones
2021-08-24Add visibility to libbacktrace.Christopher Ferris
2021-06-14Add ramdisk_available to init_first_stage's depsInseob Kim
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