Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

435 bytes added, 01:11, 15 September 2011
no edit summary
Run 'git pull' inside the utils directory to get the latest GDB utilities.
=== GDB utilities ===
A set of tools to make Fennec development on Android easier.
[http://github.com/darchons/android-gdbutils Source and documentation].
== Building custom moz-gdb ==
=== Building gdb ===
adb push gdbserver /data/local
 
=== Set up moz-gdb directory ===
 
GDB utilities assume the following moz-gdb directory structure:
 
./bin/
gdb
gdbserver
./utils/
gdbinit
python/
 
The following commands will set up the directories and pull in GDB utilities:
 
mkdir -p moz-gdb/bin
cp android-gdb-objdir/gdb/gdb moz-gdb/bin
cp android-gdbserver-objdir/gdbserver moz-gdb/bin
git clone git://github.com/darchons/android-gdbutils.git moz-gdb/utils
Confirm
507
edits

Navigation menu