mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
New method in ICBreakpoint - "isConditional".
Added a status functionality to the CDebugElement class.
This commit is contained in:
parent
7ef7176558
commit
8db10675f9
1 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,16 @@
|
||||||
|
2003-05-05 Mikhail Khodjaiants
|
||||||
|
Added a status functionality to the CDebugElement class.
|
||||||
|
This allows to reflect the problems occured in the element in UI.
|
||||||
|
* ICDebugElementErrorStatus.java: new
|
||||||
|
* CDebugElement.java: implementation
|
||||||
|
* CThread.java
|
||||||
|
* CDebugTarget.java
|
||||||
|
|
||||||
|
2003-05-05 Mikhail Khodjaiants
|
||||||
|
New method in ICBreakpoint - "isConditional".
|
||||||
|
* ICBreakpoint.java
|
||||||
|
* CBreakpoint.java
|
||||||
|
|
||||||
2003-05-02 Mikhail Khodjaiants
|
2003-05-02 Mikhail Khodjaiants
|
||||||
Notify the Launch view about stack changes when handling the 'Resumed' event.
|
Notify the Launch view about stack changes when handling the 'Resumed' event.
|
||||||
* CThread.java
|
* CThread.java
|
||||||
|
|
Loading…
Add table
Reference in a new issue