This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with function pointers in C++


Geert Vancompernolle wrote:
Can you send me a binary with debug info present?

That file does have debug info. [If it contained no debug info, Insight would have opened a dialog box telling you that.] You can verify this by running "readelf -w" on the binary, which should output all the DWARF debug info.


The more likely culprit is that gdb doesn't know where to find the source files. You'll need to use the "dir" command to add the path to the source files.

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]