Avoiding "No symbol table is loaded" gdb error n Leopard?
Avoiding "No symbol table is loaded" gdb error n Leopard?
- Subject: Avoiding "No symbol table is loaded" gdb error n Leopard?
- From: Jim Correia <email@hidden>
- Date: Wed, 9 Jan 2008 17:55:41 -0500
I often find myself attaching to a process with gdb at the command
line to debug it.
On Tiger, I could stop at a breakpoint in the attached process and
examine values. On Leopard, I get the following error:
(gdb) po *(id *)($ebp+8)
No symbol table is loaded. Use the "file" command.
If I take its literal advice, it then warns me that it is going to
terminate the current process. That's not what I wanted.
I tried `symbol-file` and that didn't seem to solve the problem either.
What do I need to do differently?
Thanks,
Jim
_______________________________________________
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