1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2002-10-26 23:40:44 +00:00
parent 57bc7c4a2d
commit 7c6cf4d75f

View file

@ -1,3 +1,12 @@
2002-10-25 Alain Magloire
* src/.../core/cdi/CThread.java (getStackFrames): Save the
current thread before changing and restore when operation finish.
* src/.../core/cdi/MemoryBlock.java (refresh): Flush the old
data and get new memory.
(update): New method to compare individual blocks.
2002-10-25 Alain Magloire
Automatically suspend/resume gdb when setting a breakpoint.