android_system_core/include
Jeff Brown 19b39f371b Improve backtrace formatting.
Show the symbol offset, when available.

Centralized formatting of native stack traces in libcorkscrew.
It's handy for automated tools if all stacks look the same.
Since we already made them all look them same, we might as well
do the formatting in just one place.

Do not strip the Thumb bit on ARM.  This fixes an off-by-one
issue that could happen when resolving a PC that was at the
very beginning of a Thumb function, since the symbol table would
have the Thumb bit set but since we stripped the bit from our
PC, we would be looking for an address one byte before the
one listed in the symbol table.  It's also quite useful to see
whether a given function is executing in Thumb mode just by glancing
at the PC.

Change-Id: Icaa29add85ce0bcafe24d5ce2098e138d809e2ab
2011-11-22 12:13:46 -08:00
..
android Remove libjnigraphics. moved to frameworks/base/native 2010-02-04 15:32:07 -08:00
arch enable HAVE_DLADDR, since... we have it 2011-09-28 12:17:00 -07:00
corkscrew Improve backtrace formatting. 2011-11-22 12:13:46 -08:00
ctest auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
cutils Revert "Fix build" 2011-11-15 13:59:05 -08:00
diskconfig system: libdiskconfig: Add libdiskconfig 2010-03-10 15:19:06 -08:00
mincrypt eclair snapshot 2009-11-12 18:46:23 -08:00
netutils Support adding, deleting, and clearing IPv6 addrs. 2011-09-28 17:12:13 -07:00
pixelflinger pixelflinger: Fix function naming typo: gglBitBlti 2010-08-10 02:56:47 +08:00
private Create drmrpc group for security services 2011-09-30 12:40:25 -07:00
system Update camera documentation about face detection. 2011-10-13 12:07:05 +08:00
sysutils Fix SocketListener socket leak issue. 2011-09-29 13:42:32 +08:00
usbhost libusbhost: Save endpoint ID in usb_request struct 2011-02-14 08:05:40 -05:00
zipfile auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00