and I've been trying to get gdb working better with STL containers.
My attempts to get gdb++ working have been stymied by its dependencies on other things that I don't know where to get, and trying to make the python pretty-printers work hasn't yielded any results at all so far. I already knew that gdb-stl-utils was broken (that page says SGI only, which explains a lot).
I've had some success with gdb-stl-views----pvector and pdeque work great, and it's easy to install. However, both pmap and pset appear to be broken. When I try to use them gdb begins running again as if I had typed "continue" but becomes unresponsive to any further commands. I've had to resort to kill -9'ing the process from another window.
Bookmarks