the log entry for SBThread::GetProcess() would not include the pointer to the process...
authorEnrico Granata <egranata@apple.com>
Thu, 28 Feb 2013 02:18:49 +0000 (02:18 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 28 Feb 2013 02:18:49 +0000 (02:18 +0000)
commit0a2df227fc99133641d53de0769028dd8e29497a
treeaafa4b372a64f0557c8eefda791e58f22c79de1b
parenta22cd706a2eca7ff13aaaa54450d466a5bd1cd06
the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process

llvm-svn: 176231
lldb/source/API/SBThread.cpp