Mobile/Fennec/Android/GDB: Difference between revisions

Jump to navigation Jump to search
Line 25: Line 25:
  cd $HOME
  cd $HOME
  wget https://people.mozilla.org/~nchen/jimdb/jimdb-arm-linux_x64.tar.bz2 # step 1
  wget https://people.mozilla.org/~nchen/jimdb/jimdb-arm-linux_x64.tar.bz2 # step 1
  tar -xf jimdb-arm-linux_x64.tar.bz2 # step 2
  tar -xf jimdb-arm-linux_x64.tar.bz2 # step 3
  cd jimdb-arm/utils # step 3
  cd jimdb-arm/utils && git pull # step 5
git pull
  ../bin/gdb # step 6
  ../bin/gdb # step 4
  sudo ln -s $HOME/jimdb-arm/bin/gdb /usr/bin/jimdb # step 7
  sudo ln -s $HOME/jimdb/bin/gdb /usr/bin/jimdb # step 5


If you download the wrong x86 or x64 build, you might get an error like:
If you download the wrong x86 or x64 build, you might get an error like:
15

edits

Navigation menu