aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2021-10-26 10:52:39 +0200
committerPavel Labath <pavel@labath.sk>2021-10-27 10:46:47 +0200
commitf5158ca48c260dd29136ab19ba8573226f087fb3 (patch)
treec4dae44eac91bceb27f6df4325e0da77c2c96f70 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parentb9e3af124b760a2ed15cb951a315f20cea687307 (diff)
downloadllvm-f5158ca48c260dd29136ab19ba8573226f087fb3.zip
llvm-f5158ca48c260dd29136ab19ba8573226f087fb3.tar.gz
llvm-f5158ca48c260dd29136ab19ba8573226f087fb3.tar.bz2
Modernize Platform::GetOSKernelDescription
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 cdf512f..3fbe290 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -241,7 +241,7 @@ public:
llvm::Optional<std::string> GetOSBuildString();
- bool GetOSKernelDescription(std::string &s);
+ llvm::Optional<std::string> GetOSKernelDescription();
ArchSpec GetSystemArchitecture();