Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

307 bytes removed, 13:30, 8 March 2013
Delete the instructions to 'gdb push gdbserver', since the section "Create the moz-gdb directory" is required, and the python scripts will take care of the copying of gdbserver from the moz-gdb dir
Reminder: Don't use ~ in the paths you pass here, as Bash wouldn't evaluate it!
 
Install it on your device:
 
adb push gdbserver /data/local || adb push gdbserver /data/local/tmp
 
On some Android models the /data/local is not writable so gdbserver needs to be pushed into /data/local/tmp/
==== Mac OS X ====
The gdbserver binary will be located at ''android-gdbserver-objdir/gdbserver''.
 
Install it on your device:
 
adb push gdbserver /data/local | adb push gdbserver /data/local/tmp
=== Create the moz-gdb directory ===
Confirm, emeritus
969
edits

Navigation menu