mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
updated.
This commit is contained in:
parent
089f19bef4
commit
fdd0895a3d
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-01-28 Alain Magloire
|
||||||
|
|
||||||
|
* src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java (setCurrentFrame):
|
||||||
|
New method.
|
||||||
|
|
||||||
2003-01-27 Mikhail Khodjaiants
|
2003-01-27 Mikhail Khodjaiants
|
||||||
Managing breakpoints from the gdb console.
|
Managing breakpoints from the gdb console.
|
||||||
* CDebugCorePlugin.java
|
* CDebugCorePlugin.java
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
2003-01-28 Alain Magloire
|
||||||
|
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/ArgumentObject.java:
|
||||||
|
Use ICDIStackFrame in the constructor.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/RegisterObject.java:
|
||||||
|
Use ICDIStackFrame in the constructor.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java:
|
||||||
|
Use ICDIStackFrame in the constructor.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java (getVariables):
|
||||||
|
No need to cast to StackFrame.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java (setCurrentFrame):
|
||||||
|
Implement new method, takes a boolean as the second method.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java:
|
||||||
|
No need to cast to StackFrame.
|
||||||
|
* src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java:
|
||||||
|
No need to cast to StackFrame.
|
||||||
|
|
||||||
2003-01-28 Alain Magloire
|
2003-01-28 Alain Magloire
|
||||||
|
|
||||||
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java (getCondition):
|
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java (getCondition):
|
||||||
|
|
Loading…
Add table
Reference in a new issue