#76519 - ion - Wed Mar 22, 2006 10:38 am
Hi all,
I've a setup involving Eclipse as my IDE and I was able to debug in Eclipse using GDB. Recently I redesign some of my code to make it more modular. I'm new-ish to C so was learning as I went along. For some reason when now debugging is not working. I can connect remotely you to the debugger and VisualBoyAdvance is working (as I said the setup was working fine). The GDB server fails with the following message
In the debug box the trace is the following.
Any idea why this may be happening. I'm running on windows and have ZERO experience with GDB, Linux, etc...
ION
I've a setup involving Eclipse as my IDE and I was able to debug in Eclipse using GDB. Recently I redesign some of my code to make it more modular. I'm new-ish to C so was learning as I went along. For some reason when now debugging is not working. I can connect remotely you to the debugger and VisualBoyAdvance is working (as I said the setup was working fine). The GDB server fails with the following message
Code: |
Single stepping until exit from function __do_global_dtors_aux,
which has no line number information. Cannot find bounds of current function |
In the debug box the trace is the following.
Code: |
GDB Server (22/03/06 09:35) (Suspended) Thread [0] (Suspended) 2 __do_global_dtors_aux() 0x02000260 1 <symbol is not available> 0x0200ddc0 |
Any idea why this may be happening. I'm running on windows and have ZERO experience with GDB, Linux, etc...
ION