summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/freebsd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to fix FreeBSD build after iwyu changes.Zachary Turner2017-04-061-0/+1
* Delete some dead code in HostInfo.Zachary Turner2017-03-211-2/+0
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-17/+0
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-70/+0
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-35/+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-064-333/+286
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-16/+0
* 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
* Fix the LLDB build under Debian KfreebsdSylvestre Ledru2015-02-102-0/+11
* 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
* Move FreeBSD's thread SetName implementation to ThisThreadEd Maste2014-09-102-7/+1
* Fix FreeBSD build after thread changesEd Maste2014-09-102-4/+5
* Include the correct headers for kinfo_proc on FreeBSD.Zachary Turner2014-09-091-0/+2
* Try to fix the FreeBSD build.Zachary Turner2014-09-092-4/+5
* Create a HostThread abstraction.Zachary Turner2014-09-094-74/+115
* Fix configure & make build with python disabledKeno Fischer2014-09-091-1/+1
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-1/+10
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-0/+19
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+2
* Add includes needed for FreeBSD.Zachary Turner2014-08-191-0/+3
* Move some Host logic into HostInfo class.Zachary Turner2014-08-192-51/+63
* In the CMake build, convert lldbHost to be a single static library.Zachary Turner2014-08-151-5/+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
OpenPOWER on IntegriCloud