2004-11-24 Alain Magloire
Use the ICDITarget.deleteAllBreakpoints() for speed. * org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
|
typo "uint31_t" vs "uint32_t" for PR 77435
|
Typo int definition of "uint32_t" it was define to "uint31_t" !!
|
2004-11-24 Alain Magloire
Make the terminate() more responsive when gdb is shuting down. See long discussion part of the 77435 fixes and 40087.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java * mi/org/eclipse/cdt/debug/core/MIInferior.java
|