diff options
author | Pavel Labath <pavel@labath.sk> | 2021-10-25 15:58:29 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2021-10-25 15:58:58 +0200 |
commit | 40e4ac3e5b3548aa77367da37aba52f2556b855e (patch) | |
tree | 018ecd38fc9c0a47e875bbc72df571db3be56406 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
parent | 7d549acbb69b428d07e4ffe1725179a9b557891d (diff) | |
download | llvm-40e4ac3e5b3548aa77367da37aba52f2556b855e.zip llvm-40e4ac3e5b3548aa77367da37aba52f2556b855e.tar.gz llvm-40e4ac3e5b3548aa77367da37aba52f2556b855e.tar.bz2 |
[lldb] Modernize Platform::GetOSBuildString
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index a199ef970..cdf512f 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -239,7 +239,7 @@ public: llvm::VersionTuple GetMacCatalystVersion(); - bool GetOSBuildString(std::string &s); + llvm::Optional<std::string> GetOSBuildString(); bool GetOSKernelDescription(std::string &s); |