Go to file
Pavel Labath a55a953a29 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
2015-03-11 09:53:42 +00:00
clang Enable security checks for arc4random() on CloudABI as well. 2015-03-11 08:48:55 +00:00
clang-tools-extra [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
compiler-rt asan: fix leak test for power platform 2015-03-10 10:36:06 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Move Android to the builtin rune table. 2015-03-11 00:51:06 +00:00
libcxxabi Remove unneeded const_cast in readPointerHelper. Pointed out by jroelofs 2015-03-10 21:32:53 +00:00
lld Garbage collect an unused class in Atoms.h 2015-03-11 05:31:07 +00:00
lldb Fix bug in ProcessGDBRemote 2015-03-11 09:53:42 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Now that r231902's test is executed, make it actually pass 2015-03-11 08:17:25 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Assert in isl expression builder if id can not be found [NFC] 2015-03-10 22:35:43 +00:00