aboutsummaryrefslogtreecommitdiff
path: root/contrib/debugger
AgeCommit message (Collapse)Author
2022-01-02Misc: Made gdb crash reporting script more automation friendlyShauren
* Don't block on successful exit * Generate timestamped filenames to avoid overwriting old logs (cherry picked from commit 58d3f17430bb0ab64c9da157bdbc842098d96370)
2022-01-01Misc: Improve gdb script outputShauren
* Switch disassembly to intel syntax * Remove terminal colors * Remove terminal line wrapping and pagination * Start versioning the script (cherry picked from commit 0d0d005a2e705b875bf4b13cee910521e37b45bc)
2021-10-23Core/CrashHandler: Include assertion messages in crash reportsShauren
(cherry picked from commit 62db1fb683c13b8dde0cc359564e090e0594658f)
2010-09-19Contrib: make the GDB macro start logging a little bit earlier to catch the ↵click
important bits --HG-- branch : trunk
2010-09-19Contrib: Add example GDB backtrace generator script and a small readme on ↵click
how to use it - Note: DO read the README file before using. (Allows for semi-automated crashreporting on GDB/*nix-based platforms with proper information included). --HG-- branch : trunk