summaryrefslogtreecommitdiff
path: root/tools/debug-debug.gdb
AgeCommit message (Collapse)AuthorFilesLines
2024-02-07Revert "Workaround "Function... not defined in.." (breakpoints not found) ↵Fedja Beader1-3/+1
(GDB bug)" This reverts commit 7714c7c7bfe67e632b7f8162a5eab3eb7e4d0080.
2024-02-07Use deprecated form because we're still in 2018Fedja Beader1-1/+1
2024-01-28Workaround "Function... not defined in.." (breakpoints not found) (GDB bug)Fedja Beader1-1/+3
Evidently regexes are not needed. Function "_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc" not defined in "/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp". Breakpoint 1 (/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp:'_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc') pending. void do_breakpoint<tmwa::map::script_data>(tmwa::map::script_data const&, char const*); https://sourceware.org/bugzilla/show_bug.cgi?id=15962 Thanks to ssbssa@#gdb for pointing this out.
2024-01-28Make GDB's output more verboseFedja Beader1-5/+9
2024-01-28set logging on|off is a deprecated alias for set logging enabled on|offFedja Beader1-3/+3
2018-02-17add missing parentheses in debug-debuggumi1-3/+3
2014-10-16Split tests a lotBen Longbons1-1/+1
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles.
2014-10-15Always print symbols if known for pointersBen Longbons1-1/+1
2014-10-05Add pretty-printers for timeBen Longbons1-0/+1
2014-08-28Compatibility with gdb 7.4Ben Longbons1-3/+17
2014-08-27fix testsBen Longbons1-0/+2
2014-08-27Debug debuggingBen Longbons1-0/+35