Re: [PATCH] gdb: invalidate register cache after monitor commands
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Jerry" == Jerry Zhang Jian <[email protected]> writes: Jerry> Tom, I checked the interaction with the related remote-packet Jerry> change. This patch invalidates the register cache only after the Jerry> CLI monitor command completes, so it does not run in the middle Jerry> of an unrelated packet send or unwinding operation. I mean I suppose the unwinder in theory could invoke a 'monitor' command. Though I suppose we could tell people they have to send a raw packet instead; which isn't so bad since anything like this is pretty weird/extreme anyway. Tom