Greets.

I'm having an issue getting breakpoints to work inside a shared library project. I can set breakpoints in the code that generates my executable, but they never resolve (they keep the hourglass icon) when I try to set them in the library code. Furthermore, I can't step into them when I'm debugging.

Some system info:
* I'm running 64-bit Fedora 14
* I'm using QT Creator 2.0.1 and Qt 4.7.0
* My gdb version string is "GNU gdb (GDB) Fedora (7.1-34.fc13)"
* I built both the executable and the shared library with debugging
* I ran the executable in gdb from the command line, and was able to set a breakpoint at a place inside the shared library. It worked there. (That is, all of the debug info files are installed correctly)
* I currently have "use full path information to set breakpoints" selected, although I have tried it both ways, and neither work.
* I'm not getting any gdb-related application output that would indicate what the problem is.

Anyone have any idea what to do about this? I'm lost, and I've tried pretty much everything I could find, but nothing seems to be working.