Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Steps to use another Debugger other than GDB

Madan,
 
I too would be very interested in any information that you receive concerning this implementation.  Where I work we make use of in in-house debugger along with our own C/C++ compilers and development tools to perform software development.  The debugger command set is not even close to gdb and I would like to create and interface to allow our developers to use our debugger from within Eclipse.
 
Thanks for any information,
 
Jeff Polzin
SAS Institute Inc.
Cary, NC


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of SharkEater (sent by Nabble.com)
Sent: Monday, February 06, 2006 9:00 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Steps to use another Debugger other than GDB

Hi

I am working on a project where it requires me a third party debugger other than the GDB debugger in CDT.

What are the measures and things should i take care of to make this happen. I made a few initial research of how GDB is so hardcorely intergrated with CDT and managed to isolate a few interfaces and their implementations which gave me a clue.

I am worried about the inital steps that has to be taken into consideration in case of implementing a new debugger.

Please send in any sort of suggestions that could be helpful.

Regards,
Madan

View this message in context: Steps to use another Debugger other than GDB
Sent from the Eclipse CDT - General forum at Nabble.com.

Back to the top