https://github.com/clayborg created
https://github.com/llvm/llvm-project/pull/87164
We have the ability to load .dwp files with a .debug_info.dwo section that
exceeds 4GB. There were 4 locations that were using 32 bit offsets and lengths
to extract variable locations, and if a DIE was over the
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Greg Clayton (clayborg)
Changes
We have the ability to load .dwp files with a .debug_info.dwo section that
exceeds 4GB. There were 4 locations that were using 32 bit offsets and lengths
to extract variable locations, and if a DIE was over
https://github.com/kusmour approved this pull request.
Looks straight forward. Tried the patch locally and it worked!
https://github.com/llvm/llvm-project/pull/87164
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-b
https://github.com/pabusse created
https://github.com/llvm/llvm-project/pull/87177
An inverted condition causes `SymbolFileDWARFDebugMap::FindTypes` to bail out
after inspecting the first .o file in each module.
The same kind of bug is found in
`SymbolFileDWARFDebugMap::ParseDeclsForContext`.
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
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Pablo Busse (pabusse)
Changes
An inverted condition causes `SymbolFileDWARFDebugMap::FindTypes` to bail out
after inspecting the first .o file in each module.
The same kind of bug is found in
`SymbolFileDWARFDebugMap::ParseDeclsForContext
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
a67b9326cd0448072a1192951f12f3927f31af8c...70938a5d70d3d1e861fd8439bd01ebf737252329
lldb/
marcauberer wrote:
@pabusse Hi, thanks for the patch!
Please remove the semicolons from the python code to make the formatting check
pass.
https://github.com/llvm/llvm-project/pull/87177
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https:
Michael137 wrote:
Thanks for the patch, sounds like it should fix
https://github.com/llvm/llvm-project/issues/86184
https://github.com/llvm/llvm-project/pull/87177
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
https://github.com/Michael137 approved this pull request.
https://github.com/llvm/llvm-project/pull/87177
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/pabusse updated
https://github.com/llvm/llvm-project/pull/87177
>From 70938a5d70d3d1e861fd8439bd01ebf737252329 Mon Sep 17 00:00:00 2001
From: Pablo Busse
Date: Sat, 30 Mar 2024 19:09:40 -0700
Subject: [PATCH 1/2] [lldb] Fix type lookup in DWARF .o files via debug map
An inve
11 matches
Mail list logo