summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/netbsd
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny2019-10-251-0/+1
* 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-192-8/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski2018-11-042-2/+2
* Fix macosx build broken by the VersionTuple refactorPavel Labath2018-06-181-1/+1
* Fix netbsd build broken by r334950Pavel Labath2018-06-181-1/+2
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+5
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-2/+3
* 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
* Remove dead Core/StreamFile includesPavel Labath2017-06-301-6/+3
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Correct environ parsing on NetBSDKamil Rytarowski2017-04-071-9/+6
* Remove dead include <sys/user.h> from the NetBSD code.Kamil Rytarowski2017-03-291-3/+1
* Delete some dead code in HostInfo.Zachary Turner2017-03-211-4/+0
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-4/+0
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-43/+0
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-041-26/+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
* Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)Kamil Rytarowski2017-01-281-9/+9
* Unbreak the NetBSD build after recent changesKamil Rytarowski2016-09-201-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-309/+267
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* Add initial gmake glue for the NetBSD platformBruce Mitchener2015-10-241-0/+14
* Preliminary NetBSD supportBruce Mitchener2015-10-134-0/+479
OpenPOWER on IntegriCloud