aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-803/+673
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-7/+7
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-3/+3
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-4/+4
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener1-1/+1
2015-10-09Remove long-forgotten plugin virtuals.Bruce Mitchener1-17/+0
2015-09-02Try to fix FreeBSD build.Zachary Turner1-12/+12
2015-08-28Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*)Sylvestre Ledru1-0/+14
2015-07-28Remove eNewThreadMessage from FreeBSD process monitorEd Maste1-14/+1
2015-07-28Remove POSIX thread/process abstractionEd Maste1-11/+796
2015-04-03Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer1-0/+2
2015-04-03[Plugin/Process] Use std::call_once() to initialize.Davide Italiano1-5/+3
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack1-8/+1
2014-09-15use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala1-2/+1
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala1-2/+12
2014-05-02Fix format string for 32bit systems.Joerg Sonnenberger1-1/+1
2014-03-25Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson1-2/+0
2014-02-28Restore signal delivery to the inferior on FreeBSDEd Maste1-6/+5
2014-02-19Disable breakpoint sites upon detach on FreeBSDEd Maste1-0/+2
2013-12-09Threaded inferior support for FreeBSDEd Maste1-19/+126
2013-08-30Clean up warnings in ProcessFreeBSD::UpdateThreadListEd Maste1-3/+2
2013-08-30Move detach to FreeBSD- and Linux-specific classes.Ed Maste1-0/+18
2013-08-29Fix FreeBSD build after r189295Ed Maste1-1/+1
2013-08-29fix FreeBSD build errorDaniel Malea1-1/+1
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-4/+23
2013-05-10<rdar://problem/13854277>Greg Clayton1-10/+5
2012-04-14Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen1-4/+0
2012-04-12Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton1-2/+2
2012-02-27Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.Greg Clayton1-3/+8
2012-01-05Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen1-0/+136