Files
TrinityCore/contrib/debugger
Shauren fbedd77fe5 Misc: Improve gdb script output
* Switch disassembly to intel syntax
* Remove terminal colors
* Remove terminal line wrapping and pagination
* Start versioning the script

(cherry picked from commit 0d0d005a2e)
2022-01-01 20:12:36 +01: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 <executable file>

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.