JDevlieghere wrote:
> https://green.lab.llvm.org/green/view/LLDB/ is currently giving me
> ERR_CONNECTION_REFUSED.tores that.
Yeah, unfortunately I don't have an ETA for when this will be back online. It's
probably not worth waiting on that. Changing the configuration of these bots is
almost
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
Currently, progress events reported by the ProgressManager and broadcast to
eBroadcastBitProgressCategory always specify they're complete. The problem is
that the ProgressManager reports kNonDetermi
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/84281
Currently, progress events reported by the ProgressManager and broadcast to
eBroadcastBitProgressCategory always specify they're complete. The problem is
that the ProgressManager reports kNonDeterministicTo
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
- Factor our common setup code.
- Split the ProgressManager test into separate tests as they test separate
things.
- Fix usage of EXPECT (which continues on failure) and ASSERT (which halts on
fa
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/84278
- Factor our common setup code.
- Split the ProgressManager test into separate tests as they test separate
things.
- Fix usage of EXPECT (which continues on failure) and ASSERT (which halts on
failure).
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/84260
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Dave Lee
Date: 2024-03-06T21:12:10-08:00
New Revision: 40671156757cc3f2304085a6642a24efc8165df7
URL:
https://github.com/llvm/llvm-project/commit/40671156757cc3f2304085a6642a24efc8165df7
DIFF:
https://github.com/llvm/llvm-project/commit/40671156757cc3f2304085a6642a24efc8165df7.diff
LOG:
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/83504
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Dave Lee
Date: 2024-03-06T20:41:46-08:00
New Revision: ca7492fae42c5a21db96eccaca7a5e827ab1bf65
URL:
https://github.com/llvm/llvm-project/commit/ca7492fae42c5a21db96eccaca7a5e827ab1bf65
DIFF:
https://github.com/llvm/llvm-project/commit/ca7492fae42c5a21db96eccaca7a5e827ab1bf65.diff
LOG:
https://github.com/kastiglione closed
https://github.com/llvm/llvm-project/pull/84262
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Dave Lee
Date: 2024-03-06T20:40:36-08:00
New Revision: c7fbbec86c483019e9340ee4573d6d8b4f878f72
URL:
https://github.com/llvm/llvm-project/commit/c7fbbec86c483019e9340ee4573d6d8b4f878f72
DIFF:
https://github.com/llvm/llvm-project/commit/c7fbbec86c483019e9340ee4573d6d8b4f878f72.diff
LOG:
bulbazord wrote:
> To start with option #1, I created #84246
Just took a look, thanks for taking care of that. I'll address your feedback
(or just look at what you did in the other PR) and update this tomorrow.
https://github.com/llvm/llvm-project/pull/83941
_
https://github.com/bulbazord approved this pull request.
Thanks for taking care of that!
https://github.com/llvm/llvm-project/pull/84246
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-comm
https://github.com/bulbazord approved this pull request.
https://github.com/llvm/llvm-project/pull/84262
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
rupprecht wrote:
btw, it would be nice if LLDB buildbots were clean before landing this.
https://green.lab.llvm.org/green/view/LLDB/ is currently giving me
ERR_CONNECTION_REFUSED. The others are failing but I'm hoping
ec72909b62ce568ed27c6ad0581e50c0fdd70df4 restores that.
https://github.com/
Author: Jordan Rupprecht
Date: 2024-03-06T18:41:18-08:00
New Revision: ec72909b62ce568ed27c6ad0581e50c0fdd70df4
URL:
https://github.com/llvm/llvm-project/commit/ec72909b62ce568ed27c6ad0581e50c0fdd70df4
DIFF:
https://github.com/llvm/llvm-project/commit/ec72909b62ce568ed27c6ad0581e50c0fdd70df4.di
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jordan Rupprecht (rupprecht)
Changes
This switches the default of `LLDB_TEST_USE_VENDOR_PACKAGES` from `ON` to `OFF`
in preparation for eventually deleting it. All known LLDB buildbots have this
package installed, so flipping the default w
https://github.com/rupprecht created
https://github.com/llvm/llvm-project/pull/84270
This switches the default of `LLDB_TEST_USE_VENDOR_PACKAGES` from `ON` to `OFF`
in preparation for eventually deleting it. All known LLDB buildbots have this
package installed, so flipping the default will unc
@@ -451,8 +451,13 @@ bool FormatManager::ShouldPrintAsOneLiner(ValueObject
&valobj) {
if (valobj.GetSummaryFormat().get() != nullptr)
return valobj.GetSummaryFormat()->IsOneLiner();
+ auto num_children = valobj.GetNumChildren();
+ if (!num_children) {
+llvm::consu
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r
777ac46ddbc318b5d5820d278a2e4dc2213699d8...2c6afa88cf3a095bd404d28d43e4aae5d164177f
lldb/
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/84263
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/84263
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/84263
___
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 21be2fbd17f9ff6f3f04e0ababc91c9cdd5aed85
cb496e138b46732de73d0e56b2bfc3f749355953 --
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r
21be2fbd17f9ff6f3f04e0ababc91c9cdd5aed85...cb496e138b46732de73d0e56b2bfc3f749355953
lldb/
adrian-prantl wrote:
```
Ran command:
"v -ptr-depth 1 x"
Got output:
(Opaque *) x = 0x00018000
```
https://github.com/llvm/llvm-project/pull/84265
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
https://github.com/felipepiovezan closed
https://github.com/llvm/llvm-project/pull/84071
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Felipe de Azevedo Piovezan
Date: 2024-03-06T16:25:22-08:00
New Revision: 0497c77e9e02f0dcccd42a6afd65d0356a5dbb57
URL:
https://github.com/llvm/llvm-project/commit/0497c77e9e02f0dcccd42a6afd65d0356a5dbb57
DIFF:
https://github.com/llvm/llvm-project/commit/0497c77e9e02f0dcccd42a6afd65d0356
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Adrian Prantl (adrian-prantl)
Changes
This is a proof-of-concept patch that illustrates how to use the
Expected return values to surface rich error messages all the way up
to the ValueObjectPrinter.
This is the final patch in the series tha
https://github.com/kastiglione updated
https://github.com/llvm/llvm-project/pull/84263
>From e5bed6b190687cc31ecb69da006bc93d9284994a Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 6 Mar 2024 16:03:22 -0800
Subject: [PATCH 1/2] [lldb] Minor cleanup in StoringDiagnosticConsumer
---
.../Exp
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/84263.diff
1 Files Affected:
- (modified)
lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp (+2-5)
``diff
diff --git
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/84263
None
>From e5bed6b190687cc31ecb69da006bc93d9284994a Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 6 Mar 2024 16:03:22 -0800
Subject: [PATCH] [lldb] Minor cleanup in StoringDiagnosticConsumer
---
.../E
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/84262.diff
1 Files Affected:
- (modified)
lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp (-8)
``diff
diff --git
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/84262
None
>From ba079bd1d130a460e481b6c10b33f1ddd58421a3 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 6 Mar 2024 16:02:13 -0800
Subject: [PATCH] [lldb] Remove unused #includes in ClangModulesDeclVendor.cpp
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/84260.diff
1 Files Affected:
- (modified)
lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp (+1-1)
``diff
diff --git
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/84260
None
>From c828091ab173a2c23e10649ad7b131a02ae4e6c1 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 6 Mar 2024 15:55:38 -0800
Subject: [PATCH] [lldb] Log module build remarks to types log too
---
.../Pl
https://github.com/jimingham approved this pull request.
Yes, this looks fine to me for adding the mangled name.
https://github.com/llvm/llvm-project/pull/84071
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
https://github.com/JDevlieghere approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/84246
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
kastiglione wrote:
To start with option #1 I created
https://github.com/llvm/llvm-project/pull/84246
https://github.com/llvm/llvm-project/pull/83941
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/84246
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/84246.diff
3 Files Affected:
- (modified) lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test (+1-1)
- (modified) lldb/test/Shell/Unwind/thread-step-
https://github.com/kastiglione created
https://github.com/llvm/llvm-project/pull/84246
None
>From 1fb13a2d034dbea1d1ba2ef87354199a815f3788 Mon Sep 17 00:00:00 2001
From: Dave Lee
Date: Wed, 6 Mar 2024 14:23:05 -0800
Subject: [PATCH] [lldb] Disable shell tests affected by ld64 bug
---
lldb/te
kastiglione wrote:
We're going to need this logic in a couple from shell tests too.
Should we:
1. Duplicate the logic into lit.cfg.py?
2. Import lldbplatformutil.py into lit.cfg.py? (are there any python
structure/layout issues that would complicate this?)
3. Put the logic in an independent loc
https://github.com/clayborg approved this pull request.
Looks good for just including the mangled name.
https://github.com/llvm/llvm-project/pull/84071
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/clayborg closed
https://github.com/llvm/llvm-project/pull/83935
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Greg Clayton
Date: 2024-03-06T13:49:26-08:00
New Revision: f0eb0c5689b25153067e66647590a8300b997740
URL:
https://github.com/llvm/llvm-project/commit/f0eb0c5689b25153067e66647590a8300b997740
DIFF:
https://github.com/llvm/llvm-project/commit/f0eb0c5689b25153067e66647590a8300b997740.diff
https://github.com/clayborg approved this pull request.
https://github.com/llvm/llvm-project/pull/84224
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
adrian-prantl wrote:
@walter-erquinigo I was wondering if it would make sense to create a
DropAndLogError() wrapper for all these places. The main problem would be that
we end up calling these functions dozens of times over and over so we'd be
spamming the logs quite a bit. But maybe doing a v
jeffreytan81 wrote:
The buildbot seems to complain about `strcmp` not available. Unfortunately I
can't reproduce on my linux machine.
Guess draft patch https://github.com/llvm/llvm-project/pull/84224 in case
anyone has access to build machine can reproduce and verify this.
https://github.com
https://github.com/jeffreytan81 created
https://github.com/llvm/llvm-project/pull/84224
The buildbot seems to complain about `strcmp` function not available in the
vfork patch (https://github.com/llvm/llvm-project/pull/81564):
https://lab.llvm.org/buildbot/#/builders/68/builds/70093/steps/6/log
@@ -1397,7 +1398,9 @@ ValueObjectSP GetValueForOffset(StackFrame &frame,
ValueObjectSP &parent,
return parent;
}
- for (int ci = 0, ce = parent->GetNumChildren(); ci != ce; ++ci) {
+ for (int ci = 0, ce = llvm::expectedToStdOptional(parent->GetNumChildren())
-
@@ -451,8 +451,13 @@ bool FormatManager::ShouldPrintAsOneLiner(ValueObject
&valobj) {
if (valobj.GetSummaryFormat().get() != nullptr)
return valobj.GetSummaryFormat()->IsOneLiner();
+ auto num_children = valobj.GetNumChildren();
+ if (!num_children) {
+llvm::consu
jasonmolenda wrote:
nb: this got a bot failure on the arm-linux-ubuntu bot,
```
mask = process.GetAddressMask(lldb.eAddressMaskTypeAny)
process.SetAddressMask(lldb.eAddressMaskTypeCode, mask | 0x3)
self.assertEqual(
0x02950001F694,
@@ -524,6 +524,9 @@ void BreakpointLocation::GetDescription(Stream *s,
s->EOL();
s->Indent("function = ");
s->PutCString(sc.function->GetName().AsCString(""));
+ s->EOL();
+ s->Indent("mangled function = ");
+
s->PutCStr
Author: Jason Molenda
Date: 2024-03-06T10:58:03-08:00
New Revision: 04a271ebe4c2421f34a4fbf34c328df9f111
URL:
https://github.com/llvm/llvm-project/commit/04a271ebe4c2421f34a4fbf34c328df9f111
DIFF:
https://github.com/llvm/llvm-project/commit/04a271ebe4c2421f34a4fbf34c328df9f111.diff
https://github.com/jeffreytan81 closed
https://github.com/llvm/llvm-project/pull/81564
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: jeffreytan81
Date: 2024-03-06T10:50:32-08:00
New Revision: 8bdddcf0bb5a40e6ce6cbf7fc6b7ce576e2b032d
URL:
https://github.com/llvm/llvm-project/commit/8bdddcf0bb5a40e6ce6cbf7fc6b7ce576e2b032d
DIFF:
https://github.com/llvm/llvm-project/commit/8bdddcf0bb5a40e6ce6cbf7fc6b7ce576e2b032d.diff
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 21be2fbd17f9ff6f3f04e0ababc91c9cdd5aed85
d3112e0cd5932e1e1413ed22f71adec70bc81bbf --
https://github.com/adrian-prantl edited
https://github.com/llvm/llvm-project/pull/84219
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/adrian-prantl edited
https://github.com/llvm/llvm-project/pull/84219
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Adrian Prantl (adrian-prantl)
Changes
Change GetNumChildren()/CalculateNumChilrem() methods return llvm::Expected
This is an NFC change that does not yet add any error handling or change any
code to return any errors.
This is the second b
https://github.com/jeffreytan81 updated
https://github.com/llvm/llvm-project/pull/81564
>From d65900f5e6169062fc0988b57fb5be2474789025 Mon Sep 17 00:00:00 2001
From: jeffreytan81
Date: Mon, 12 Feb 2024 18:08:23 -0800
Subject: [PATCH 1/8] Fix lldb crash while handling concurrent vfork()
---
..
@@ -0,0 +1,116 @@
+"""
+Make sure that the concurrent vfork() from multiple threads works correctly.
+"""
+
+
+import lldb
+import lldbsuite.test.lldbutil as lldbutil
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import *
+
+
+class TestConcurrentVFork(Tes
@@ -0,0 +1,116 @@
+"""
+Make sure that the concurrent vfork() from multiple threads works correctly.
+"""
+
+
+import lldb
+import lldbsuite.test.lldbutil as lldbutil
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import *
+
+
+class TestConcurrentVFork(Tes
https://github.com/clayborg approved this pull request.
One little nit you can fix as suggested in the inline comments.
https://github.com/llvm/llvm-project/pull/81564
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi
https://github.com/clayborg edited
https://github.com/llvm/llvm-project/pull/81564
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/jasonmolenda closed
https://github.com/llvm/llvm-project/pull/83663
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Jason Molenda
Date: 2024-03-06T10:06:56-08:00
New Revision: aeaa11aeac0aedf32cafec6532d303fea595c5fc
URL:
https://github.com/llvm/llvm-project/commit/aeaa11aeac0aedf32cafec6532d303fea595c5fc
DIFF:
https://github.com/llvm/llvm-project/commit/aeaa11aeac0aedf32cafec6532d303fea595c5fc.diff
jasonmolenda wrote:
> Still not sure this is the ideal API but we can't know that until someone
> (aka you :) ) has used it for a bit, so let's get this in.
Thanks for all the help in finishing this one. I think this approach with
enums to select the different types/ranges, with defaulted arg
@@ -524,6 +524,9 @@ void BreakpointLocation::GetDescription(Stream *s,
s->EOL();
s->Indent("function = ");
s->PutCString(sc.function->GetName().AsCString(""));
+ s->EOL();
+ s->Indent("mangled function = ");
+
s->PutCStr
https://github.com/felipepiovezan edited
https://github.com/llvm/llvm-project/pull/84071
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -524,6 +524,9 @@ void BreakpointLocation::GetDescription(Stream *s,
s->EOL();
s->Indent("function = ");
s->PutCString(sc.function->GetName().AsCString(""));
+ s->EOL();
+ s->Indent("mangled function = ");
+
s->PutCStr
https://github.com/DavidSpickett updated
https://github.com/llvm/llvm-project/pull/84147
>From a251b494614a0700f424c2bedebcabd2e053a653 Mon Sep 17 00:00:00 2001
From: David Spickett
Date: Wed, 6 Mar 2024 09:08:25 +
Subject: [PATCH 1/2] [lldb][FreeBSD] Add FreeBSD specific AT_HWCAP2 value
W
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: karzan (karzanWang)
Changes
If the `m_editor_status` is `EditorStatus::Editing`, PrintAsync clears the
currently edited line. In some situations, the edited line is not saved. After
the stream flushes, PrintAsync tries to display the unsav
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be
notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/karzanWang created
https://github.com/llvm/llvm-project/pull/84154
If the `m_editor_status` is `EditorStatus::Editing`, PrintAsync clears the
currently edited line. In some situations, the edited line is not saved. After
the stream flushes, PrintAsync tries to display the un
@@ -39,6 +43,11 @@ class AuxVector {
AUXV_AT_EUID = 12, ///< Effective UID.
AUXV_AT_GID = 13, ///< GID.
AUXV_AT_EGID = 14, ///< Effective GID.
+
+// At this point Linux and FreeBSD diverge and many of the following values
+// are Linux specific.
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 982e9022ca4abaad58c693d2b0aba0e908ee2d39
a251b494614a0700f424c2bedebcabd2e053a653 --
https://github.com/DavidSpickett edited
https://github.com/llvm/llvm-project/pull/84147
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/DavidSpickett edited
https://github.com/llvm/llvm-project/pull/84147
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
DavidSpickett wrote:
Some notes:
1. This looks odd in isolation but I need to correct this to enable register
fields on FreeBSD, which will be the next PR.
2. clang-format is going to complain about the enum, I will fix push a commit
to fix that after this one, so that this commit stays readabl
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: David Spickett (DavidSpickett)
Changes
While adding register fields I realised that the AUXV values for Linux and
FreeBSD disagree here.
So I've added a FreeBSD specific HWCAP2 value that I can use from FreeBSD
specific code.
The alterna
https://github.com/DavidSpickett created
https://github.com/llvm/llvm-project/pull/84147
While adding register fields I realised that the AUXV values for Linux and
FreeBSD disagree here.
So I've added a FreeBSD specific HWCAP2 value that I can use from FreeBSD
specific code.
The alternative
https://github.com/DavidSpickett edited
https://github.com/llvm/llvm-project/pull/83663
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/DavidSpickett approved this pull request.
Still not sure this is the ideal API but we can't know that until someone (aka
you :) ) has used it for a bit, so let's get this in.
https://github.com/llvm/llvm-project/pull/83663
___
lldb
85 matches
Mail list logo