Re: GDB Error: No symbol table is loaded
Re: GDB Error: No symbol table is loaded
- Subject: Re: GDB Error: No symbol table is loaded
- From: Jim Ingham <email@hidden>
- Date: Mon, 17 Nov 2003 09:25:49 -0800
If you are building using ZeroLink, this is because the file that gets
loaded at startup is just the ZeroLink stub, and only contains
bootstrap code and no debugging information. This means you need to
use the "future-break" command rather than the "break" command to set
breakpoints (Xcode will do this for all the breakpoints you set with
the UI). Once the app is up and running, all the symbols will get
mapped in and be available.
Jim
On Nov 17, 2003, at 8:35 AM, Andri Monin wrote:
Hi,
I'm a french beginner of xcode building. I'm using for the first time
Xcode (instead of Project Builder), and when I try debugging, although
the item "generate debugging symbol" is checked, I have the following
error message:
GDB Error: No symbol table is loaded. Use the "file" command.
Could anyone help me?
Regards,
Andre.
_______________________________________________
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.
_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Jim Ingham
email@hidden
Developer Tools - gdb
_______________________________________________
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.