https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/123211
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Pavel Labath
Date: 2025-01-17T08:44:13+01:00
New Revision: 118192148273bfe1faf02403a301baeebda59d19
URL:
https://github.com/llvm/llvm-project/commit/118192148273bfe1faf02403a301baeebda59d19
DIFF:
https://github.com/llvm/llvm-project/commit/118192148273bfe1faf02403a301baeebda59d19.diff
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-s390x-linux`
running on `systemz-1` while building `clang,lldb` at step 6 "test-openmp".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/88/builds/6887
Here is the relevant piece of the build l
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building
`clang,lldb` at step 7 "Add check check-offload".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/73/builds/11867
Here is
https://github.com/ChuanqiXu9 closed
https://github.com/llvm/llvm-project/pull/123152
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Chuanqi Xu
Date: 2025-01-17T12:46:00+08:00
New Revision: 263fed7ce9d2c155af44829018673caa67fa4f47
URL:
https://github.com/llvm/llvm-project/commit/263fed7ce9d2c155af44829018673caa67fa4f47
DIFF:
https://github.com/llvm/llvm-project/commit/263fed7ce9d2c155af44829018673caa67fa4f47.diff
LO
rocallahan wrote:
Pavel tested a recent version of this PR on Mac and it worked. I've rebased
this on top of the refactoring work in PR #120817. CI looks green. I think this
is ready to finish reviewing.
https://github.com/llvm/llvm-project/pull/112079
_
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/123152
>From ea3eb4454319ce703bf689dac000f0ed382c2ee5 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Thu, 16 Jan 2025 11:30:30 +0800
Subject: [PATCH] [AST] Add OriginalDC argument to
ExternalASTSource::FindExterna
ChuanqiXu9 wrote:
> Compile-time looks fine on this one:
> https://llvm-compile-time-tracker.com/compare.php?from=8fb29ba287d72392bd7900c33d2a8d2149126dbe&to=fd734a392a094a573ee7fe587b9fc5f616f92a9a&stat=instructions:u
Thanks. I'll land this after CI gets green.
https://github.com/llvm/llvm-pr
rocallahan wrote:
Thanks!!
https://github.com/llvm/llvm-project/pull/120817
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/rocallahan updated
https://github.com/llvm/llvm-project/pull/112079
>From daf6c946e52c7c5c778ab6a397c2de95bee56eb8 Mon Sep 17 00:00:00 2001
From: Robert O'Callahan
Date: Fri, 19 Jul 2024 22:46:42 +1200
Subject: [PATCH] [lldb] Implement basic support for reverse-continue
This
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/123261
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/123261
>From 69b53a2a6290733ee90e4d75521f4c2fd6bd1401 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Thu, 16 Jan 2025 15:16:36 +
Subject: [PATCH 1/3] [lldb][DWARF] Change GetAttributes to always visit
curren
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/123261
>From 69b53a2a6290733ee90e4d75521f4c2fd6bd1401 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Thu, 16 Jan 2025 15:16:36 +
Subject: [PATCH 1/2] [lldb][DWARF] Change GetAttributes to always visit
curren
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Michael Buch (Michael137)
Changes
`GetAttributes` returns all attributes on a given DIE, including any attributes
that the DIE references via `DW_AT_abstract_origin` and `DW_AT_specification`.
However, if an attribute exists on both the re
https://github.com/Michael137 created
https://github.com/llvm/llvm-project/pull/123261
`GetAttributes` returns all attributes on a given DIE, including any attributes
that the DIE references via `DW_AT_abstract_origin` and `DW_AT_specification`.
However, if an attribute exists on both the refe
@@ -0,0 +1,296 @@
+//===-- DILEval.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,102 @@
+//===-- DILParser.h -*- C++
-*-===//
+//
+// 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,106 @@
+//===-- DILEval.h ---*- C++
-*-===//
+//
+// 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/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/123242
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Jonas Devlieghere
Date: 2025-01-16T16:09:20-08:00
New Revision: 8ac0aaae38d3dc863c5c5b331c8ec3238e27
URL:
https://github.com/llvm/llvm-project/commit/8ac0aaae38d3dc863c5c5b331c8ec3238e27
DIFF:
https://github.com/llvm/llvm-project/commit/8ac0aaae38d3dc863c5c5b331c8ec3238e27.d
Author: Felipe de Azevedo Piovezan
Date: 2025-01-16T15:05:46-08:00
New Revision: cb82771c96d7055d89ca67f383e6fb3c9aced178
URL:
https://github.com/llvm/llvm-project/commit/cb82771c96d7055d89ca67f383e6fb3c9aced178
DIFF:
https://github.com/llvm/llvm-project/commit/cb82771c96d7055d89ca67f383e6fb3c9
https://github.com/felipepiovezan closed
https://github.com/llvm/llvm-project/pull/123145
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/jimingham approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/123145
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/felipepiovezan edited
https://github.com/llvm/llvm-project/pull/123145
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -34,6 +34,9 @@ def __init__(self, process):
if not self.g_value.IsValid():
print("Could not find g_value")
+def does_plugin_report_all_threads(self):
+return False
felipepiovezan wrote:
FYI I have changed this to Tru
https://github.com/felipepiovezan updated
https://github.com/llvm/llvm-project/pull/123145
>From ac1711204064c4740d5f1386bc6132d4d968dda3 Mon Sep 17 00:00:00 2001
From: Felipe de Azevedo Piovezan
Date: Tue, 14 Jan 2025 09:27:29 -0800
Subject: [PATCH 1/2] [lldb] Add OS plugin property for report
Author: Jonas Devlieghere
Date: 2025-01-16T13:48:23-08:00
New Revision: 96ef428953ed0f2a6c973709005fd17fd18318a1
URL:
https://github.com/llvm/llvm-project/commit/96ef428953ed0f2a6c973709005fd17fd18318a1
DIFF:
https://github.com/llvm/llvm-project/commit/96ef428953ed0f2a6c973709005fd17fd18318a1.d
https://github.com/JDevlieghere closed
https://github.com/llvm/llvm-project/pull/123225
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Jonas Devlieghere
Date: 2025-01-16T13:31:35-08:00
New Revision: 7ea5f195039ba357285076043ad381ed22e3842e
URL:
https://github.com/llvm/llvm-project/commit/7ea5f195039ba357285076043ad381ed22e3842e
DIFF:
https://github.com/llvm/llvm-project/commit/7ea5f195039ba357285076043ad381ed22e3842e.d
Prabhuk wrote:
Verified that the failure in our bots were due to our LLDB recipe and not this
patch. Thank you @labath for helping to isolate the problem on our end.
https://github.com/llvm/llvm-project/pull/122358
___
lldb-commits mailing list
lldb-c
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/123242
>From db80b44d603bd00127d8de52fa32577ec352dc22 Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Thu, 16 Jan 2025 12:57:15 -0800
Subject: [PATCH 1/2] [lldb] Improve user expression diagnostics
This pa
https://github.com/jimingham approved this pull request.
That's clearer...
https://github.com/llvm/llvm-project/pull/123242
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -2544,6 +2544,26 @@ ModuleSP Process::ReadModuleFromMemory(const FileSpec
&file_spec,
progress_up = std::make_unique(
"Reading binary from memory", file_spec.GetFilename().GetString());
+if (size_to_read == 0) {
+ // No size was provided, figure ou
@@ -2544,6 +2544,26 @@ ModuleSP Process::ReadModuleFromMemory(const FileSpec
&file_spec,
progress_up = std::make_unique(
"Reading binary from memory", file_spec.GetFilename().GetString());
+if (size_to_read == 0) {
+ // No size was provided, figure ou
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
This patch rewords some of the user expression diagnostics.
- Differentiate between being interrupted and hitting a breakpoint.
- Use "expression execution" to make it more obvious that the diagnos
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/123242
This patch rewords some of the user expression diagnostics.
- Differentiate between being interrupted and hitting a breakpoint.
- Use "expression execution" to make it more obvious that the diagnostic is
@@ -2544,6 +2544,26 @@ ModuleSP Process::ReadModuleFromMemory(const FileSpec
&file_spec,
progress_up = std::make_unique(
"Reading binary from memory", file_spec.GetFilename().GetString());
+if (size_to_read == 0) {
+ // No size was provided, figure ou
https://github.com/Jlalond updated
https://github.com/llvm/llvm-project/pull/123132
>From dbe633443f608f292c1f7f775d1b96b7eb808965 Mon Sep 17 00:00:00 2001
From: Jacob Lalonde
Date: Tue, 14 Jan 2025 14:23:05 -0800
Subject: [PATCH 1/2] Add draft docstrings for SBSaveCoreOptions
---
.../interfa
@@ -0,0 +1,72 @@
+%feature("docstring",
+"A container for options to use when saving a core file.
+
+SBSaveCoreOptions includes API's to specify the memory regions and threads to
include
+when generating a core file. These options are not exclusive the existing
SaveCoreStyle opt
Jlalond wrote:
I can still make an RFC if that is desired, but I believed we reached a
compromise with the new broadcast bit. I think we should frame the SBProgress
very differently to @labath's recent improvements to Progress itself. I think
the critical feature is the disposal of SBProgress
Author: Jacob Lalonde
Date: 2025-01-16T11:49:02-08:00
New Revision: 06edefac10f4481bdd458c0362d9a305f6a1ce6a
URL:
https://github.com/llvm/llvm-project/commit/06edefac10f4481bdd458c0362d9a305f6a1ce6a
DIFF:
https://github.com/llvm/llvm-project/commit/06edefac10f4481bdd458c0362d9a305f6a1ce6a.diff
https://github.com/Jlalond closed
https://github.com/llvm/llvm-project/pull/122541
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
JDevlieghere wrote:
Sorry, I didn't get the ping (I think because this is marked as a draft). I'm
not familiar enough with Windows to review this, so I'm adding some folks that
are or work on related stuff in `lldb-dap`.
https://github.com/llvm/llvm-project/pull/121269
https://github.com/augusto2112 approved this pull request.
Maybe you can also add a doxygen comment explaining that it shouldn't be used
directly and use the lldbassert macro instead?
https://github.com/llvm/llvm-project/pull/123225
___
lldb-commits m
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/123225
>From 8db51a67cd5447d51755a7a411b4d5e4857a86fa Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Thu, 16 Jan 2025 10:27:10 -0800
Subject: [PATCH 1/2] [lldb] Rename lldb_assert -> _lldb_assert (NFC)
Re
https://github.com/JDevlieghere edited
https://github.com/llvm/llvm-project/pull/119052
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere approved this pull request.
I'm happy with this, as it addresses my concerns.
@labath, you had some similar, and some different concerns (i.e. the RAII
benefit of the C++ implementation). Should we have an RFC for this to flesh
that out or how do you feel about
https://github.com/clayborg approved this pull request.
https://github.com/llvm/llvm-project/pull/122541
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/medismailben approved this pull request.
https://github.com/llvm/llvm-project/pull/123225
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/JDevlieghere updated
https://github.com/llvm/llvm-project/pull/123225
>From 8db51a67cd5447d51755a7a411b4d5e4857a86fa Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere
Date: Thu, 16 Jan 2025 10:27:10 -0800
Subject: [PATCH] [lldb] Rename lldb_assert -> _lldb_assert (NFC)
Rename
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 6b3ba6677d64e394b9c929ea0d1f7c54e3146fda
e4013bfe60902505d4631c59dba5205344caaf6c --e
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Jonas Devlieghere (JDevlieghere)
Changes
Rename `lldb_assert` to `_lldb_assert` to make it more obvious that you
shouldn't be using this function directly. Instead, you should use the
`lldbassert` macro which becomes a regular assert in a
JDevlieghere wrote:
FWIW this in response to seeing `lldb_assert` being used directly in the Swift
fork.
https://github.com/llvm/llvm-project/pull/123225
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
https://github.com/JDevlieghere created
https://github.com/llvm/llvm-project/pull/123225
Rename `lldb_assert` to `_lldb_assert` to make it more obvious that you
shouldn't be using this function directly. Instead, you should use the
`lldbassert` macro which becomes a regular assert in a debug/a
https://github.com/jimingham approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/123211
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
jimingham wrote:
Originally the idea was that `GetDescription` was for showing to users and
`Dump` was like the llvm `dump`, it was meant to show all the gory details and
you weren't supposed to call it in code so much as by hand when debugging. So
that it is unused doesn't really mean it isn
@@ -3183,10 +3183,24 @@ Expr *Expr::IgnoreUnlessSpelledInSource() {
}
return E;
};
+
+ auto IgnoreImplicitCallSingleStep = [](Expr *E) {
+if (auto *C = dyn_cast(E)) {
+ auto NumArgs = C->getNumArgs();
+ if (NumArgs == 1 ||
+ (NumArgs > 1 && isa
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/122265
>From b43ffd0c1bb6e4f1ca5b8458848f574480021b08 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Thu, 9 Jan 2025 10:01:31 +
Subject: [PATCH 1/8] [clang][DebugInfo] Expand detection of structured
bindings
https://github.com/Michael137 updated
https://github.com/llvm/llvm-project/pull/122265
>From b43ffd0c1bb6e4f1ca5b8458848f574480021b08 Mon Sep 17 00:00:00 2001
From: Michael Buch
Date: Thu, 9 Jan 2025 10:01:31 +
Subject: [PATCH 1/8] [clang][DebugInfo] Expand detection of structured
bindings
@@ -859,7 +859,9 @@ SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame,
addr_t step_addr =
sc.line_entry.range.GetBaseAddress().GetLoadAddress(target);
if (step_addr != LLDB_INVALID_ADDRESS) {
-if (fun_range.ContainsLoadAddress(step_addr, targ
https://github.com/JDevlieghere approved this pull request.
https://github.com/llvm/llvm-project/pull/123211
___
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/123107
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Jonas Devlieghere
Date: 2025-01-16T09:33:59-08:00
New Revision: 8965dd40c63cf00610fcf550017b46dae736d94b
URL:
https://github.com/llvm/llvm-project/commit/8965dd40c63cf00610fcf550017b46dae736d94b
DIFF:
https://github.com/llvm/llvm-project/commit/8965dd40c63cf00610fcf550017b46dae736d94b.d
@@ -3183,10 +3183,24 @@ Expr *Expr::IgnoreUnlessSpelledInSource() {
}
return E;
};
+
+ auto IgnoreImplicitCallSingleStep = [](Expr *E) {
+if (auto *C = dyn_cast(E)) {
+ auto NumArgs = C->getNumArgs();
+ if (NumArgs == 1 ||
+ (NumArgs > 1 && isa
https://github.com/cor3ntin edited
https://github.com/llvm/llvm-project/pull/122265
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/cor3ntin approved this pull request.
LGTM modulo comment request.
Thanks
https://github.com/llvm/llvm-project/pull/122265
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/123217
.. by changing the signal stop reason format :facepalm:
The reason this did not work is because the code in
`StopInfo::GetCrashingDereference` was looking for the string "address=" to
extract the address of the
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
Changes
.. by changing the signal stop reason format :facepalm:
The reason this did not work is because the code in
`StopInfo::GetCrashingDereference` was looking for the string "address=" to
extract the address of t
SuibianP wrote:
Hi @JDevlieghere, sorry for pinging again but could you please kindly help take
a look at this when you have time? Thanks in advance!
https://github.com/llvm/llvm-project/pull/121269
___
lldb-commits mailing list
lldb-commits@lists.llv
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
Changes
We still have GetDescription and DumpStopContext which serve a similar purpose.
(The main reason this is bothering me is because I'm working through the uses
of (deprecated) Function::GetAddressRange.)
---
Fu
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/123211
We still have GetDescription and DumpStopContext which serve a similar purpose.
(The main reason this is bothering me is because I'm working through the uses
of (deprecated) Function::GetAddressRange.)
>From 5c
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pavel Labath (labath)
Changes
The purpose of this originally was to check for DWARF which refers to
garbage-collected functions (by checking whether we're able to get a good
address out of the function). The address check has been removed
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/123206
The purpose of this originally was to check for DWARF which refers to
garbage-collected functions (by checking whether we're able to get a good
address out of the function). The address check has been removed in
nikic wrote:
Thanks for the context! "I'm landing this without approval because I'm the
maintainer for this component" is a lot less scary than "I'm landing this
without approval because there's no time to wait on a review".
https://github.com/llvm/llvm-project/pull/122887
ChuanqiXu9 wrote:
> > Looks like this change has some compile-time impact even if modules are not
> > used:
> > https://llvm-compile-time-tracker.com/compare.php?from=edc02351dd11cc4a39b7c541b26b71c6f36c8e55&to=7201cae106260aeb3e97d5291ff30f05076a&stat=instructions:u
> > It seems to add ab
AaronBallman wrote:
> Looks like this change has some compile-time impact even if modules are not
> used:
> https://llvm-compile-time-tracker.com/compare.php?from=edc02351dd11cc4a39b7c541b26b71c6f36c8e55&to=7201cae106260aeb3e97d5291ff30f05076a&stat=instructions:u
> It seems to add about 0.
nikic wrote:
Compile-time looks fine on this one:
https://llvm-compile-time-tracker.com/compare.php?from=8fb29ba287d72392bd7900c33d2a8d2149126dbe&to=fd734a392a094a573ee7fe587b9fc5f616f92a9a&stat=instructions:u
https://github.com/llvm/llvm-project/pull/123152
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/123178
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/123046
>From 74d436310319d17cb43ba598836b70a92c827111 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Wed, 15 Jan 2025 12:41:23 +0100
Subject: [PATCH 1/6] [lldb] Fix SBThread::StepOverUntil for discontinuous
function
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/123046
>From 74d436310319d17cb43ba598836b70a92c827111 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Wed, 15 Jan 2025 12:41:23 +0100
Subject: [PATCH 1/5] [lldb] Fix SBThread::StepOverUntil for discontinuous
function
https://github.com/labath updated
https://github.com/llvm/llvm-project/pull/123046
>From 74d436310319d17cb43ba598836b70a92c827111 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Wed, 15 Jan 2025 12:41:23 +0100
Subject: [PATCH 1/4] [lldb] Fix SBThread::StepOverUntil for discontinuous
function
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/123089
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/123089
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/123089
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
slydiman wrote:
> Sanitizer build has been fixed but I know this will also break the Fuchsia
> build bots if we reland it (see [#115379
> (comment)](https://github.com/llvm/llvm-project/pull/115379#issuecomment-2469268557))
> - not sure if there is any plan to update those builders to use inst
https://github.com/Michael137 edited
https://github.com/llvm/llvm-project/pull/123089
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
https://github.com/labath created
https://github.com/llvm/llvm-project/pull/123178
None
>From da349663bf90a53e50ad6d22a088e19edfb9ee83 Mon Sep 17 00:00:00 2001
From: Pavel Labath
Date: Thu, 16 Jan 2025 11:08:00 +0100
Subject: [PATCH] [DO NOT SUBMIT] querying precommit CI...
---
lldb/test/She
https://github.com/labath closed
https://github.com/llvm/llvm-project/pull/123054
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: Pavel Labath
Date: 2025-01-16T10:49:51+01:00
New Revision: 7e00e3ae6dd4ba215dad27d1729df533cbb37795
URL:
https://github.com/llvm/llvm-project/commit/7e00e3ae6dd4ba215dad27d1729df533cbb37795
DIFF:
https://github.com/llvm/llvm-project/commit/7e00e3ae6dd4ba215dad27d1729df533cbb37795.diff
@@ -377,7 +377,12 @@ ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const
DWARFDIE &die) {
break;
case DW_AT_object_pointer:
- object_pointer = form_value.Reference();
+ // GetAttributes follows DW_AT_specification.
+ // DW_TAG_subprogram defini
@@ -859,7 +859,9 @@ SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame,
addr_t step_addr =
sc.line_entry.range.GetBaseAddress().GetLoadAddress(target);
if (step_addr != LLDB_INVALID_ADDRESS) {
-if (fun_range.ContainsLoadAddress(step_addr, targ
1 - 100 of 103 matches
Mail list logo