Confirmed users
753
edits
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/ | ||
Execute the following commands to create and set up the moz-gdb directory: | |||
mkdir -p moz-gdb/bin | mkdir -p moz-gdb/bin | ||