Hi,
GDB for Android: * Created patch to expand the ~ in "set solib-search-path". Despite doing the right thing in other commands, GDB doesn't understand ~ in solib-search-path, which made me lose some time in a debugging session trying to figure out what was going on. Committed upstream. * Looked into AOSP patch which hardcodes use of fork tracing instead of thread events. Found out that gdbserver actually already prefers fork tracing on both Linux and Android (tested on ICS and Linaro 12.04). This must have been a problem in some earlier version, and the patch is unnecessary now. * Set up a QEMU instance with Linaro Android 12.04. Got dropbear ssh on it and ran the GDB testsuite remotely on the VM.
linaro-toolchain@lists.linaro.org