Re: Avoiding "No symbol table is loaded" gdb error n Leopard?
Re: Avoiding "No symbol table is loaded" gdb error n Leopard?
- Subject: Re: Avoiding "No symbol table is loaded" gdb error n Leopard?
- From: Jason Molenda <email@hidden>
- Date: Wed, 9 Jan 2008 15:52:18 -0800
On Jan 9, 2008, at 3:37 PM, Jim Correia wrote:
symbol-file is only going to help if you have something to add that
actually HAS debug info in it.
Is there a framework/library on Leopard that has debug information
for id in it, or is casting to a built-in type the best solution?
If your have debug information for the thing you're debugging, you'll
have a definition for id.
gdb needs the cast to know the size of the value and how to print it.
From gdb's perspective a char* is as good as anything else.
J
_______________________________________________
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