summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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