Re: [lldb-dev] eStateInvalid handling in ProcessGDBRemote::AsyncThread...

2021-04-28 Thread Jim Ingham via lldb-dev
Can't type acronyms. SBPAWFR should be SCPAWFR, dunno why I got one letter too eager... Jim > On Apr 28, 2021, at 7:20 PM, Jim Ingham via lldb-dev > wrote: > > I have a question about the handling of SendContinuePacketAndWaitForResponse > when an attempt to interrupt the process times out.

[lldb-dev] eStateInvalid handling in ProcessGDBRemote::AsyncThread...

2021-04-28 Thread Jim Ingham via lldb-dev
I have a question about the handling of SendContinuePacketAndWaitForResponse when an attempt to interrupt the process times out. One oddity I noticed is in the handling of the eStateInvalid return from SendContinuePacketAndWaitForResponse (in ProcessGDBRemote::AsyncThread). When there's an asy