[all-commits] [llvm/llvm-project] 9cc6e6: [lldb] Use CFPropertyListCreateData in debugserver...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Oct 14 14:30:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cc6e6f71c117c3c47f3eee253c8a429118c11e5
https://github.com/llvm/llvm-project/commit/9cc6e6f71c117c3c47f3eee253c8a429118c11e5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M lldb/tools/debugserver/source/RNBServices.cpp
Log Message:
-----------
[lldb] Use CFPropertyListCreateData in debugserver (NFC) (#112262)
CFPropertyListCreateXMLData has been deprecated since macOS 10.10. Use
CFPropertyListCreateData instead.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list