Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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 



Back to the top