1. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  2. 7d9a419 Remove long-forgotten plugin virtuals. by Bruce Mitchener · 10 years ago
  3. 12004eb Try to fix FreeBSD build. by Zachary Turner · 10 years ago
  4. 79cb009 Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*) by Sylvestre Ledru · 10 years ago
  5. 63c9fa0 Remove eNewThreadMessage from FreeBSD process monitor by Ed Maste · 10 years ago
  6. fe5a642 Remove POSIX thread/process abstraction by Ed Maste · 10 years ago
  7. 3f69fa6 Sprinkle some #include <mutex> in files that use std::call_once. by Benjamin Kramer · 11 years ago
  8. c8d6982 [Plugin/Process] Use std::call_once() to initialize. by Davide Italiano · 11 years ago
  9. 5f4b6c7 Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging by Robert Flack · 11 years ago
  10. 7b0917a use std::atomic<> to protect variables being accessed by multiple threads by Todd Fiala · 11 years ago
  11. 4ceced3 Consolidate UnixSignals setting/getting in Process. by Todd Fiala · 11 years ago
  12. 420708a Fix format string for 32bit systems. by Joerg Sonnenberger · 11 years ago
  13. c3826b5 Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlans() into base Process::Destroy() instead of in subclass DoDestroy() methods. by Andrew MacPherson · 12 years ago
  14. c71f60f Restore signal delivery to the inferior on FreeBSD by Ed Maste · 12 years ago
  15. dc97e23 Disable breakpoint sites upon detach on FreeBSD by Ed Maste · 12 years ago
  16. 7fd845c Threaded inferior support for FreeBSD by Ed Maste · 12 years ago
  17. 62dd8a4 Clean up warnings in ProcessFreeBSD::UpdateThreadList by Ed Maste · 12 years ago
  18. 7dcb77d Move detach to FreeBSD- and Linux-specific classes. by Ed Maste · 12 years ago
  19. 825d208 Fix FreeBSD build after r189295 by Ed Maste · 12 years ago
  20. 70e7e19 fix FreeBSD build error - s/LogSP/Log */ in ProcessMonitorFreeBSD.cpp by Daniel Malea · 12 years ago
  21. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  22. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  23. 7b9f93a Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: by Johnny Chen · 14 years ago
  24. c3c0b0e Remove the GetSequenceMutex timeout that isn't being used in the GDB remote plug-in. by Greg Clayton · 14 years ago
  25. 29d1930 Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes. by Greg Clayton · 14 years ago
  26. 9ed5b49 Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: by Johnny Chen · 14 years ago