Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API breaking change in org.eclipse.cdt.dsf.gdb

Hello,
 
As part of bug 305178 I made an API breaking change:
 
In the IGDBBackend interface, I added a method:
 
"public void interrupt(RequestMonitor)"
 
unlike the existing method: "public void interrupt()"
 
the new one allows to indicate to the caller if the interrupt was successful or not.
This is more in-line with what CDI does.
 
I've updated the webpage.
 
Please let me know if this is a problem for anyone.
 
Thanks
 
Marc
 
 
 
 

Back to the top