summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/freebsd/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-4/+4
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-30/+81
* Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen2011-08-021-0/+277
OpenPOWER on IntegriCloud