[all-commits] [llvm/llvm-project] ba03bc: [lldb] Remove custom DWARF expression printing code

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon May 25 07:11:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ba03bcbc4a21b92f6a4a54bd6e90417956da7952
      https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-arm.yaml
    M lldb/test/Shell/SymbolFile/Breakpad/stack-cfi-parsing.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-raSearch.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
    M lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
    M lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test
    M lldb/test/Shell/Unwind/unwind-plan-dwarf-dump.test
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp

  Log Message:
  -----------
  [lldb] Remove custom DWARF expression printing code

The llvm DWARFExpression dump is nearly identical, but better -- for
example it does print a spurious space after zero-argument expressions.

Some parts of our code (variable locations) have been already switched
to llvm-based expression dumping. This switches the remainder: unwind
plans and some unit tests.




More information about the All-commits mailing list