aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-03-11 09:53:42 +0000
committerPavel Labath <labath@google.com>2015-03-11 09:53:42 +0000
commita55a953a29ebfc3f960531c2bcea3400d4cce4fe (patch)
tree2e8818cc9647c531335e99bab2147f071596cdad /llvm/lib/CodeGen/MachineFunctionPass.cpp
parente5bdc8516eb7ffb6d637a098d957f27b8f61805c (diff)
downloadllvm-a55a953a29ebfc3f960531c2bcea3400d4cce4fe.zip
llvm-a55a953a29ebfc3f960531c2bcea3400d4cce4fe.tar.gz
llvm-a55a953a29ebfc3f960531c2bcea3400d4cce4fe.tar.bz2
Fix bug in ProcessGDBRemote
Summary: ProcessGDBRemote::AsyncThread nuked its own thread handle upon exiting. This prevented the main thread from joining it correctly in StopAsyncThread. I address this by moving the Reset() call to StopAsyncThread, after the join. Reviewers: clayborg, zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D8218 llvm-svn: 231915
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions