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