$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost container inspector in gdb (linux)...
From: Shashank Prasad (shasha_at_[hidden])
Date: 2012-03-28 09:01:04
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!