This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [llgs] Fix `?` packet response for running threads
ClosedPublic

Authored by mgorny on Jun 29 2022, 11:01 PM.

Details

Summary

Fix the response to ? packet for threads that are running at the time
(in non-stop mode). The previous code would wrongly send or queue
an empty response for them.

Sponsored by: The FreeBSD Foundation

Diff Detail

Event Timeline

mgorny created this revision.Jun 29 2022, 11:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2022, 11:01 PM
Herald added a subscriber: arichardson. · View Herald Transcript
mgorny requested review of this revision.Jun 29 2022, 11:01 PM
labath accepted this revision.Jun 30 2022, 1:34 AM
This revision is now accepted and ready to land.Jun 30 2022, 1:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2022, 9:42 AM