Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

220 bytes added, 12:43, 8 March 2013
Make it clear where the source for gdbserver comes from (i.e., you already have it)
export PATH=~/android-toolchain/arm-linux-androideabi-4.4.3/bin:$PATH
Run configure and make for gdbserver(gdbserver comes with the android-gdb repository your checked out earlier): cd android-gdb
mkdir android-gdbserver-objdir
cd android-gdbserver-objdir
Setup a toolchain environment for your build, then run configure and make for gdbserver. The android-gdbserver-objdir directory can be anywhere, but creating it within the android-gdb git clone is convenient. The paths below do not necessarily need to be absolute paths, but it will make life easier.
Run configure and make for gdbserver (gdbserver comes with the android-gdb repository your checked out earlier):
cd android-gdb
mkdir android-gdbserver-objdir
cd android-gdbserver-objdir
Confirm, emeritus
969
edits

Navigation menu