summaryrefslogtreecommitdiff
path: root/tools/debug-debug.gdb
AgeCommit message (Collapse)AuthorFilesLines
2024-03-18Workaround "Function... not defined in.." (breakpoints not found) (GDB bug)Fedja Beader1-1/+14
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*); Thanks to ssbssa@#gdb for pointing this out.
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