Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Integrating C/C++ GUI debugger

Hello,
 
 We have developed an eclipse+CDT based IDE which does the job of building an executable.
Further, we are evaluating the idea of integrating our existing GUI based multi-processor (C++) debugger.
Since GDB was developed by CDT, I'm hoping to get answers/pointers to some questions below.
 
Regarding the Eclipse GUI:
1. Can this thing call Windows DLL?
2. Does it support timer events? (for File IO processing.)
3. If it cannot do the above, will it be able to support Windows threads?
 
Also, where can I get detailed info on Eclipse GUI development tools?
 
Any feedback would be appreciated.
 
Thanks,
Delicia.

Back to the top