mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
PR: 53470
This commit is contained in:
parent
584e951711
commit
9d31c68ce5
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ public class CThread extends CDebugElement implements ICThread, IRestart, IResum
|
|||
* @return <code>true</code> if all frames are same
|
||||
*/
|
||||
private boolean compareStackFrames( ICDIStackFrame[] newFrames, List oldFrames, int offset, int length ) {
|
||||
if (offset<0) return false;
|
||||
int index = offset;
|
||||
Iterator it = oldFrames.iterator();
|
||||
while( it.hasNext() && index < newFrames.length ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue