[Lldb-commits] [PATCH] Fix two typos
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 +++ b/www/architecture/index.html @@ -124,7 +124,7 @@ The Core source files contain basic functionality that is required in the debugger as well as the - class represeting the debugger it self (Debugger). A + class representing the debugger itself (Debugger). A wide variety of classes are implemented: -- 2.9.5 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
[Lldb-commits] [lldb] [llvm] [lldb] Prefer `DW_AT_bit_size` over `DW_AT_byte_size` in `GetDIEBitSizeAndSign` (PR #137123)
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 executable showing this behavior? Or even just email it to me? https://github.com/llvm/llvm-project/pull/137123 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
[Lldb-commits] [lldb] [llvm] [lldb] Prefer `DW_AT_bit_size` over `DW_AT_byte_size` in `GetDIEBitSizeAndSign` (PR #137123)
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.llvm.org/cgi-bin/mailman/listinfo/lldb-commits