When selecting threads gdb can reset the current stack frame on us. We should be aware of it and reset.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/mode/Target.java
|
Do not use the cache stackframe.
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
|
Extend on the fix by Bogdan PR 67656 and
do not get the children for ADDED/REMOVE case
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
|