Re: [patch][rfa] Multi core debugging with GDB
"Frank Ch. Eigler" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi - brolley wrote: > [...] > 3) Even after proper notfication and yielding were implemented, the > packets never reached their GDB clients because their socket components > were never polled again [...] Looks good overall. For this part (socketio fini), you might consider having a brief loop to encourage all enqueued data to go out. - FChE