https://github.com/EricWF closed https://github.com/llvm/llvm-project/pull/73998
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/74000
>From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 30 Nov 2023 14:44:07 -0800
Subject: [PATCH 1/3] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?U
https://github.com/vitalybuka reopened
https://github.com/llvm/llvm-project/pull/74000
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
vitalybuka wrote:
> [mmalcomson](/mmalcomson)
https://github.com/llvm/llvm-project/pull/74000
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/74000
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/74000
>From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001
From: Vitaly Buka
Date: Thu, 30 Nov 2023 14:44:07 -0800
Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?U
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH 1/3] Work around GCC test failure that is caused by enabling
optim
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH 1/2] Work around GCC test failure that is caused by enabling
optim
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 7ec4f6094e54911794c142b5d88496a220d807d6
aaa004f3bd13743195865d5ab09f5ed81757b2a7 --
https://github.com/EricWF updated
https://github.com/llvm/llvm-project/pull/73998
>From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001
From: Eric Fiselier
Date: Thu, 30 Nov 2023 17:23:37 -0500
Subject: [PATCH] Work around GCC test failure that is caused by enabling
optimizat
@@ -1245,9 +1245,10 @@ bool FormatEntity::Format(const Entry &entry, Stream &s,
llvm::Triple::OSType ostype = arch.IsValid()
? arch.GetTriple().getOS()
: llvm::Triple::Unknow
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74198
>From f79dcfc95ffba5ba10ce5fa7ff4ffcd8dc3f0254 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sat, 2 Dec 2023 10:20:48 -0500
Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support
---
lldb/source/Core/
@@ -1245,9 +1245,10 @@ bool FormatEntity::Format(const Entry &entry, Stream &s,
llvm::Triple::OSType ostype = arch.IsValid()
? arch.GetTriple().getOS()
: llvm::Triple::Unknow
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74198
>From 864c2a515f8894df80d9d543a771f8fc5ba74345 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sat, 2 Dec 2023 10:20:48 -0500
Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support
---
lldb/source/Core/
https://github.com/brad0 unassigned
https://github.com/llvm/llvm-project/pull/74198
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/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 cbf7b52a65890ea72cb6319bfdf98d92dd9ddc81
3281024daed54f60cc091f1a801831a81b47ec7e --
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Brad Smith (brad0)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/74198.diff
8 Files Affected:
- (modified) lldb/source/Core/FormatEntity.cpp (+4-3)
- (modified) lldb/source/Host/common/SocketAddress.cpp (+4-2)
- (mo
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74198
None
>From 3281024daed54f60cc091f1a801831a81b47ec7e Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sat, 2 Dec 2023 10:20:48 -0500
Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support
---
lldb/source
https://github.com/mgorny approved this pull request.
LGTM. Thanks!
https://github.com/llvm/llvm-project/pull/74190
___
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
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74190
>From 33e60078b75b9e4e7b433219e9e158bdfd1ef046 Mon Sep 17 00:00:00 2001
From: Brad Smith
Date: Sat, 2 Dec 2023 03:52:38 -0500
Subject: [PATCH] [lldb] Fix build on NetBSD
lldb/source/Host/netbsd/HostNetBSD.cpp:112:3
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 f6d6809d787b7f5d150715aa475f71bca083aebd
e1ecbbc29128f54bc03b6515b92e4a642586f829 --
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Brad Smith (brad0)
Changes
```
lldb/source/Host/netbsd/HostNetBSD.cpp:112:32: error: reinterpret_cast from
'const uint8_t *' (aka 'const unsigned char *') to 'char *' casts away
qualifiers
{reinterpret_cast
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74190
```
lldb/source/Host/netbsd/HostNetBSD.cpp:112:32: error: reinterpret_cast from
'const uint8_t *' (aka 'const unsigned char *') to 'char *' casts away
qualifiers
{reinterpret_cast(buff
30 matches
Mail list logo