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: chris friesen <email@hidden>
- Date: Sat, 15 Nov 2003 12:31:59 -0800
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
-chris
On Nov 15, 2003, at 6:45 AM, Philip Mvtteli wrote:
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 ()
The startup messages are the following:
GNU gdb 5.3-20030128 (Apple version gdb-292) (Sat Sep 20 03:22:27 GMT
2003)
This GDB was configured as "powerpc-apple-darwin".
tty /dev/ttyp5
warning: Unable to resolve "(null)"; not loading.
[]
warning: Unable to resolve "(null)"; not loading.
warning: Mapped symbol file "/usr/libexec/gdb/symfiles/dyld.syms" uses
a different prefix ("__dyld_") than the one requested (""); ignoring
Program loaded.
run
[Switching to process 3447 local thread 0xd03]
warning: Unable to resolve "(null)"; not loading.
[]
warning: Unable to resolve "(null)"; not loading.
warning: Mapped symbol file "/usr/libexec/gdb/symfiles/dyld.syms" uses
a different prefix ("__dyld_") than the one requested (""); ignoring
Running...
warning: Mapped symbol file "/usr/libexec/gdb/symfiles/dyld.syms" uses
a different prefix ("__dyld_") than the one requested (""); ignoring
warning: Pre-compiled symbol file
"/usr/libexec/gdb/symfiles/libiconv.2.dylib.syms" is out of date (Mon
Oct 27 17:16:54 2003 vs. Wed Sep 24 08:36:29 2003); ignoring
warning: Pre-compiled symbol file
"/usr/libexec/gdb/symfiles/libcrypto.0.9.7.dylib.syms" is out of date
(Mon Nov 3 09:10:00 2003 vs. Wed Sep 24 08:42:02 2003); ignoring
Thanks for any hint!
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.
_______________________________________________
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.