[all-commits] [llvm/llvm-project] e1986e: [LLDB] Finish implementing support for DW_FORM_data16

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Wed Oct 23 16:50:40 PDT 2024


  Branch: refs/heads/users/walter-erquinigo/dw_form
  Home:   https://github.com/llvm/llvm-project
  Commit: e1986e8c9ec7071f5256bc648586cd848712a4e9
      https://github.com/llvm/llvm-project/commit/e1986e8c9ec7071f5256bc648586cd848712a4e9
  Author: walter erquinigo <walter at modular.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/test/Shell/SymbolFile/DWARF/x86/DW_AT_const_value.s

  Log Message:
  -----------
  [LLDB] Finish implementing support for DW_FORM_data16

This FORM already has support within LLDB to be parsed as a 16-byte
BLOCK, and all that is left to properly support it in the DWARFParser is
to add it to some enums.

With this, I can debug programs that use libstdc++.so.6.0.33 built with
GCC.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list