diff options
author | Pavel Labath <pavel@labath.sk> | 2021-10-26 10:52:39 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2021-10-27 10:46:47 +0200 |
commit | f5158ca48c260dd29136ab19ba8573226f087fb3 (patch) | |
tree | c4dae44eac91bceb27f6df4325e0da77c2c96f70 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
parent | b9e3af124b760a2ed15cb951a315f20cea687307 (diff) | |
download | llvm-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.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 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(); |