Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Additional Info & Questions

Hello,

Additional info that I found:

- A result of stack tracing the stepOver() calls (see the attached PDF)

- CThread (A thread in a C/C++ debug model) has a private variable of
the type ICDIThread. Thus, CThread is a proxy to the underlying CDI
thread.


CDI

- CDI is C/C++ Debug Interface (not Common Debug Interface).
It has C/C++ flavor in it, e.g. registers.

- Is PTP geared towards C/C++ ? What happened if we want to run
parallel Java programs?
org.eclipse.ptp.debug.core certainly depends on CDT plugins.

- The CDI (in CDI folder of org.eclipse.cdt.debug.core) doesn't depend
on the rest of CDT, so it can always be re-factored / forked to be put
into PTP.

Comments? Opinions?


Donny

Attachment: StepOver.pdf
Description: Adobe PDF document


Back to the top