Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] RE: Error creating process while debugging with my target specific gdb

There is a new class - GDBCDIDebugger instead of GDBDebugger.

----- Original Message ----- From: "Aparna Argade" <AparnaA@xxxxxxxxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Tuesday, December 13, 2005 7:01 AM
Subject: [cdt-dev] RE: Error creating process while debugging with my target specific gdb


Hi,
My problem is solved. I implemented my Debugger differently. Earlier I
had extended GDBDebugger. Now I directly implemented ICDIDebugger. It
worked.
The possible reason of failure in my earlier version could be
GDBDebugger, who implements ICDebugger, which is deprecated.
Thanks,
Aparna

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top