Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux.

llvm-svn: 165806
This commit is contained in:
Greg Clayton
2012-10-12 16:23:23 +00:00
parent 3c2fabf27a
commit df3df25a71
6 changed files with 8 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ using namespace lldb;
using namespace lldb_private;
POSIXThread::POSIXThread(ProcessSP &process, lldb::tid_t tid)
POSIXThread::POSIXThread(Process &process, lldb::tid_t tid)
: Thread(process, tid),
m_frame_ap(0)
{