[lldb] [Process/gdb-remote] Fix TID reading to use U64
authorMichał Górny <mgorny@moritz.systems>
Tue, 30 Mar 2021 11:30:12 +0000 (13:30 +0200)
committerMichał Górny <mgorny@moritz.systems>
Tue, 30 Mar 2021 11:59:32 +0000 (13:59 +0200)
commit64bb9cf7bf8df85cbe75f0848840156d3c316207
tree90395787587258df7d1355492e186217a36ef3df
parenta99b8ae3909106d831d880c1647dabe92f470290
[lldb] [Process/gdb-remote] Fix TID reading to use U64

Fix multiple instances of reading thread-id to use U64 type instead
of U32.  This is consistent with lldb::tid_t being a 64-bit type.
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp