summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-10-13 02:11:55 +0000
committerGreg Clayton <gclayton@apple.com>2012-10-13 02:11:55 +0000
commitf402f78eb7c259501b0924a54e7e5d94c3b40949 (patch)
tree74a61306245da9d98f099e60270bd9a4cda44b19 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parent998255bfe841a4191d458a56aae0267f673b1a72 (diff)
downloadbcm5719-llvm-f402f78eb7c259501b0924a54e7e5d94c3b40949.tar.gz
bcm5719-llvm-f402f78eb7c259501b0924a54e7e5d94c3b40949.zip
Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 bit thread ID.
llvm-svn: 165862
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index adfec5b6b04..2d6346f6842 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -294,7 +294,7 @@ public:
GetStopReply (StringExtractorGDBRemote &response);
bool
- GetThreadStopInfo (uint32_t tid,
+ GetThreadStopInfo (lldb::tid_t tid,
StringExtractorGDBRemote &response);
bool
OpenPOWER on IntegriCloud