Hi,
* Monday was full of IBM internal meetings * Android * got a self built LEB and generic version 2.3.4 of linaro android running on my pandaboard (build with the gcc 4.6 07 release plus the patch that Richard made) * requires libicui18n.so (external/icu4c/i18n) to be built with -O2 * ran into a few issues (816491, 807230) * libunwind: * simplified the local unwinding (there is no need to touch the ARM exidx table segment when looking it up) * fixed a bug (corner case: the info of the IP to be unwound is described by the last unw entry) * made some progress on the remote unwinding via ptrace * remotely searching the unw withing entry exidx table segment * next step is to remotely extract the unw isns
Regards Ken