Mobile/Fennec/Android/GDB: Difference between revisions

Add instruction to get newer gdbserver binary which works on Android Lollipop
(→‎Using pre-built binaries: Hint about error from using wrong of x86/x64.)
(Add instruction to get newer gdbserver binary which works on Android Lollipop)
Line 12: Line 12:
=== Instructions ===
=== Instructions ===


# Download the latest pre-built binaries for your platform from [https://people.mozilla.org/~nchen/jimdb this directory] (use 'jimdb-arm' for ARM devices and 'jimdb-x86' for x86 devices)
# Download the latest pre-built jimdb binaries for your host and device platforms from [https://people.mozilla.org/~nchen/jimdb this directory] (use 'jimdb-arm' for ARM devices and 'jimdb-x86' for x86 devices)
# Download the latest pre-built gdbserver binary for your device platform from [https://people.mozilla.org/~nchen/jimdb the same directory]
# Extract to a user-writable directory
# Extract to a user-writable directory
# Replace the gdbserver binary in the jimdb-*/bin/ directory with the one you downloaded separately (it's newer)
# Run 'git pull' from inside the utils/ directory to get the latest scripts
# Run 'git pull' from inside the utils/ directory to get the latest scripts
# Launch bin/gdb to start using JimDB!
# Launch bin/gdb to start using JimDB!
Confirmed users
85

edits