summaryrefslogtreecommitdiff
path: root/lldb/source/Host/netbsd/HostInfoNetBSD.cpp
AgeCommit message (Expand)Author
2023-12-04[lldb] Remove unused variableBrad Smith
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-05[lldb] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata
2021-10-26Modernize and simplify HostInfo::GetOSKernelDescriptionPavel Labath
2021-10-22Host::GetOSBuildStringPavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-04Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski
2018-06-18Fix macosx build broken by the VersionTuple refactorPavel Labath
2018-06-18Fix netbsd build broken by r334950Pavel Labath
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2017-03-21Delete some dead code in HostInfo.Zachary Turner
2017-01-28Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)Kamil Rytarowski
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-13Preliminary NetBSD supportBruce Mitchener