4 Commits

Author SHA1 Message Date
Thonsew
77baa9e323 Fixed attribute_value fake enum to match C++ code
Fixed t_interned printer to handle unititialized t_interens correctly

Changed the variable levels of recursion to better handle null
pointers and keep the correct level of recursion.
2011-09-20 21:21:15 +00:00
Thonsew
09268be31e Added set_levels_of_recursion to pretty printers
Added help function to wesnoth_gdb for the pretty printers.

Usage from within gdb:

    python wesnoth_gdb.help()
2011-09-16 19:30:08 +00:00
Thonsew
d61ec9668c Updated pretty printers
1. Added import os for installations where it is not a default

2. Improved check for empty unordered_map

3. Moved strip_type to its own file
2011-09-16 12:28:30 +00:00
Thonsew
38c351d523 Created gdb pretty printers for wesnoth data types...
...t_interned, t_token, t_string, config and config::attribute_value.

Create pretty printers for boost::unordered_map.
2011-09-15 20:16:48 +00:00