summaryrefslogtreecommitdiff
path: root/runtime/native_stack_dump.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix golem buildDavid Srbecky2020-07-161-1/+1
* Fixes for gtests in eng-prodDavid Srbecky2020-07-151-8/+6
* Don't use addr2line for dex and jar files.Orion Hodson2019-11-201-5/+10
* Fully remove DumpKernelStack.Elliott Hughes2019-08-271-45/+0
* Don't complain if we can't read /proc/self/task/pid/stack.Elliott Hughes2019-08-271-1/+2
* ART: Remove file_utils' ReadFileToStringAndreas Gampe2019-05-161-1/+2
* Fix DumpNativeStack function for traced methods. (part 2)David Srbecky2019-02-151-4/+3
* Fix DumpNativeStack function for traced methods.David Srbecky2019-02-131-0/+8
* Merge "Fix DumpNativeStack function for trampolines."Treehugger Robot2019-02-041-3/+11
|\
| * Fix DumpNativeStack function for trampolines.David Srbecky2019-01-301-3/+11
* | Use prebuilt addr2line on hostDavid Srbecky2019-01-301-2/+15
|/
* ART: Fix internal addr2lineAndreas Gampe2018-11-061-1/+1
* Modernise code to use std::make_uniqueYi Kong2018-10-291-4/+5
* Re-enable ART code paths and tests for ASan that were disabled for Valgrind.Roland Levillain2018-06-141-5/+0
* Revert^2 "Remove support for Valgrind in ART."Roland Levillain2018-06-111-2/+4
* Revert "Remove support for Valgrind in ART."Andreas Gampe2018-05-221-4/+2
* Remove support for Valgrind in ART.Roland Levillain2018-05-141-2/+4
* Fix mac build.Christopher Ferris2018-03-271-1/+2
* Display all stack frames on a crash.Christopher Ferris2018-03-261-1/+3
* Ignore vdex files for addr2line.Christopher Ferris2018-03-071-2/+5
* Change Addr2line to use poll.Christopher Ferris2018-03-061-18/+16
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-2/+2
* Add offset for native stack dump.Christopher Ferris2018-02-091-0/+3
* Merge "Fix NE when DumpKernelStack"Treehugger Robot2018-02-031-0/+4
|\
| * Fix NE when DumpKernelStackyuanhao2018-02-021-0/+4
* | Update to track libbacktrace API changes.Christopher Ferris2018-01-181-6/+6
* | Allow map name to be empty in DumpNativeStack.Christopher Ferris2018-01-081-2/+10
|/
* ART: Factor out gAbortingAndreas Gampe2017-12-071-1/+1
* ART: Move runtime-debug flags to own filesAndreas Gampe2017-12-071-0/+1
* Separate file utilities from utils.ccDavid Sehr2017-11-011-0/+1
* Use the rel_pc instead of computing it.Christopher Ferris2017-07-191-1/+1
* ART: Introduce thread-current-inl.hAndreas Gampe2017-06-021-1/+1
* Close the right fd in native_stack_dumpCalin Juravle2017-03-271-1/+1
* ART: Move to libbase StringPrintfAndreas Gampe2016-12-151-1/+4
* Class Hierarchy Analysis (CHA)Mingyao Yang2016-12-011-1/+1
* ART: Fix tidy warningsAndreas Gampe2016-11-081-1/+1
* Remove mirror:: and ArtMethod deps in utils.{h,cc}David Sehr2016-10-181-1/+1
* ART: Use cerr for host unexpected errorsAndreas Gampe2016-10-111-4/+4
* ART: Improve addr2lineAndreas Gampe2016-08-041-52/+210
* ART: Factor out native stack dumpingAndreas Gampe2016-08-041-0/+264