Tagged Questions

2
votes
1answer
164 views

How to Write Native C++ Debugger Visualizers in gdb/ TotalView for Complicated 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 ...
1
vote
1answer
351 views

How do you set the current directory of a debugged process?

I have an application that is sensitive to the directory it gets invoked from — it loads some files using relative paths. When I start the program through a debugger, how can I control what the ...