[Lldb-commits] [PATCH] Fix two typos

2017-10-23 Thread Tom Tromey via lldb-commits
This fixes a couple of typos that I happened to notice on the web page. --- www/architecture/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/architecture/index.html b/www/architecture/index.html index 312476f..0a8a919 100755 --- a/www/architecture/index.html +++

[Lldb-commits] [lldb] [llvm] [lldb] Prefer `DW_AT_bit_size` over `DW_AT_byte_size` in `GetDIEBitSizeAndSign` (PR #137123)

2025-04-24 Thread Tom Tromey via lldb-commits
tromey wrote: > `DW_AT_bit_size` will be ignored by lldb if `DW_AT_byte_size` is available > and non-zero. Unfortunately, gdb crashes when `DW_AT_byte_size` does not > exist or is set to zero. So I decided to change lldb to match gdb's behavior > :( Can you file a gdb bug report with an execu

[Lldb-commits] [lldb] [llvm] [lldb] Prefer `DW_AT_bit_size` over `DW_AT_byte_size` in `GetDIEBitSizeAndSign` (PR #137123)

2025-04-25 Thread Tom Tromey via lldb-commits
tromey wrote: Thank you for the test case. I sent a gdb fix: https://sourceware.org/pipermail/gdb-patches/2025-April/217513.html https://github.com/llvm/llvm-project/pull/137123 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.