1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Support of the thread-specific breakpoints.

Fix for the error handling of the asynchronous operations.
This commit is contained in:
Mikhail Khodjaiants 2004-10-19 18:57:22 +00:00
parent 28b6334ebe
commit 316f9255b6

View file

@ -1,3 +1,10 @@
2004-10-19 Mikhail Khodjaiants
Support of the thread-specific breakpoints.
Fix for the error handling of the asynchronous operations.
* CBreakpointManager.java
* CDebugTarget.java
* CoreModelMessages.properties
2004-10-18 Alain Magloire
Make ICDIRuntimeOptions be part of ICDITarget
* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java