[all-commits] [llvm/llvm-project] 877963: [lldb/DWARF] Delete some dead code in SymbolFileDWARF

Pavel Labath via All-commits all-commits at lists.llvm.org
Fri Jan 31 05:49:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 877963a35a0405576fc805d5b5087619e14e9f5f
      https://github.com/llvm/llvm-project/commit/877963a35a0405576fc805d5b5087619e14e9f5f
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

  Log Message:
  -----------
  [lldb/DWARF] Delete some dead code in SymbolFileDWARF

- m_debug_loc(lists) are unused since the relevant logic was moved to
  DWARFContext.
- const versions of DebugInfo(), DebugAbbrev() are not used, and they
  are dangerous to use as they do not initialize the relevant objects.




More information about the All-commits mailing list