[all-commits] [llvm/llvm-project] 64bb9c: [lldb] [Process/gdb-remote] Fix TID reading to use...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Mar 30 04:59:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64bb9cf7bf8df85cbe75f0848840156d3c316207
https://github.com/llvm/llvm-project/commit/64bb9cf7bf8df85cbe75f0848840156d3c316207
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list