summaryrefslogtreecommitdiff
path: root/lldb/source/Host/openbsd
AgeCommit message (Expand)Author
2025-01-09[lldb] Move GetEnvironment function into common code (#122173)Brad Smith
2025-01-08[lldb][OpenBSD] Make use of Environment class (#122040)Brad Smith
2025-01-08[lldb][OpenBSD][NFC] Replace tab with spaces (#122041)Brad Smith
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-12-05[lldb] Sync OpenBSD GetOSVersion() closer to NetBSD function (#74396)Brad Smith
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
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-22[lldb] Fix build errors from 8b8070e23Pavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-03-13[lldb/Reproducers] Intercept the FindProcesses APIJonas Devlieghere
2020-03-12[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-02-10lldb: Fix compilation on OpenBSDRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18Use llvm::VersionTuple instead of manual version marshallingBrad Smith
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-02-23Delete some unused #includes of CleanUp.h, NFCVedant Kumar
2018-01-24Remove unused includes from the Host modulePavel Labath
2018-01-19Remove Platform references from the Host modulePavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-06-30Remove dead Core/StreamFile includesPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-26[LLDB] OpenBSD supportKamil Rytarowski