Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

2 bytes removed, 22:42, 17 September 2013
GDB
===== GDB =====
# Get a zip of the source from Clone [https://github.com/darchons/android-gdb the GitHub repo] (Get do not use the Zip archive, as the zip because cloning takes build system will try to obtain a lot longergit changeset id)# Extract the zip
# You may need to install additional packages in order to build GDB. For example,<pre>sudo apt-get build-dep gdb</pre>
# Run configure inside the source directory<pre># ARM:&#10;./configure --target=arm-linux-android --with-python=yes --prefix=/nonexistent \&#10; --with-gdb-datadir=/nonexistent/utils --with-system-gdbinit=/nonexistent/utils/gdbinit&#10;# x86:&#10;./configure --target=i686-pc-linux-android --with-python=yes --prefix=/nonexistent \&#10; --with-gdb-datadir=/nonexistent/utils --with-system-gdbinit=/nonexistent/utils/gdbinit</pre>
Confirm
753
edits

Navigation menu