aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2021-10-25 15:58:29 +0200
committerPavel Labath <pavel@labath.sk>2021-10-25 15:58:58 +0200
commit40e4ac3e5b3548aa77367da37aba52f2556b855e (patch)
tree018ecd38fc9c0a47e875bbc72df571db3be56406 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parent7d549acbb69b428d07e4ffe1725179a9b557891d (diff)
downloadllvm-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.h2
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);