[all-commits] [llvm/llvm-project] 5e9c9b: [LLDB][NativePDB] Add support for S_DEFRANGE_REGIS...

Zequan Wu via All-commits all-commits at lists.llvm.org
Thu Mar 10 12:40:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e9c9b324a1f7f904b733852d0a05a43e9783cbb
      https://github.com/llvm/llvm-project/commit/5e9c9b324a1f7f904b733852d0a05a43e9783cbb
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Symbol/Variable.cpp
    A lldb/test/Shell/SymbolFile/NativePDB/Inputs/local-variables-registers.lldbinit
    A lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s
    M lldb/test/Shell/SymbolFile/NativePDB/stack_unwinding01.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp

  Log Message:
  -----------
  [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER

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




More information about the All-commits mailing list