[all-commits] [llvm/llvm-project] 159646: [LLDB] Add ifndef to platform linux (#141971)

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Thu May 29 11:20:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 159646cd39eb6451c8906a999965e04d2566882f
      https://github.com/llvm/llvm-project/commit/159646cd39eb6451c8906a999965e04d2566882f
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2025-05-29 (Thu, 29 May 2025)

  Changed paths:
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp

  Log Message:
  -----------
  [LLDB] Add ifndef to platform linux (#141971)

Another iteration of fixes for #141670. Platform linux can be used by
other platforms, so we need to supply the signal values if they're not
defined.

Values are from the
[manpage](https://man7.org/linux/man-pages/man7/signal.7.html)



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