Data aborts, and other exceptions, are not reported to gdb. This makes debugging outright crashes needlessly annoying.
Workaround:
blocksds has a gurumediation screen that dumps the pre exception registers. Read off those values and manually set the registers in gdb to undo the crash screen handler.
Data aborts, and other exceptions, are not reported to gdb. This makes debugging outright crashes needlessly annoying.
Workaround:
blocksds has a gurumediation screen that dumps the pre exception registers. Read off those values and manually
setthe registers in gdb to undo the crash screen handler.