[Lldb-commits] [lldb] r123500 - /lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h

Stephen Wilson wilsons at start.ca
Fri Jan 14 16:11:28 PST 2011


Author: wilsons
Date: Fri Jan 14 18:11:28 2011
New Revision: 123500

URL: http://llvm.org/viewvc/llvm-project?rev=123500&view=rev
Log:
Use the correct type for thread handle.

Modified:
    lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h

Modified: lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h?rev=123500&r1=123499&r2=123500&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h (original)
+++ lldb/trunk/source/Plugins/Process/Linux/ProcessMonitor.h Fri Jan 14 18:11:28 2011
@@ -140,7 +140,7 @@
     lldb::pid_t m_pid;
     int m_terminal_fd;
 
-    uint32_t m_monitor_thread;
+    lldb::thread_t m_monitor_thread;
 
     lldb_private::Mutex m_server_mutex;
     int m_client_fd;





More information about the lldb-commits mailing list