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
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/
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.
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.
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
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 --
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)
- (
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