I would like to be able to set a breakpoint in a function contained within a shared library. I am using GVD and GDB under Solaris. I have compiled the shared libraries with the -g option enabled.
The aim is to start an application which links to the shared library to debugged. Even if the application was not compiled with the -g option enabled. What's the best way of achieving this?
The aim is to start an application which links to the shared library to debugged. Even if the application was not compiled with the -g option enabled. What's the best way of achieving this?