android-gdbutils
android-gdbutils copied to clipboard
GDB Python scripts targetting Fennec development
I got an import error while trying to use jimdb to debug Fennec on Macbook Pro (macOS version: 10.13.6), > 0:02.90 /Users/edgarchen/.mozbuild/android-device/jimdb-arm-pie/bin/gdb -q --args Traceback (most recent call last): File...
Sometimes gdbserver will get into some bad state and gdb kicks me out, but the gdbserver continues running on the device. When I try to attach again, I get the...
Currently feninit configurations are assigned to Python attributes. They should be converted to GDB parameters similar to what other modules use.
Some functions contain simple register assignments in their epilogue which are not currently traced. Tracking register assignments will enable support for these functions.