skyfire/contrib/debugger
2018-12-29 19:29:08 -06:00
..
crashreport.gdb Contrib: make the GDB macro start logging a little bit earlier to catch the important bits 2010-09-19 19:52:12 +02:00
readme.md Update the copyright headers for 2019. Going to be away for the new year. Getting this out of the way. I'm sure I would have gotten 5 pull requests from people whom don't contribute anything but feel it's their duty to update the copyright dates. 2018-12-29 19:29:08 -06:00

The included crashreport.gdb allows for semiautomated hunting of crashes. The crashlog-file will be named backtrace.log and contains all the commands required to partially automate a crashlog-creation with the proper information.

Usage: gdb -x crashreport.gdb

For creating an efficient backtrace, use -DCMAKE_BUILD_TYPE=Debug as a parameter to CMake during configuration - this increases the filesize, but includes all the needed information for a decent and efficient crashreport.

-- Good luck, and happy crashhunting.