[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-debug-dev] GDB does not stop on cross targets
|
I am working with m68k development hosted on win32 Eclipse IDE and build with gnu. Unfortunately GDB does not break at pause or stop command as host cygwin-special gdb does. Is anybody outthere who managed to resolve this? My GDB (m68k-bdm-elf-gdb, built for and by eclipse/cygwin hosted system) breaks if I press CTRL+C in standalone version. It also breaks when I let it run in host-GDB under Eclipse (if signals are passed). But as soon as my GDB does not have it's own ugly console window (in Eclipse), it does not break. Does anybody know the trick redhat applied to build the cygwin-special version of GDB 6.3 that works on Eclipse? It works with some delay, but if we are patient the inferior process stops. This cygwin-special debugger is dependant to additional dlls as Tickle and COMCTRL32. Maybe this is a way to fool the OS, but how can it be applied?