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:
parent
1e9767d045
commit
46379aed09
1 changed files with 3 additions and 2 deletions
|
@ -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()]);
|
||||
|
|
Loading…
Add table
Reference in a new issue