Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-07 | Revert "Workaround "Function... not defined in.." (breakpoints not found) ↵ | Fedja Beader | 1 | -3/+1 | |
(GDB bug)" This reverts commit 7714c7c7bfe67e632b7f8162a5eab3eb7e4d0080. | |||||
2024-02-07 | Use deprecated form because we're still in 2018 | Fedja Beader | 1 | -1/+1 | |
2024-01-28 | Workaround "Function... not defined in.." (breakpoints not found) (GDB bug) | Fedja Beader | 1 | -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-28 | Make GDB's output more verbose | Fedja Beader | 1 | -5/+9 | |
2024-01-28 | set logging on|off is a deprecated alias for set logging enabled on|off | Fedja Beader | 1 | -3/+3 | |
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 | |