https://github.com/ayushsahay1837 updated
https://github.com/llvm/llvm-project/pull/88301
>From f4794dc0711005be1a98b2208855ba81d0fb3854 Mon Sep 17 00:00:00 2001
From: Ayush Sahay
Date: Wed, 10 Apr 2024 22:50:04 +0530
Subject: [PATCH] [lldb] [llgs] Fix assertion in Handle_qfThreadInfo
MIME-Vers
https://github.com/medismailben approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/88331
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
arrowd wrote:
Another bump.
https://github.com/llvm/llvm-project/pull/81355
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/usama54321 updated
https://github.com/llvm/llvm-project/pull/88349
>From 3d31b403aad13f8eb8a9377390f05a310bfa0999 Mon Sep 17 00:00:00 2001
From: usama
Date: Wed, 10 Apr 2024 21:07:11 -0700
Subject: [PATCH] [LLDB] Add asan tests for libsanitizers.
This patch tests LLDB integr
https://github.com/jimingham approved this pull request.
This looks fine to me. The only lingering issue is the more general discussion
of use of ExecutionContext vrs. ExecutionContextScope, but I agree with Michael
that that's much broader than this patch, and shouldn't hold it up.
https://g
Author: Chelsea Cassanova
Date: 2024-04-11T09:56:22-07:00
New Revision: 8c3cb6b55b688b767e5d65bcc2891b17322e8d05
URL:
https://github.com/llvm/llvm-project/commit/8c3cb6b55b688b767e5d65bcc2891b17322e8d05
DIFF:
https://github.com/llvm/llvm-project/commit/8c3cb6b55b688b767e5d65bcc2891b17322e8d05.d
https://github.com/chelcassanova closed
https://github.com/llvm/llvm-project/pull/88331
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -26,6 +31,67 @@ def setUp(self):
self.line_free = line_number("main.c", "// free line")
self.line_breakpoint = line_number("main.c", "// break line")
+# Test line numbers: rdar://126237493
+def libsanitizer_tests(self):
+target = self.createT
@@ -26,6 +31,67 @@ def setUp(self):
self.line_free = line_number("main.c", "// free line")
self.line_breakpoint = line_number("main.c", "// break line")
+# Test line numbers: rdar://126237493
+def libsanitizer_tests(self):
+target = self.createT
https://github.com/sdkrystian created
https://github.com/llvm/llvm-project/pull/88417
#88139 adds a parameter to `TemplateTemplateParmDecl::Create`, which is called
in LLDB. This adds the missing argument for that parameter.
>From c332569c0286fa5f7b1d34fc1048f5b73e035a65 Mon Sep 17 00:00:00 20
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Krystian Stasiowski (sdkrystian)
Changes
#88139 adds a parameter to `TemplateTemplateParmDecl::Create`, which is
called in LLDB. This adds the missing argument for that parameter.
---
Full diff: https://github.com/llvm/llvm-project/pull/88
Author: Krystian Stasiowski
Date: 2024-04-11T13:46:37-04:00
New Revision: a417b9b759960cc4d7b49e95ddc2ef129b5abe12
URL:
https://github.com/llvm/llvm-project/commit/a417b9b759960cc4d7b49e95ddc2ef129b5abe12
DIFF:
https://github.com/llvm/llvm-project/commit/a417b9b759960cc4d7b49e95ddc2ef129b5abe12
https://github.com/sdkrystian closed
https://github.com/llvm/llvm-project/pull/88417
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/usama54321 updated
https://github.com/llvm/llvm-project/pull/88349
>From c336a2ad53121bedd52a80169d11e5617c7058ed Mon Sep 17 00:00:00 2001
From: usama
Date: Wed, 10 Apr 2024 21:07:11 -0700
Subject: [PATCH] [LLDB] Add asan tests for libsanitizers.
This patch tests LLDB integr
@@ -26,6 +31,67 @@ def setUp(self):
self.line_free = line_number("main.c", "// free line")
self.line_breakpoint = line_number("main.c", "// break line")
+# Test line numbers: rdar://126237493
+def libsanitizer_tests(self):
+target = self.createT
https://github.com/jimingham requested changes to this pull request.
Please do move the stop reason test up before all the other tests, since it
conditions them.
Other than that, this LGTM.
https://github.com/llvm/llvm-project/pull/88349
___
lldb-
Author: Michael Buch
Date: 2024-04-11T20:29:18+02:00
New Revision: fc52ee336b394d84110184d625cda1d4f84d8098
URL:
https://github.com/llvm/llvm-project/commit/fc52ee336b394d84110184d625cda1d4f84d8098
DIFF:
https://github.com/llvm/llvm-project/commit/fc52ee336b394d84110184d625cda1d4f84d8098.diff
https://github.com/Michael137 closed
https://github.com/llvm/llvm-project/pull/87657
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/87767
>From f27a547ab85463f182ab63949bb6f11140a2f33f Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 5 Apr 2024 11:51:47 +0100
Subject: [PATCH 1/2] [lldb][ClangExpressionParser] Don't by default enable
Objec
Author: Michael Buch
Date: 2024-04-11T20:30:48+02:00
New Revision: 38f8fcea3455ef1d77faf9746579f52b4e18dacc
URL:
https://github.com/llvm/llvm-project/commit/38f8fcea3455ef1d77faf9746579f52b4e18dacc
DIFF:
https://github.com/llvm/llvm-project/commit/38f8fcea3455ef1d77faf9746579f52b4e18dacc.diff
https://github.com/Michael137 closed
https://github.com/llvm/llvm-project/pull/87767
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/87807
>From 734e127b758b00210aa508c84d0222165c036ac4 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Fri, 5 Apr 2024 12:10:09 +0100
Subject: [PATCH] [lldb][test] Add tests for evaluating local variables whose
nam
https://github.com/usama54321 updated
https://github.com/llvm/llvm-project/pull/88349
>From b25a5a0b5beb249c8a646cbfc02b865ca91ab861 Mon Sep 17 00:00:00 2001
From: usama
Date: Wed, 10 Apr 2024 21:07:11 -0700
Subject: [PATCH] [LLDB] Add asan tests for libsanitizers.
This patch tests LLDB integr
usama54321 wrote:
Added a util function to skip tests if libsanitizers is not present in the
shared cache
https://github.com/llvm/llvm-project/pull/88349
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/jimingham approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/88349
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
thetruestblue wrote:
Will this test primarily be run at-desk? Or will it be a part of existing CI? I
know we have discussed this previously, I just want to confirm as I'm putting
together documentation for this kind of testing for libsanitizers
https://github.com/llvm/llvm-project/pull/88349
_
@@ -26,6 +33,68 @@ def setUp(self):
self.line_free = line_number("main.c", "// free line")
self.line_breakpoint = line_number("main.c", "// break line")
+# Test line numbers: rdar://126237493
+def libsanitizer_tests(self):
+target = self.createT
https://github.com/thetruestblue deleted
https://github.com/llvm/llvm-project/pull/88349
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/thetruestblue approved this pull request.
https://github.com/llvm/llvm-project/pull/88349
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/chelcassanova created
https://github.com/llvm/llvm-project/pull/88431
When builds on Darwin are configured with ASan, running tests will emit a
warning about malloc's nano zone that can interfere with the test output and
cause failures. Setting the environment variable `Mall
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Chelsea Cassanova (chelcassanova)
Changes
When builds on Darwin are configured with ASan, running tests will emit a
warning about malloc's nano zone that can interfere with the test output and
cause failures. Setting the environment variab
https://github.com/medismailben approved this pull request.
LGTM! It would be nice to may be put a link to a bot that shows those warnings
https://github.com/llvm/llvm-project/pull/88431
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https:/
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/88431
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
JDevlieghere wrote:
> LGTM! It would be nice to may be put a link to a bot that shows those warnings
Those logs get recycled pretty quickly so that would only be valuable for a
handful of days.
https://github.com/llvm/llvm-project/pull/88431
___
lld
https://github.com/JDevlieghere requested changes to this pull request.
`dyld_shared_cache_util` doesn't come preinstalled on macOS (you can build it
yourself locally from source) so I think we should use lldb to check if the
library is loaded.
https://github.com/llvm/llvm-project/pull/88349
_
chelcassanova wrote:
If that's the case then I'll just merge this in.
https://github.com/llvm/llvm-project/pull/88431
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Chelsea Cassanova
Date: 2024-04-11T13:38:26-07:00
New Revision: 4df854e1a98ed47c955838d2c94bf2913c50041f
URL:
https://github.com/llvm/llvm-project/commit/4df854e1a98ed47c955838d2c94bf2913c50041f
DIFF:
https://github.com/llvm/llvm-project/commit/4df854e1a98ed47c955838d2c94bf2913c50041f.d
https://github.com/chelcassanova closed
https://github.com/llvm/llvm-project/pull/88431
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/chelcassanova created
https://github.com/llvm/llvm-project/pull/88436
Reverts llvm/llvm-project#88431. A config variable for the host OS is
unrecognized on the Linux builds and is causing a build failure.
>From 79a4eb5047d8c90568b04ad5fb90e6421e1aba69 Mon Sep 17 00:00:00 200
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Chelsea Cassanova (chelcassanova)
Changes
Reverts llvm/llvm-project#88431. A config variable for the host OS is
unrecognized on the Linux builds and is causing a build failure.
---
Full diff: https://github.com/llvm/llvm-project/pull/88436
Author: Chelsea Cassanova
Date: 2024-04-11T13:46:32-07:00
New Revision: 1f5d130df85c2d0550dc8687ad0fa1d96856c318
URL:
https://github.com/llvm/llvm-project/commit/1f5d130df85c2d0550dc8687ad0fa1d96856c318
DIFF:
https://github.com/llvm/llvm-project/commit/1f5d130df85c2d0550dc8687ad0fa1d96856c318.d
https://github.com/chelcassanova closed
https://github.com/llvm/llvm-project/pull/88436
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/usama54321 updated
https://github.com/llvm/llvm-project/pull/88349
>From 59ee9026bc0d35bcde83ff45aacb272bb39902b0 Mon Sep 17 00:00:00 2001
From: usama
Date: Wed, 10 Apr 2024 21:07:11 -0700
Subject: [PATCH] [LLDB] Add asan tests for libsanitizers.
This patch tests LLDB integr
usama54321 wrote:
Changed the no_libsanitizers function to use the LLDB image list command
https://github.com/llvm/llvm-project/pull/88349
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-co
usama54321 wrote:
> Will this test primarily be run at-desk? Or will it be a part of existing CI?
> I know we have discussed this previously, I just want to confirm as I'm
> putting together documentation for this kind of testing for libsanitizers.
> I'd love to make note somewhere where we ex
https://github.com/chelcassanova created
https://github.com/llvm/llvm-project/pull/88442
…(#88436)"
This reverts commit 1f5d130df85c2d0550dc8687ad0fa1d96856c318. The original
commit checks that the host system is "Darwin" before setting the
`MallocNanoZone` envvar, but on the Shell lit config
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Chelsea Cassanova (chelcassanova)
Changes
…(#88436)"
This reverts commit 1f5d130df85c2d0550dc8687ad0fa1d96856c318. The original
commit checks that the host system is "Darwin" before setting the
`MallocNanoZone` envvar, but on the Shell li
Author: jimingham
Date: 2024-04-11T15:22:58-07:00
New Revision: 9a36077e4db30c7da603620762036d4a430e4e62
URL:
https://github.com/llvm/llvm-project/commit/9a36077e4db30c7da603620762036d4a430e4e62
DIFF:
https://github.com/llvm/llvm-project/commit/9a36077e4db30c7da603620762036d4a430e4e62.diff
LOG
https://github.com/jimingham closed
https://github.com/llvm/llvm-project/pull/88047
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/jasonmolenda approved this pull request.
This looks good to me.
https://github.com/llvm/llvm-project/pull/88442
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/chelcassanova created
https://github.com/llvm/llvm-project/pull/88468
Reverts llvm/llvm-project#88047. TestFrames.py is failing on x86_64
GreenDragon:
https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/983/
>From 069d90a500ed02067f3f1a5d01c7827623353b85 Mon Se
Author: Chelsea Cassanova
Date: 2024-04-11T20:15:43-07:00
New Revision: 9f14914753599f3879e4c273191959e2f1b3632c
URL:
https://github.com/llvm/llvm-project/commit/9f14914753599f3879e4c273191959e2f1b3632c
DIFF:
https://github.com/llvm/llvm-project/commit/9f14914753599f3879e4c273191959e2f1b3632c.d
https://github.com/chelcassanova closed
https://github.com/llvm/llvm-project/pull/88468
___
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: Chelsea Cassanova (chelcassanova)
Changes
Reverts llvm/llvm-project#88047. TestFrames.py is failing on x86_64
GreenDragon:
https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/983/
---
Full diff: https://github.com/llvm/llvm-p
Author: Chelsea Cassanova
Date: 2024-04-11T20:21:16-07:00
New Revision: c1a44568911b75c98675a3c19a55b4741d861437
URL:
https://github.com/llvm/llvm-project/commit/c1a44568911b75c98675a3c19a55b4741d861437
DIFF:
https://github.com/llvm/llvm-project/commit/c1a44568911b75c98675a3c19a55b4741d861437.d
https://github.com/chelcassanova closed
https://github.com/llvm/llvm-project/pull/88442
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
56 matches
Mail list logo