index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
debug_stacktrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the libcxxabi __cxa_demangle.
Elliott Hughes
2015-02-05
1
-18
/
+3
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
_Unwind_Context is a struct.
Elliott Hughes
2015-01-06
1
-5
/
+0
*
Use libunwindbacktrace for debug malloc code.
Christopher Ferris
2014-07-29
1
-2
/
+11
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-13
/
+13
*
clang is >= 3.4 now; remove a hack.
Elliott Hughes
2014-04-21
1
-12
/
+0
*
Fix log_backtrace assertion failure caused by LP64 fix.
Elliott Hughes
2014-02-25
1
-9
/
+10
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-1
/
+1
*
Fix bionic's built-in stack trace dumping for LP64.
Elliott Hughes
2013-10-08
1
-6
/
+14
*
Add simple implementation _Unwind_GetIP() for clang compiles.
Stephen Hines
2013-10-01
1
-0
/
+12
*
Remove a spurious FIXME and unnecessary type cast.
Ben Cheng
2013-05-07
1
-4
/
+1
*
Adjust PC value in ARM stack trace.
Ben Cheng
2013-05-07
1
-0
/
+21
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-2
/
+1
*
Don't collect useless stack frames; do demangle C++ symbols.
Elliott Hughes
2013-01-29
1
-41
/
+74
*
More debug malloc fixes.
Elliott Hughes
2013-01-25
1
-5
/
+5
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-0
/
+112