[all-commits] [llvm/llvm-project] 822593: [lldb] Remove ASL (Apple System Log) support from ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Oct 14 17:06:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8225938a73406f26e599c7a55fa019422fe18369
      https://github.com/llvm/llvm-project/commit/8225938a73406f26e599c7a55fa019422fe18369
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M lldb/tools/debugserver/source/debugserver.cpp

  Log Message:
  -----------
  [lldb] Remove ASL (Apple System Log) support from debugserver (NFC) (#112260)

Remove support for ASL (Apple System Log) which has been deprecated
since macOS 10.12. Fixes the following warnings:

warning: 'asl_new' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)
warning: 'asl_set' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)
warning: 'asl_vlog' is deprecated: first deprecated in macOS 10.12 -
os_log(3) has replaced asl(3)



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