summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/freebsd/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Change FileSpec constructor signature (2/2)Jonas Devlieghere2018-11-011-4/+2
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+2
* Delete some unused #includes of CleanUp.h, NFCVedant Kumar2018-02-231-1/+0
* Remove unused includes from the Host modulePavel Labath2018-01-241-1/+0
* Remove Platform references from the Host modulePavel Labath2018-01-191-1/+0
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-8/+1
* FreeBSD: attach to pid from different cwdEd Maste2017-09-031-1/+8
* Remove dead Core/StreamFile includesPavel Labath2017-06-301-6/+3
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Simplify FreeBSD Host.cpp with early returnsEd Maste2017-04-231-78/+86
* Correct environ parsing on FreeBSDEd Maste2017-04-071-12/+9
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-17/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-3/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Try to fix freebsd and android builds.Zachary Turner2016-09-191-1/+1
* Reorder FreeBSD Host.cpp #includes to fix buildEd Maste2016-09-061-6/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-219/+199
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-9/+0
* Add NameMatches.h header to fix FreeBSD build after r232673Ed Maste2015-03-191-0/+1
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-29/+0
* Rename the "glob arguments" feature to "shell expand arguments"Enrico Granata2015-02-201-1/+1
* Start the refactoring of globbingEnrico Granata2015-02-201-0/+6
* Use kern.proc.auxv to get the aux dataJustin Hibbits2014-11-011-80/+7
* Fix some bugs from D5988Justin Hibbits2014-10-311-0/+2
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+47
* Create a HostThread abstraction.Zachary Turner2014-09-091-74/+0
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-1/+10
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+2
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-51/+0
* Use standard realloc so FreeBSD Host.cpp can use glibcEd Maste2014-08-071-3/+7
* Implement Host::GetThreadName for FreeBSDEd Maste2014-05-211-0/+29
* Fix types to eliminate compiler warnings in FreeBSD host classEd Maste2014-02-281-2/+2
* Enable Host::LaunchProcess on LinuxDaniel Malea2013-08-271-195/+0
* Fix missing declaration/includes in freebsd/Host.cppDaniel Malea2013-08-271-1/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-19/+296
* Set thread names on FreeBSDEd Maste2013-07-251-0/+2
* Add stub GetThreadName for FreeBSD, missed in r186033.Ed Maste2013-07-111-0/+7
* Don't explicitly set update versionEd Maste2013-06-261-1/+0
* Update version sscanf to match FreeBSD release infoEd Maste2013-06-251-2/+3
* Sync FreeBSD files to Linux equivalents, to reduce noise in diffEd Maste2013-06-241-5/+5
* Build fixes for FreeBSD 9.1.Ashok Thirumurthi2013-05-011-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
OpenPOWER on IntegriCloud