[all-commits] [llvm/llvm-project] 78d41a: lldb: Add support for printing variables with DW_A...

David Blaikie via All-commits all-commits at lists.llvm.org
Sun Jan 24 18:39:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78d41a1295d9d40c37758230d0218c61eaffad88
      https://github.com/llvm/llvm-project/commit/78d41a1295d9d40c37758230d0218c61eaffad88
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-01-24 (Sun, 24 Jan 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/test/Shell/SymbolFile/DWARF/Inputs/subprogram_ranges.s
    M lldb/test/Shell/SymbolFile/DWARF/subprogram_ranges.test

  Log Message:
  -----------
  lldb: Add support for printing variables with DW_AT_ranges on DW_TAG_subprograms

Finishing out the support (to the best of my knowledge/based on current
testing running the whole check-lldb with a clang forcibly using
DW_AT_ranges on all DW_TAG_subprograms) for this feature.

Differential Revision: https://reviews.llvm.org/D94064




More information about the All-commits mailing list