[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-04 Thread Brad Smith via lldb-commits
https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/74191 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Michał Górny via lldb-commits
https://github.com/mgorny approved this pull request. LGTM, though I don;t have an environment to test it. https://github.com/llvm/llvm-project/pull/74191 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From 855c6cba4a77aae71ee48a1bc141767b56a9c6c6 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x PT_STOP was introduced with NetBSD 9.

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From fc902910d55c5c38eb8b3ac3519b3285fab58b66 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x PT_STOP was introduced with NetBSD 9.

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From 7b61f0c5a4b78301eda6404273e4c2c70ef2570a Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x --- .../Process/NetBSD/NativeProcess

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff e9c6f3f5e7e23b23de4eeaa182ebfcb7d2188495 a52f402403beeb9aefbc28e80622b9d3bfb30d63 --

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Brad Smith (brad0) Changes PT_STOP was introduced with NetBSD 9.0. --- Full diff: https://github.com/llvm/llvm-project/pull/74191.diff 2 Files Affected: - (modified) lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp (+25-2) - (

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74191 PT_STOP was introduced with NetBSD 9.0. >From a52f402403beeb9aefbc28e80622b9d3bfb30d63 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8