[all-commits] [llvm/llvm-project] 82a388: Revert "Reset the wakeup timeout when we re-enter ...
jimingham via All-commits
all-commits at lists.llvm.org
Mon May 17 15:38:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82a38837150099288a1262391ef43e1fd69ffde4
https://github.com/llvm/llvm-project/commit/82a38837150099288a1262391ef43e1fd69ffde4
Author: Jim Ingham <jingham at apple.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Target/Process.cpp
M lldb/source/Target/TargetProperties.td
A lldb/test/API/functionalities/gdb_remote_client/TestHaltFails.py
M lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
Log Message:
-----------
Revert "Reset the wakeup timeout when we re-enter the continue wait."
This reverts commit bd5751f3d249ec0798060bd98c07272174c52af0.
This patch series is causing us to every so often miss switching
the state from eStateRunning to eStateStopped when we get the stop
packet from the debug server.
Reverting till I can figure out how that could be happening.
More information about the All-commits
mailing list