1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00
This commit is contained in:
Alain Magloire 2002-10-10 22:06:17 +00:00
parent e0077adce6
commit 3cba8eaf06

View file

@ -1,3 +1,23 @@
2002-10-10 Alain Magloire
The Eclipse/UI/Debug framewok is being very repetive
and each command can be ask 2, 3 times. So we'll try
to make certain commands smarter by not reissuing them
to gdb if the state is the same. We do this when
selecting the thread and when selecting the stackframe.
The other problem is that Eclipse/UI/Debug is calling
ICDISession.terminate() twice, this is catch by looking
at isTerminated().
* cdi/CThread.java (setCurrentStackFrame): Make it smarter
to not reselect the stack level if it is already at that
level.
* MISession.java (isTerminated): Declare a flag that will
hold the state.
(terminate): Check if it was call already.
2002-10-10 Alain Magloire 2002-10-10 Alain Magloire
* SourceManager.java: Implement getInstructions(). * SourceManager.java: Implement getInstructions().