Re: Why does Xcode's GDB Stop in "dyld_func_lookup_pointer"?
Re: Why does Xcode's GDB Stop in "dyld_func_lookup_pointer"?
- Subject: Re: Why does Xcode's GDB Stop in "dyld_func_lookup_pointer"?
- From: Philip Mötteli <email@hidden>
- Date: Sun, 16 Nov 2003 09:43:36 +0100
Hi
I have a foundation tool and an application. Both of these
applications run perfectly stand-alone and in the debugger (gdb) from
the command line.
But when I want to debug in Xcode, the dyld seems to stop and I have
the following backtrace:
(gdb) bt
#0 0x00003210 in dyld_func_lookup_pointer ()
#1 0x00003208 in dyld_func_lookup_pointer ()
Am 15.11.2003 um 21:31 schrieb chris friesen:
Your cached sym files (for gdb) need to be regenerated. You need to
run the following at the command line:
sudo /usr/libexec/gdb/cache-symfiles
Very unfortunately, this didn't change anything. I even removed the sym
folder completely, so I had no messages about sym files out-of-date
anymore. But still, the debugger in Xcode stopps at the very same
place, during the debugger, started from the Terminal, runs the program
without the slightest problem.
Thanks
Phil
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.