summaryrefslogtreecommitdiff
path: root/runtime/native_stack_dump.cc
AgeCommit message (Expand)Author
2021-12-01Read stdout from llvm-symbolizer during native stack dump. David Srbecky
2021-10-29Include BuildId in native stack dump. David Srbecky
2020-07-16Fix golem build David Srbecky
2020-07-15Fixes for gtests in eng-prod David Srbecky
2019-11-20Don't use addr2line for dex and jar files. Orion Hodson
2019-08-27Fully remove DumpKernelStack. Elliott Hughes
2019-08-27Don't complain if we can't read /proc/self/task/pid/stack. Elliott Hughes
2019-05-16ART: Remove file_utils' ReadFileToString Andreas Gampe
2019-02-15Fix DumpNativeStack function for traced methods. (part 2) David Srbecky
2019-02-13Fix DumpNativeStack function for traced methods. David Srbecky
2019-02-04Merge "Fix DumpNativeStack function for trampolines." Treehugger Robot
2019-01-30Use prebuilt addr2line on host David Srbecky
2019-01-30Fix DumpNativeStack function for trampolines. David Srbecky
2018-11-06ART: Fix internal addr2line Andreas Gampe
2018-10-29Modernise code to use std::make_unique Yi Kong
2018-06-14Re-enable ART code paths and tests for ASan that were disabled for Valgrind. Roland Levillain
2018-06-11Revert^2 "Remove support for Valgrind in ART." Roland Levillain
2018-05-22Revert "Remove support for Valgrind in ART." Andreas Gampe
2018-05-14Remove support for Valgrind in ART. Roland Levillain
2018-03-27Fix mac build. Christopher Ferris
2018-03-26Display all stack frames on a crash. Christopher Ferris
2018-03-07Ignore vdex files for addr2line. Christopher Ferris
2018-03-06Change Addr2line to use poll. Christopher Ferris
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-09Add offset for native stack dump. Christopher Ferris
2018-02-03Merge "Fix NE when DumpKernelStack" Treehugger Robot
2018-02-02Fix NE when DumpKernelStack yuanhao
2018-01-18Update to track libbacktrace API changes. Christopher Ferris
2018-01-08Allow map name to be empty in DumpNativeStack. Christopher Ferris
2017-12-07ART: Factor out gAborting Andreas Gampe
2017-12-07ART: Move runtime-debug flags to own files Andreas Gampe
2017-11-01Separate file utilities from utils.cc David Sehr
2017-07-19Use the rel_pc instead of computing it. Christopher Ferris
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-03-27Close the right fd in native_stack_dump Calin Juravle
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-12-01Class Hierarchy Analysis (CHA) Mingyao Yang
2016-11-08ART: Fix tidy warnings Andreas Gampe
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-11ART: Use cerr for host unexpected errors Andreas Gampe
2016-08-04ART: Improve addr2line Andreas Gampe
2016-08-04ART: Factor out native stack dumping Andreas Gampe