Paul Breed - 2002-09-21

It is my intention to modify DEV-CPP to
work as an embedded cross development
environment.
The primary changes are to the compiler settings
and the debugger/cpu pane interface.

I will make these changes on my own, but it
would be far nicer if we can work out some
method where we can make thoose sections of the
system modular.

It would be nice if:
1) we could have the compiler.pas and makefile generation stuff in a seperate "unit".

2)We could have the CPU pane and debugger start
up settings in a seperate "unit".
The current CPU pane is hardcoded for X86 only,
yet GDB can provide a list of registers so
one can dynamically generate a CPU view panel.

In addition for it would be nice to add several aditional debugging panes (subject of my next post)

Any thoughts or suggestions?