summaryrefslogtreecommitdiff
path: root/libbacktrace
AgeCommit message (Expand)Author
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
2018-05-24Change tests to use a temporary dir for files.Christopher Ferris
2018-05-24Build adbd for recoveryJiyong Park
2018-05-22Merge "Mark as recovery_available: true"Treehugger Robot
2018-05-15Mark as recovery_available: trueJiyong Park
2018-05-14libprocinfo: add functions reading process map file.Yabin Cui
2018-05-03Merge "Remove unnecessary references to libunwind."Christopher Ferris
2018-05-03Remove unnecessary references to libunwind.Christopher Ferris
2018-05-03Tell the build system about APCT's requirements.Elliott Hughes
2018-04-27Add test_suites lines.Elliott Hughes
2018-04-03Add a MemoryOfflineBuffer object.Christopher Ferris
2018-03-23Method to avoid skipping frames for local unwinds.Christopher Ferris
2018-03-21Support a map that represents gdb jit elf data.Yabin Cui
2018-02-23Modify the offline handling interface.Christopher Ferris
2018-02-20Add ability to skip function name resolution.Christopher Ferris
2018-02-16bpfmt.Elliott Hughes
2018-02-16Fix darwin buildChristopher Tate
2018-02-15Include the map name when dumping memory around a register.Elliott Hughes
2018-02-02Load dex files from ART-specific data structure.Christopher Ferris
2018-01-31Move dex pc frame creation into libunwindstack.Christopher Ferris
2018-01-29Use new unwinder for offline in libbacktrace.Christopher Ferris
2018-01-26Fix frame numbering regression.Christopher Ferris
2018-01-25Emit the frame for DEX PC before the frame for native PC.David Srbecky
2018-01-23Add extra frame when dex_pc is non-zero.Christopher Ferris
2018-01-22Fix null ptr dereference if jit debug not enabled.Christopher Ferris
2018-01-19Merge "Change all uintptr_t to uint64_t in API."Christopher Ferris
2018-01-18Change all uintptr_t to uint64_t in API.Christopher Ferris
2018-01-17Add support for getting a dex pc.Christopher Ferris
2018-01-12Add ability to read jit gdb data.Christopher Ferris
2017-12-18libBacktraceOffline: improve unwinding callchains.Yabin Cui
2017-12-15libbacktrace: export offline unwinding failures.Yabin Cui
2017-12-10libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm.Yabin Cui