mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +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);
|
processMIOOBRecord(oobs[i], list);
|
||||||
}
|
}
|
||||||
// If not waiting for any command results, don't need the result in the oobList
|
// If not waiting for any command results, don't need the result in the oobList
|
||||||
if (rxQueue.isEmpty())
|
// This breaks detecting shared library event handling. See bug 302927
|
||||||
oobList.clear();
|
// if (rxQueue.isEmpty())
|
||||||
|
// oobList.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
MIEvent[] events = list.toArray(new MIEvent[list.size()]);
|
MIEvent[] events = list.toArray(new MIEvent[list.size()]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue