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