[all-commits] [llvm/llvm-project] 267a4c: Prevent some spurious error messages in the debugs...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Jun 1 10:24:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 267a4cda82481da159492bc6d6597d11101f8abb
https://github.com/llvm/llvm-project/commit/267a4cda82481da159492bc6d6597d11101f8abb
Author: Jim Ingham <jingham at apple.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M lldb/tools/debugserver/source/DNB.cpp
Log Message:
-----------
Prevent some spurious error messages in the debugserver logs.
DNBGetDeploymentInfo was calling GetPlatformString w/o checking that
the load command it was processing actually provided a platform string.
That caused a bunch of worrisome looking error messages in the debugserver
log output.
Differential Revision: https://reviews.llvm.org/D151861
More information about the All-commits
mailing list