This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: [Bdm-devel] RE: Problems using Insight/GDB for Coldfire
On Wed, 2003-10-01 at 00:20, Paul Whitfield wrote:
> However, the insight GUI seems to have problems understanding the
> current state of the interface. I.e. the buttons on the top
> of the window are always greyed out.
This is almost always a bug in the backend support for gdb. Do -- all
from the console window:
1) tk ManagedWin::open DebugWin
2) [set baudrate or any other target options]
3) target MYTARGET DEVICE
4) tk gdb_target_has_execution
5) tk set ::gdb_running
Notice that if the backend is operating properly, the answer to both #3
and #4 will be >0. Any errors show up in the debug window?
Keith