Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Using CDT Debugging for other gdb targets

Hello,

	I am interested in enhancing eclipse to work with a couple of gdb
versions I have for the Coldfire processor.

I am using GDB 6.1 with the m68k-bdm-elf target (which is a background debug
module)
And I have compiled GDB with the m68k-dbug-elf target (which is a serial
connection to a ROM monitor on the board)

Both of these debuggers work well from the command line and now I would like
to support them using eclipse as the front end.

So my question is where do I start?  I have tried just adding a new debugger
in the IDE, but it only give me the option for GDBServer.  So I am assuming
I need to add a plugin or modify the CDT?

Is there a document similar to the one "Managed Build System Extensibility
Document"?

I am now using Eclipse 3.0 and CDT 2.0 Release builds.

Any help is appreciated,

Thank you,

Mike Lavender



Back to the top