User:MarkFinkle/MaemoDebugging
export MOZ_DEBUG_SYMBOLS=1
ac_add_options --enable-debugger-info-modules=yes
ac_add_options --disable-install-strip
make package PKG_SKIP_STRIP=1
apt-get install gdb
gdbserver host:5555 ./fennec
gdb gdb target remote 192.168.10.103:5555 continue