Hi,
GDB for Android: * Struggled with creating and running a Linaro Android 2012.04 QEMU image. * Failed to set up a network between the image and the host to run gdbserver on it. * Studied how GDB copes with uclibc and dietlibc regarding the jump buffer format to compare it how Android GDB solves the problem. It turns out that they both use the same format that glibc uses so nothing is needed on GDB side. * Researched Pandaboard and accessories to purchase.