Re: [PATCH] gdb: invalidate register cache after monitor commands
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Andrew" == Andrew Burgess <[email protected]> writes: Andrew> I don't find any of these example particularly clear. They all kind of Andrew> hint towards a problem, but it would be nice to have at least one fully Andrew> explained case. I wonder also if this conceptually conflicts with your patch "avoid switching threads for send_packet where possible". In that patch, you mention an unwinder sending a remote packet during unwinding. If that packet happens to be a 'monitor' command, then presumably something bad will happen due to flushing the register cache while unwinding. Tom