[Lldb-commits] [PATCH] D136719: change debugserver to return an empty platform name for unknown platforms, instead of crashing
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 27 13:09:12 PDT 2022
JDevlieghere added inline comments.
================
Comment at: lldb/tools/debugserver/source/MacOSX/MachProcess.mm:725
+MachProcess::GetPlatformString(unsigned char platform) {
+ std::optional<std::string> platform_string;
switch (platform) {
----------------
This is unused
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136719/new/
https://reviews.llvm.org/D136719
More information about the lldb-commits
mailing list