1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

[302927] Reverting fix because it broke shared library event handling

This commit is contained in:
Marc Khouzam 2010-02-18 16:00:37 +00:00
parent 1e9767d045
commit 46379aed09

View file

@ -260,8 +260,9 @@ public class RxThread extends Thread {
processMIOOBRecord(oobs[i], list);
}
// If not waiting for any command results, don't need the result in the oobList
if (rxQueue.isEmpty())
oobList.clear();
// This breaks detecting shared library event handling. See bug 302927
// if (rxQueue.isEmpty())
// oobList.clear();
}
MIEvent[] events = list.toArray(new MIEvent[list.size()]);