I need to inspect the boost containers (unordered_map, unordered_set etc) in gdb (linux)? How can I do that?

Similar stuff for STL containers is available at http://sourceware.org/gdb/wiki/STLSupport, but I couldn’t find for Boost anywhere.

 

Thanks a lot for your help!