Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/rebase
/
libc
/
malloc_debug
/
backtrace.cpp
8b70a02
Refactor malloc debug.
by Christopher Ferris
· 7 years ago
a625ee2
Use libdemangle for function names.
by Christopher Ferris
· 8 years ago
c0352bb
Add offset to backtrace_string printing.
by Christopher Ferris
· 8 years ago
7a3681e
Move libc_log code into libasync_safe.
by Christopher Ferris
· 8 years ago
a19bc2d
Fix uninitialized variable usage.
by Christopher Ferris
· 9 years ago
d75d4be
malloc_debug: reread /proc/pid/maps when entry is missing
by Colin Cross
· 9 years ago
2c75991
Add backtrace_string and export to libmemunreachable
by Colin Cross
· 9 years ago
7993b80
Add better free tracking.
by Christopher Ferris
· 9 years ago
63860cb
Malloc debug rewrite.
by Christopher Ferris
· 10 years ago
[Renamed (62%) from libc/bionic/debug_backtrace.cpp]
32bf43f
Rename debug_stacktrace to debug_backtrace.
by Elliott Hughes
· 10 years ago
[Renamed (99%) from libc/bionic/debug_stacktrace.cpp]
b72c9d8
Fix the 16 bit/32 bit instruction check for arm.
by Christopher Ferris
· 10 years ago
224bef8
Modify ip to get the instr being executed.
by Christopher Ferris
· 10 years ago
6e54c3e
Use the libcxxabi __cxa_demangle.
by Elliott Hughes
· 10 years ago
05fc1d7
Add missing includes.
by Elliott Hughes
· 10 years ago
30e59c4
_Unwind_Context is a struct.
by Elliott Hughes
· 11 years ago
861c0ef
Use libunwindbacktrace for debug malloc code.
by Christopher Ferris
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
d3679c8
clang is >= 3.4 now; remove a hack.
by Elliott Hughes
· 11 years ago
ba76572
Fix log_backtrace assertion failure caused by LP64 fix.
by Elliott Hughes
· 11 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
c7c5f85
Fix bionic's built-in stack trace dumping for LP64.
by Elliott Hughes
· 12 years ago
5f6cfce
Add simple implementation _Unwind_GetIP() for clang compiles.
by Stephen Hines
· 12 years ago
63dd03c
Remove a spurious FIXME and unnecessary type cast.
by Ben Cheng
· 12 years ago
52171b9
Adjust PC value in ARM stack trace.
by Ben Cheng
· 12 years ago
8f2a5a0
Clean up internal libc logging.
by Elliott Hughes
· 12 years ago
35b621c
Don't collect useless stack frames; do demangle C++ symbols.
by Elliott Hughes
· 12 years ago
239e7a0
More debug malloc fixes.
by Elliott Hughes
· 12 years ago
1e980b6
Fix the duplication in the debugging code.
by Elliott Hughes
· 12 years ago