https://github.com/chelcassanova approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/85342
___
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: Jonas Devlieghere (JDevlieghere)
Changes
Currently, we always show the argument passed to dsymForUUID in the
corresponding progress update. Most of the time this is a UUID, but it can also
be an absolute path. The former is pretty uninform
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/85342
Currently, we always show the argument passed to dsymForUUID in the
corresponding progress update. Most of the time this is a UUID, but it can also
be an absolute path. The former is pretty uninformative an
https://github.com/adrian-prantl approved this pull request.
https://github.com/llvm/llvm-project/pull/84854
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
JDevlieghere wrote:
This contains the Alarm changes from #84854.
@chelcassanova and @adrian-prantl please have another look as you had comments
in the other PR (that have since been addressed).
https://github.com/llvm/llvm-project/pull/85329
___
lldb
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
The commit introduces a new, generic, Alarm class. The class lets you to
schedule functions (callbacks) that will execute after a predefined timeout.
Once scheduled, you can cancel and reset a callb
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/85329
The commit introduces a new, generic, Alarm class. The class lets you to
schedule functions (callbacks) that will execute after a predefined timeout.
Once scheduled, you can cancel and reset a callback, giv
JDevlieghere wrote:
Seems like the alarm part of this patch is pretty uncontroversial so I'm going
to go ahead and split that off into its own PR so we can settle on the
ProgressManager part here.
https://github.com/llvm/llvm-project/pull/84854
___
https://github.com/kastiglione edited
https://github.com/llvm/llvm-project/pull/85152
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/chelcassanova approved this pull request.
https://github.com/llvm/llvm-project/pull/84854
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -170,6 +170,14 @@ void CommandObjectDWIMPrint::DoExecute(StringRef command,
ExpressionResults expr_result = target.EvaluateExpression(
expr, exe_scope, valobj_sp, eval_options, &fixed_expression);
+auto persistent_name = valobj_sp->GetName();
+// Evaluat
@@ -170,6 +170,14 @@ void CommandObjectDWIMPrint::DoExecute(StringRef command,
ExpressionResults expr_result = target.EvaluateExpression(
expr, exe_scope, valobj_sp, eval_options, &fixed_expression);
+auto persistent_name = valobj_sp->GetName();
+// Evaluat
https://github.com/felipepiovezan closed
https://github.com/llvm/llvm-project/pull/83908
___
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-14T09:40:00-07:00
New Revision: 0adccd1a7fd8e30650f76bd33471de28b7939455
URL:
https://github.com/llvm/llvm-project/commit/0adccd1a7fd8e30650f76bd33471de28b7939455
DIFF:
https://github.com/llvm/llvm-project/commit/0adccd1a7fd8e30650f76bd33471de28b
https://github.com/felipepiovezan updated
https://github.com/llvm/llvm-project/pull/83908
>From 51307b548d09c34ee06037ccf459110e451970a9 Mon Sep 17 00:00:00 2001
From: Felipe de Azevedo Piovezan
Date: Mon, 4 Mar 2024 09:56:18 -0800
Subject: [PATCH 1/7] [lldb] Allow languages to filter breakpoin
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 10edabbcf331fdd53d27c5195de1b692a0063721
6982a47579b372b0e34c751c9952b4aa03531aeb --
https://github.com/jeffreytan81 created
https://github.com/llvm/llvm-project/pull/85260
None
>From 6cccde22723157260e7c0b19bf8372aae8d1afaa Mon Sep 17 00:00:00 2001
From: jeffreytan81
Date: Wed, 6 Mar 2024 12:07:03 -0800
Subject: [PATCH 1/2] Fix strcmp build error on buildbot
---
lldb/test/A
https://github.com/jasonmolenda closed
https://github.com/llvm/llvm-project/pull/84998
___
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-14T08:58:27-07:00
New Revision: 52557bce73f64df5da13d42dd97b57fbd4ab1b12
URL:
https://github.com/llvm/llvm-project/commit/52557bce73f64df5da13d42dd97b57fbd4ab1b12
DIFF:
https://github.com/llvm/llvm-project/commit/52557bce73f64df5da13d42dd97b57fbd4ab1b12.diff
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/85080
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Alastair Houghton
Date: 2024-03-14T08:22:29-07:00
New Revision: a75d0a3dbab6215db228cedf5f2458e251c30637
URL:
https://github.com/llvm/llvm-project/commit/a75d0a3dbab6215db228cedf5f2458e251c30637
DIFF:
https://github.com/llvm/llvm-project/commit/a75d0a3dbab6215db228cedf5f2458e251c30637.d
al45tair wrote:
@JDevlieghere I don't believe I have merge rights here, so you'll have to do
the honours.
https://github.com/llvm/llvm-project/pull/85080
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
DavidSpickett wrote:
I will be away for a while so @jasonmolenda please merge it if it looks fine to
you.
https://github.com/llvm/llvm-project/pull/82603
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
kovdan01 wrote:
@jasonmolenda Just in case you've missed - I've provided the use case
description leading to the issue (as you requested) above
https://github.com/llvm/llvm-project/pull/82603#issuecomment-1970019956. Would
be glad if you let me know if it gives you enough info & if this partic
ganeshgit wrote:
> This patch needs to be cleanly rebased on trunk (force push is OK in PR
> branchs)
I think my overnight rebase scripts screwed the fixups. I will close this and I
will raise a new pull request.
https://github.com/llvm/llvm-project/pull/85033
https://github.com/RKSimon requested changes to this pull request.
This patch needs to be cleanly rebased on trunk (force push is OK in PR branchs)
https://github.com/llvm/llvm-project/pull/85033
___
lldb-commits mailing list
lldb-commits@lists.llvm.or
https://github.com/DavidSpickett closed
https://github.com/llvm/llvm-project/pull/85200
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: bvlgah
Date: 2024-03-14T09:11:37Z
New Revision: ece2c25ab9f572f719fd18f1ced4fa80f3e5ed1c
URL:
https://github.com/llvm/llvm-project/commit/ece2c25ab9f572f719fd18f1ced4fa80f3e5ed1c
DIFF:
https://github.com/llvm/llvm-project/commit/ece2c25ab9f572f719fd18f1ced4fa80f3e5ed1c.diff
LOG: [LLDB]
https://github.com/DavidSpickett approved this pull request.
https://github.com/llvm/llvm-project/pull/85200
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
DavidSpickett wrote:
Thanks for the fix! We (Linaro) were about to look into this ourselves.
I'm going to merge this now so we can see if it works ASAP.
https://github.com/llvm/llvm-project/pull/85200
___
lldb-commits mailing list
lldb-commits@lists.l
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (bvlgah)
Changes
I noticed a failure of [running LLDB test suites on Windows
AArch64](https://lab.llvm.org/buildbot/#/builders/219/builds/9849). The failed
test case is about
checking output of command `breakpoint list -v -L c++`, and
https://github.com/bvlgah created
https://github.com/llvm/llvm-project/pull/85200
I noticed a failure of [running LLDB test suites on Windows
AArch64](https://lab.llvm.org/buildbot/#/builders/219/builds/9849). The failed
test case is about
checking output of command `breakpoint list -v -L c++`
https://github.com/DavidSpickett approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/84998
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
33 matches
Mail list logo