1. 408b0f5 HostThreadPosix::Cancel: remove android-specific implementation by Pavel Labath · 8 years ago
  2. c12c0c5 [POSIX] Replace assert with llvm_unreachable(). NFCI. by Davide Italiano · 8 years ago
  3. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  4. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 718e296 Disable HostThread::Cancel assertion on FreeBSD by Ed Maste · 9 years ago
  7. 1e20f02 Fix some long standing issues that caused tests to be flaky. by Greg Clayton · 9 years ago
  8. 62f24e9 Fix being able to get a thread result when calling HostThreadPosix::Join(). It was broken when initially checked in by getting the thread result into a temporary variable and never doing anything with it. Most threads in LLDB don't look at their thread results, but launching processes in a terminal window on MacOSX does require getting a thread result and this broke "process launch --tty" on darwin. by Greg Clayton · 11 years ago
  9. cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
  10. acee96a Fix up the HostThread interface, making the interface simpler. by Zachary Turner · 11 years ago
  11. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago