-
- Downloads
[lldb] [gdb-remote client] Avoid zero padding PID/TID in H packet
Change SetCurrentThread*() logic not to include the zero padding in PID/TID that was a side effect of 02ef0f5a. This should fix problems caused by sending 64-bit integers to 32-bit servers. Reported by Ted Woodward. Differential Revision: https://reviews.llvm.org/D106832
Showing
- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 3 additions, 6 deletions...ugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
- lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp 2 additions, 2 deletions...s/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
Loading
Please register or sign in to comment