Mobile/Fennec/Android/GDB: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 119: Line 119:
  adb push gdbserver /data/local
  adb push gdbserver /data/local


=== Set up moz-gdb directory ===
=== Set up the moz-gdb directory ===


GDB utilities assume the following moz-gdb directory structure:
Once you've built JimDB, you need to create and populate a moz-gdb directory as explained below.
 
Indeed, GDB utilities assume the following moz-gdb directory structure:


  ./bin/
  ./bin/
Line 130: Line 132:
     python/
     python/


The following commands will set up the directories and pull in GDB utilities:
Execute the following commands to create and set up the moz-gdb directory:


  mkdir -p moz-gdb/bin
  mkdir -p moz-gdb/bin
Confirmed users
753

edits

Navigation menu