Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] Regsiter gorups in CDT


You will find the Register support in the "org.eclipse.debug" plugins in R3.0 M8 of eclipse.

There you will find interfaces.   You must create the concrete objects that represent register groups and registers.

I don't build on or pre-req CDT.   I build directly on the Eclipse workbench debug support.

My debug plugins use a private protocol to work locally or remotely with a wide variety of debug engines.

Back to the top