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.