Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API change for Disassembly just before M7?

Hi,

I never noticed that the Disassembly logic for DSF-GDB is not ready for multi-process.
Luckily, the fix is very small (3 lines besides a small change in the JUnit tests).
Details can be seen in http://bugs.eclipse.org/344298

The change is an API change which removes an 'implements IDisassemblyDMContext' 
from one class (GDBControlDMContext) and moves it to another (MIContainerDMC), just like
was done for breakpoints.  It's pretty late in the cycle for such an API change, but if not done
now it will need to be done for the next release for sure.   So, I'd like to bite the bullet and 
do it now.  And to avoid more delays, I'd like to do it before the M7 build scheduled
for Monday noon.

Does anyone think it is a bad idea?

Thanks

Marc


Back to the top