@@ -0,0 +1,592 @@
+//===-- RPCServerSourceEmitter.cpp
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,592 @@
+//===-- RPCServerSourceEmitter.cpp
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/138698
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-se
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 HEAD~1...HEAD
lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
``
Vie
Author: David Spickett
Date: 2025-05-07T10:07:02Z
New Revision: 62385b848757f2dc35070eadb2ccd921508497dc
URL:
https://github.com/llvm/llvm-project/commit/62385b848757f2dc35070eadb2ccd921508497dc
DIFF:
https://github.com/llvm/llvm-project/commit/62385b848757f2dc35070eadb2ccd921508497dc.diff
LOG
labath wrote:
(I see the failure on https://lab.llvm.org/buildbot/#/builders/197. I want to
submit some additional logging code before I revert this.)
https://github.com/llvm/llvm-project/pull/137978
___
lldb-commits mailing list
lldb-commits@lists.ll
https://github.com/jurahul updated
https://github.com/llvm/llvm-project/pull/138174
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-s
Author: Pavel Labath
Date: 2025-05-07T16:11:09+02:00
New Revision: 1815d62d7c43455c55bfc1842e41a25ea04dcb9b
URL:
https://github.com/llvm/llvm-project/commit/1815d62d7c43455c55bfc1842e41a25ea04dcb9b
DIFF:
https://github.com/llvm/llvm-project/commit/1815d62d7c43455c55bfc1842e41a25ea04dcb9b.diff
https://github.com/ashgti updated
https://github.com/llvm/llvm-project/pull/138918
>From 05b709033990e6cdfd7cb9fdbd7e8eab260e7a62 Mon Sep 17 00:00:00 2001
From: John Harrison
Date: Wed, 7 May 2025 10:46:55 -0700
Subject: [PATCH] [lldb-dap] Fix package.json after a bad merge.
The package.json i
https://github.com/ashgti edited
https://github.com/llvm/llvm-project/pull/138918
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
ashgti wrote:
> @ashgti Hey John, do you mind splitting this patch?
Sure, I'll make this fixing the package.json.
> As for the package.json, do we have any tests that try to npm build? Should
> we add them?
I don't think they're run as part of the CI today. We could see if there is
some way
https://github.com/Jlalond approved this pull request.
Thanks @ashgti!
https://github.com/llvm/llvm-project/pull/138918
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/ashgti created
https://github.com/llvm/llvm-project/pull/138925
I think the format checker isn't checking typescript files. I ran `npm run
format` to fix the extenion typescript.
>From 389bcb54b146ff707933146d561a272024f415fb Mon Sep 17 00:00:00 2001
From: John Harrison
Dat
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: John Harrison (ashgti)
Changes
I think the format checker isn't checking typescript files. I ran `npm run
format` to fix the extenion typescript.
---
Full diff: https://github.com/llvm/llvm-project/pull/138925.diff
2 Files Affected:
- (
Author: John Harrison
Date: 2025-05-07T10:55:11-07:00
New Revision: bf5971634a9244fd65c1bf8316b3d6ec407783ae
URL:
https://github.com/llvm/llvm-project/commit/bf5971634a9244fd65c1bf8316b3d6ec407783ae
DIFF:
https://github.com/llvm/llvm-project/commit/bf5971634a9244fd65c1bf8316b3d6ec407783ae.diff
https://github.com/ashgti closed
https://github.com/llvm/llvm-project/pull/138918
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
jasonmolenda wrote:
FTR that test is skipped on darwin because _sigtramp in libc on aarch64 doesn't
have any hand-supplied eh_frame right now :/
I have a test case put together, with a few functions written in assembly with
hand-added cfi directives. It's probably darwin specific assembly, ob
https://github.com/ojhunt edited
https://github.com/llvm/llvm-project/pull/137580
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -7,6 +7,9 @@
# CHECK: Stripped: false
# CHECK: Type: executable
# CHECK: Strata: unknown
+# CHECK: Name: .text
+# CHECK-NEXT: code
+# CHECK-NEXT: r-x
DhruvSrivastavaX wrote:
Yes, I was a little hesitant to make it larger as other platform test cases are
mu
Author: Jonas Devlieghere
Date: 2025-05-07T23:08:51-07:00
New Revision: df4eac2f8b6d32772953d3d8063568fe4c0314c1
URL:
https://github.com/llvm/llvm-project/commit/df4eac2f8b6d32772953d3d8063568fe4c0314c1
DIFF:
https://github.com/llvm/llvm-project/commit/df4eac2f8b6d32772953d3d8063568fe4c0314c1.d
https://github.com/cmtice updated
https://github.com/llvm/llvm-project/pull/138093
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-se
@@ -272,4 +272,204 @@ Interpreter::Visit(const UnaryOpNode *node) {
m_expr, "invalid ast: unexpected binary operator", node->GetLocation());
}
+lldb::ValueObjectSP
+Interpreter::EvaluateMemberOf(lldb::ValueObjectSP value,
+ const std::vector
JDevlieghere wrote:
All the Linux and Windows buildbots are green, but GreenDragon is consistently
failing with one of the breakpoint tests and it's not immediately obvious what
the problem is. If I rerun the tests enough times, I can reproduce a failure
locally. I've disabled those tests in d
@@ -88,6 +89,29 @@ class IdentifierNode : public ASTNode {
std::string m_name;
};
+class MemberOfNode : public ASTNode {
+public:
+ MemberOfNode(uint32_t location, ASTNodeUP base, bool is_arrow,
+ ConstString name)
+ : ASTNode(location, NodeKind::eMemberO
@@ -88,6 +89,29 @@ class IdentifierNode : public ASTNode {
std::string m_name;
};
+class MemberOfNode : public ASTNode {
+public:
+ MemberOfNode(uint32_t location, ASTNodeUP base, bool is_arrow,
+ ConstString name)
+ : ASTNode(location, NodeKind::eMemberO
DavidSpickett wrote:
Random example - `llvm/test/Analysis/BasicAA/separate_storage.ll`:
```
define i8 @simple_no(ptr %p1, ptr %p2) {
; CHECK-LABEL: @simple_no(
; CHECK-NEXT: entry:
; CHECK-NEXT:store i8 0, ptr [[P1:%.*]], align 1
; CHECK-NEXT:store i8 1, ptr [[P2:%.*]], align 1
; CHECK-N
@@ -24,6 +28,8 @@ qualified_id = ["::"] [nested_name_specifier] unqualified_id
identifier = ? C99 Identifier ? ;
+numeric_literal = ? C99 Integer constant ? ;
labath wrote:
I don't think you need to write the formal grammar. I'd be fine with just some
text
https://github.com/HemangGadhavi updated
https://github.com/llvm/llvm-project/pull/138687
>From a47e4642e6ebcbe6b5466ff118968bac83ccf1e9 Mon Sep 17 00:00:00 2001
From: HemangGadhavi
Date: Tue, 6 May 2025 07:59:45 -0500
Subject: [PATCH] [lldb][AIX] get host info for AIX (cont..)
---
lldb/sourc
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/137955
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
jurahul wrote:
Thanks @jpienaar. Given I have 2 approvals, will commit it today.
https://github.com/llvm/llvm-project/pull/138174
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath wrote:
@DavidSpickett, I am confused by the error on this arm builder:
https://lab.llvm.org/buildbot/#/builders/18/builds/15619
It says arm is not supported, but I think that error message is coming from
[here](https://github.com/llvm/llvm-project/blob/3feb8b42e973f935883bc9e779645ecdae
AaronBallman wrote:
Thank you for your patience!
In general, I think adding a new qualifier to Clang needs to come with
significant justification for the implementation and maintenance costs. In this
specific case, those costs are somewhat amortized because we already have the
`__ptrauth` qua
https://github.com/Michael137 approved this pull request.
https://github.com/llvm/llvm-project/pull/138297
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
DavidSpickett wrote:
As far as I can know, https://github.com/llvm/llvm-project/pull/138219 went
onto main, so you can revert my revert to get that back.
Then there was
https://github.com/llvm/llvm-project/commit/69a0af35a5860156836e9e295ecef9de3474db11,
which was later reverted in
https://g
DavidSpickett wrote:
I've reverted this. Please take a look at the logs of
https://lab.llvm.org/buildbot/#/builders/141/builds/8500 and see if any of it
makes sense to you.
We didn't have failures on Linux (though a lot of tests are disabled, they
would be disabled everywhere) so my first ins
labath wrote:
Thanks.
> Probalby we can remove `#ifndef _WIN32` in
> lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp, line 928
> too around `launch_info.AppendDuplicateFileAction((int)pass_comm_fd,
> (int)pass_comm_fd);`.
Indeed we should. In fact, that function is the reas
Author: Pavel Labath
Date: 2025-05-07T11:18:03+02:00
New Revision: 18c5ad5c6c178365d270439742863e14c8981ea3
URL:
https://github.com/llvm/llvm-project/commit/18c5ad5c6c178365d270439742863e14c8981ea3
DIFF:
https://github.com/llvm/llvm-project/commit/18c5ad5c6c178365d270439742863e14c8981ea3.diff
@@ -0,0 +1,592 @@
+//===-- RPCServerSourceEmitter.cpp
===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
da-viper wrote:
is there a branch tracking the reverted changes #138219, I have an old windows
10 pc i could use to reproduce it.
https://github.com/llvm/llvm-project/pull/138791
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/138698
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Pavel Labath
Date: 2025-05-07T15:02:45+02:00
New Revision: 7c5f5f3ef83b1d1d43d63862a8431af3dded15bb
URL:
https://github.com/llvm/llvm-project/commit/7c5f5f3ef83b1d1d43d63862a8431af3dded15bb
DIFF:
https://github.com/llvm/llvm-project/commit/7c5f5f3ef83b1d1d43d63862a8431af3dded15bb.diff
Author: Pavel Labath
Date: 2025-05-07T15:02:21+02:00
New Revision: 21501d1cf290a63760904fb125e77b432db49933
URL:
https://github.com/llvm/llvm-project/commit/21501d1cf290a63760904fb125e77b432db49933
DIFF:
https://github.com/llvm/llvm-project/commit/21501d1cf290a63760904fb125e77b432db49933.diff
@@ -17,23 +17,32 @@
image show-unwind --cached true -n foo
# CHECK: UNWIND PLANS for {{.*}}`foo
#
-# CHECK: Assembly language inspection UnwindPlan:
-# CHECK-NEXT: This UnwindPlan originally sourced from assembly insn profiling
-# CHECK-NEXT: This UnwindPlan is sourced fro
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/137978
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/137006
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Pavel Labath
Date: 2025-05-07T15:04:22+02:00
New Revision: d865f32fe820f543f0a53bfeba08774f2c270589
URL:
https://github.com/llvm/llvm-project/commit/d865f32fe820f543f0a53bfeba08774f2c270589
DIFF:
https://github.com/llvm/llvm-project/commit/d865f32fe820f543f0a53bfeba08774f2c270589.diff
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
Changes
Minidump files contain explicit information about load addresses of modules, so
it can load them itself. This works on other platforms, but fails on darwin
because DynamicLoaderDarwin nukes the loaded module l
JDevlieghere wrote:
Looking at the logs, the common theme appears to be that all the test binaries
exit before they hit any breakpoints. My best guess as to why this is only
happening on Windows is the way the dynamic loader there works. If that's the
case, then it means that those tests are m
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/138892
Minidump files contain explicit information about load addresses of modules, so
it can load them itself. This works on other platforms, but fails on darwin
because DynamicLoaderDarwin nukes the loaded module lis
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/137155
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,sans-se
https://github.com/labath edited
https://github.com/llvm/llvm-project/pull/137155
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath wrote:
This makes sense to me, but is there any way to write a test case for it?
It sounds like something similar to [this
test](https://github.com/llvm/llvm-project/blob/main/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test)
could work. In fact, given that this test is disab
Author: Pavel Labath
Date: 2025-05-07T11:04:51+02:00
New Revision: b643a529dcd2b1b2e4e81c3be427edfcadc6d8fa
URL:
https://github.com/llvm/llvm-project/commit/b643a529dcd2b1b2e4e81c3be427edfcadc6d8fa
DIFF:
https://github.com/llvm/llvm-project/commit/b643a529dcd2b1b2e4e81c3be427edfcadc6d8fa.diff
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/137978
>From 4eb94714ec3c8249fbccb10c2cfd29f8c45b9a07 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Thu, 9 Jan 2025 15:32:11 +0100
Subject: [PATCH 1/2] [lldb] Inherit DuplicateFileAction(HANDLE, HANDLE)
handles on
https://github.com/JDevlieghere approved this pull request.
LGTM. Can we automate this with package.json?
https://github.com/llvm/llvm-project/pull/138925
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
ashgti wrote:
I'm not sure, clang-format can format .json and .js/.ts files but I think the
current config isn't applying it to those files.
https://github.com/llvm/llvm-project/blob/main/llvm/utils/git/code-format-helper.py
doesn't apply to those file extensions. We may be able to update tha
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/138909
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/ashgti edited
https://github.com/llvm/llvm-project/pull/138918
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/138909
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Kazu Hirata
Date: 2025-05-07T11:14:28-07:00
New Revision: 47218eadd8adf1926ced879caa50b8885d1b070d
URL:
https://github.com/llvm/llvm-project/commit/47218eadd8adf1926ced879caa50b8885d1b070d
DIFF:
https://github.com/llvm/llvm-project/commit/47218eadd8adf1926ced879caa50b8885d1b070d.diff
L
https://github.com/slydiman approved this pull request.
I have tested the failed Host.LaunchProcessDuplicatesHandle test on the setup
similar to
[lldb-remote-linux-win](https://lab.llvm.org/buildbot/#/builders/197). It is
fixed now.
https://github.com/llvm/llvm-project/pull/138896
___
Author: John Harrison
Date: 2025-05-07T11:49:53-07:00
New Revision: 854b9e931703dd1b9d8a2b0fe8da787f9e26058d
URL:
https://github.com/llvm/llvm-project/commit/854b9e931703dd1b9d8a2b0fe8da787f9e26058d
DIFF:
https://github.com/llvm/llvm-project/commit/854b9e931703dd1b9d8a2b0fe8da787f9e26058d.diff
https://github.com/ashgti closed
https://github.com/llvm/llvm-project/pull/138925
___
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: Dmitry Vasilyev (slydiman)
Changes
See #138085 for details.
https://lab.llvm.org/buildbot/#/builders/59/builds/16937
https://lab.llvm.org/buildbot/#/builders/59/builds/17224
---
Full diff: https://github.com/llvm/llvm-project/pull/138940.
https://github.com/slydiman created
https://github.com/llvm/llvm-project/pull/138940
See #138085 for details.
https://lab.llvm.org/buildbot/#/builders/59/builds/16937
https://lab.llvm.org/buildbot/#/builders/59/builds/17224
Rate limit · GitHub
body {
@@ -0,0 +1,94 @@
+LLDB RPC Upstreaming Design Doc
+===
+
+This document aims to explain the general structure of the upstreaming patches
for adding LLDB RPC. The 2 primary concepts explained here will be:
+
+* How LLDB RPC is used
+* How the ``lldb-rpc
labath wrote:
> Why is that a bad thing? Can we do math operations later without types? Plus
> it's a unified interface, node evaluation returns a `ValueObject`.
>
> > ...
>
> I mean... this works and is a basis for future patches, why remove something
> that we will have to bring back shortl
DavidSpickett wrote:
>From what I've seen, this is a decent start but there are further issues to be
>dealt with. Details on https://github.com/llvm/llvm-project/issues/138717.
I have to work on some other SME changes first, so it will be a few weeks until
I can do anything for this. @laverdet
jasonmolenda wrote:
I am also not thrilled with the GetAsKind method for register numbering
returning LLDB_INVALID_REGNUM, the code reads so poorly in this method because
of it. But returning an optional would make other code more verbose unless I
carried optionals through a lot further. I h
Author: David Spickett
Date: 2025-05-07T09:11:09Z
New Revision: 47c7e73e5763f81f218cc4e1eae306d0427aa42d
URL:
https://github.com/llvm/llvm-project/commit/47c7e73e5763f81f218cc4e1eae306d0427aa42d
DIFF:
https://github.com/llvm/llvm-project/commit/47c7e73e5763f81f218cc4e1eae306d0427aa42d.diff
LOG
hapee wrote:
Hi @JDevlieghere , I've corrected the typos. Could you please review my changes
again?
https://github.com/llvm/llvm-project/pull/137515
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/l
@@ -280,6 +311,52 @@ void DILParser::BailOut(const std::string &error, uint32_t
loc,
m_dil_lexer.ResetTokenIdx(m_dil_lexer.NumLexedTokens() - 1);
}
+// Parse a numeric_literal.
+//
+// numeric_literal:
+//? Token::numeric_constant ?
+//
+ASTNodeUP DILParser::ParseNumer
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/138297
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/santhoshe447 updated
https://github.com/llvm/llvm-project/pull/131820
Rate limit · GitHub
body {
background-color: #f6f8fa;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe
UI,Helvetica,Arial,s
Author: Jacob Lalonde
Date: 2025-05-07T09:05:53-07:00
New Revision: 1ad57b58d6ba53be99bd6f2fa928a126c9deb91c
URL:
https://github.com/llvm/llvm-project/commit/1ad57b58d6ba53be99bd6f2fa928a126c9deb91c
DIFF:
https://github.com/llvm/llvm-project/commit/1ad57b58d6ba53be99bd6f2fa928a126c9deb91c.diff
https://github.com/Jlalond closed
https://github.com/llvm/llvm-project/pull/138580
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
ashgti wrote:
So, I was checking this and I see `lldb_dap::DAP::ResetDebuggerState()
(/data/users/jeffreytan/llvm-sand/external/llvm-project/lldb/tools/lldb-dap/DAP.cpp:1411)`
in the call stack.
That function doesn't exist in the open source version of lldb-dap. I'm not
sure what its doing bu
https://github.com/labath edited
https://github.com/llvm/llvm-project/pull/138551
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/138698
>From 663db321027e05736344fe763a5473175f0c90f2 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Tue, 6 May 2025 16:35:01 +0200
Subject: [PATCH 1/2] [lldb] Fix dynamic type resolutions for core files
We're readi
@@ -18,5 +20,18 @@ void HostInfoAIX::Terminate() { HostInfoBase::Terminate(); }
FileSpec HostInfoAIX::GetProgramFileSpec() {
static FileSpec g_program_filespec;
+ struct psinfo psinfoData;
+ auto BufferOrError = getProcFile(getpid(), "psinfo");
+ if (BufferOrError) {
+
labath wrote:
Oh, it's [this
one](https://github.com/llvm/llvm-project/blob/3feb8b42e973f935883bc9e779645ecdae1a586d/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp#L547).
That makes more sense now. I'll skip the test on arm. Thanks for catching that.
https://github.com/llvm/ll
DavidSpickett wrote:
Yep, called from AddThreadList:
```
#0 0xedfbe37c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int)
(/home/david.spickett/build-llvm-arm/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0xdbe37c)
#1 0xedfbca00 llvm::sys::RunS
Author: Pavel Labath
Date: 2025-05-07T16:57:30+02:00
New Revision: 461ba2db5d15793d18a5c18ce417c30e335602cc
URL:
https://github.com/llvm/llvm-project/commit/461ba2db5d15793d18a5c18ce417c30e335602cc
DIFF:
https://github.com/llvm/llvm-project/commit/461ba2db5d15793d18a5c18ce417c30e335602cc.diff
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/137515
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/real-mikhail created
https://github.com/llvm/llvm-project/pull/138941
Original PR where test was introduced and improvements discussed:
https://github.com/llvm/llvm-project/pull/129092#issuecomment-2855337004
Rate limit · GitHub
body {
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Mikhail Zakharov (real-mikhail)
Changes
Original PR where test was introduced and improvements discussed:
https://github.com/llvm/llvm-project/pull/129092#issuecomment-2855337004
---
Full diff: https://github.com/llvm/llvm-project/pull/138
real-mikhail wrote:
Thanks for the example and the link.
I fixed test to work on both Windows-x86 and Windows-x64 and created new PR:
https://github.com/llvm/llvm-project/pull/138941
https://github.com/llvm/llvm-project/pull/129092
___
lldb-commits ma
https://github.com/Jlalond created
https://github.com/llvm/llvm-project/pull/138943
Add a generous amount of buffer directories. I found out some LLDB forks
(internal and external) had custom ranges that could fail because we didn't
pre-account for those. To prevent this from being a problem,
https://github.com/Jlalond edited
https://github.com/llvm/llvm-project/pull/138943
___
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: Jacob Lalonde (Jlalond)
Changes
Add a generous amount of buffer directories. I found out some LLDB forks
(internal and external) had custom ranges that could fail because we didn't
pre-account for those. To prevent this from being a proble
JDevlieghere wrote:
The following two tests are both setting breakpoints without stopping at entry,
which means that we could have run past the breakpoint by the time it's set:
```
lldb-api :: tools/lldb-dap/completions/TestDAP_completions.py
lldb-api :: tools/lldb-dap/startDebugging/TestDA
@@ -16,6 +16,15 @@ if (CXX_SUPPORTS_DOCUMENTATION)
PRIVATE -Wdocumentation)
endif()
+# Apply -Wno-documentation-deprecated-sync while we migrate away from
+# report_fatal_error in llvm/include/llvm/Support/ErrorHandling.h
+# and llvm/include/llvm/Support/Error.h.
-
@@ -16,6 +16,15 @@ if (CXX_SUPPORTS_DOCUMENTATION)
PRIVATE -Wdocumentation)
endif()
+# Apply -Wno-documentation-deprecated-sync while we migrate away from
+# report_fatal_error in llvm/include/llvm/Support/ErrorHandling.h
+# and llvm/include/llvm/Support/Error.h.
-
https://github.com/cmtice updated
https://github.com/llvm/llvm-project/pull/138487
>From 780371cf111c97e2bce5f030625ff557bb2f40b6 Mon Sep 17 00:00:00 2001
From: Caroline Tice
Date: Sun, 4 May 2025 23:43:28 -0700
Subject: [PATCH 1/3] [LLDB] Fix GetIndexOfChildMemberWithName to handle
anonymous
Author: cmtice
Date: 2025-05-07T20:39:37-07:00
New Revision: 92d3029fa4a9c6ce21c50590e57ae834ae3db3bc
URL:
https://github.com/llvm/llvm-project/commit/92d3029fa4a9c6ce21c50590e57ae834ae3db3bc
DIFF:
https://github.com/llvm/llvm-project/commit/92d3029fa4a9c6ce21c50590e57ae834ae3db3bc.diff
LOG: [
JDevlieghere wrote:
I re-landed the launch sequence patch
(aeeb9a3c09f40f42a1e8e5e3c8dbde3b260744bd) and the Windows bots are happy
again. Given that was the only objections, I'm going to merge this so we can
get some insights overnight.
As I said in the description, I expect the tests to be
https://github.com/cmtice closed
https://github.com/llvm/llvm-project/pull/138487
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/138791
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Jonas Devlieghere
Date: 2025-05-07T20:40:04-07:00
New Revision: efce7a169e58ec8b27d266ec4dfb851f85a7c6c2
URL:
https://github.com/llvm/llvm-project/commit/efce7a169e58ec8b27d266ec4dfb851f85a7c6c2
DIFF:
https://github.com/llvm/llvm-project/commit/efce7a169e58ec8b27d266ec4dfb851f85a7c6c2.d
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/139021
>From fcd590a31f7b490f5fbc5996d9c5f2836ff4e7ee Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Wed, 7 May 2025 21:20:47 -0700
Subject: [PATCH 1/2] [lldb] Change the statusline format to print "no tar
1 - 100 of 142 matches
Mail list logo