How to Write Native C++ Debugger Visualizers in gdb/ TotalView for Complicated Types. i Mean suppose we have one complex type which contains again more different types. how to get debug symbol of these complex type. Note: for Reference you can look at link which is for Visual Studio. But i need for gdb/TOtalView on linux. http://www.idigitalhouse.com/Blog/?p=83

thanks in advance.

link|improve this question
+1 for the link to the article for MSVS...something I'm looking for a while :-) – Rüdiger Stevens Feb 28 '11 at 16:40
feedback

1 Answer

GDB and TotalView are completely different products.

Instructions for GDB are here.

Instructions for TotalView used to be here. That link is currently broken, but google has a copy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.