summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-4/+3
* Fix FreeBSD build.Zachary Turner2017-03-071-2/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-2/+2
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-1/+0
* Remove the verbose category in the posix channelPavel Labath2017-02-061-13/+5
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* FreeBSD ARM support for software single stepEd Maste2017-01-241-1/+199
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-803/+673
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-7/+7
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-4/+4
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-091-17/+0
* Try to fix FreeBSD build.Zachary Turner2015-09-021-12/+12
* Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*)Sylvestre Ledru2015-08-281-0/+14
* Remove eNewThreadMessage from FreeBSD process monitorEd Maste2015-07-281-14/+1
* Remove POSIX thread/process abstractionEd Maste2015-07-281-11/+796
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+2
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-5/+3
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-8/+1
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-2/+1
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-2/+12
* Fix format string for 32bit systems.Joerg Sonnenberger2014-05-021-1/+1
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-2/+0
* Restore signal delivery to the inferior on FreeBSDEd Maste2014-02-281-6/+5
* Disable breakpoint sites upon detach on FreeBSDEd Maste2014-02-191-0/+2
* Threaded inferior support for FreeBSDEd Maste2013-12-091-19/+126
* Clean up warnings in ProcessFreeBSD::UpdateThreadListEd Maste2013-08-301-3/+2
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-301-0/+18
* Fix FreeBSD build after r189295Ed Maste2013-08-291-1/+1
* fix FreeBSD build errorDaniel Malea2013-08-291-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+23
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+5
* Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:Johnny Chen2012-04-141-4/+0
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-2/+2
* Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.Greg Clayton2012-02-271-3/+8
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+136
OpenPOWER on IntegriCloud