GDB Error stepping over strcmp()
GDB Error stepping over strcmp()
- Subject: GDB Error stepping over strcmp()
- From: Steve Sisak <email@hidden>
- Date: Mon, 7 Jan 2008 15:41:12 -0500
Xcode 2.5
Mac OS C 10.4.11
PowerMac G5 Quad
DWARF symbols, no dSYM
I'm having an annoying problem debugging a particular application
where if I attempt to step over certain library calls, I find myself
stopped in GDB with the error:
GDB: Error: Xcode could not locate source file prime.c (line: 276)
According to the stack trace I am in the function dyld_stub_strcmp
when I step over strcmp(), so I suspect it has something to do with
lazy loading of symbols.
If I try to step out, I end up with the error:
Error from Debugger: "finish" is not meaningful in outermost frame
and my debugging session is pretty much dead.
Needless to say, this is making debugging somewhat excruciating.
I've tried a full rebuild and deleting everything but the .pbxproj
file from the project bundle in case there was a bad breakpoint.
Nothing interesting in console.log.
Any suggestions would be appreciated.
Thanks,
-Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden