llvm-project/lldb/source/Host/macosx/objcxx
Pavel Labath 0a39a9c2cb Modernize and simplify HostInfo::GetOSKernelDescription
Replace bool+by-ref argument with llvm::Optional, and move the common
implementation into HostInfoPOSIX. Based on my (simple) experiment,
the uname and the sysctl approach return the same value on MacOS, so
there's no need for a mac-specific implementation of this functionality.

Differential Revision: https://reviews.llvm.org/D112457
2021-10-26 11:17:02 +02:00
..
CMakeLists.txt [lldb] Pass -fno-objc-exceptions for objcxx targets 2020-09-02 21:59:48 -07:00
Host.mm [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
HostInfoMacOSX.mm Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
HostThreadMacOSX.mm [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
PosixSpawnResponsible.h [lldb/Host] Upstream macOS TCC code 2020-08-04 09:23:54 -07:00