Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-05 | debug-debug: Update deprecated gdb syntax | Freeyorp | 1 | -3/+3 | |
2024-03-18 | Workaround "Function... not defined in.." (breakpoints not found) (GDB bug) | Fedja Beader | 1 | -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-17 | add missing parentheses in debug-debug | gumi | 1 | -3/+3 | |
2014-10-16 | Split tests a lot | Ben Longbons | 1 | -1/+1 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 1 | -1/+1 | |
2014-10-05 | Add pretty-printers for time | Ben Longbons | 1 | -0/+1 | |
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 1 | -3/+17 | |
2014-08-27 | fix tests | Ben Longbons | 1 | -0/+2 | |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -0/+35 | |