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
Paths
| Differential D128879
[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 Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2022, 1:34 AM mgorny added a child revision: D128893: [lldb] [llgs] Fix disabling non-stop mode.Jun 30 2022, 1:50 AM Closed by commit rGab9f1e88fd8a: [lldb] [llgs] Fix `?` packet response for running threads (authored by mgorny). · Explain WhyJul 15 2022, 9:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 445026 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/test/API/tools/lldb-server/TestNonStop.py
|