开发者

How to Write Native C++ Debugger Visualizers in gdb/ TotalView for Complicated Types

开发者 https://www.devze.com 2023-02-13 16:40 出处:网络
How to Write Native C++ Debugger Visualizers in gdb/ TotalViewfor Complicated Types. i Mean suppose we have one complex type which contains again more different types.

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.


GDB and TotalView are completely different products.

Instructions for GDB are here.

Instructions for TotalView are here. If that link doesn't work, google has a copy.


I think the C++ View feature from TotalView is what you are looking for. To confirm that, you may want to have a look at the following video: TotalView: Introducing C++ View. And more information can be found in the online documentation.

0

精彩评论

暂无评论...
验证码 换一张
取 消