[all-commits] [llvm/llvm-project] a0fb69: [lldb][DWARF5] Enable macro evaluation

Pavel Kosov via All-commits all-commits at lists.llvm.org
Wed Sep 14 01:33:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0fb69d17b4d7501a85554010727837340e7b52f
      https://github.com/llvm/llvm-project/commit/a0fb69d17b4d7501a85554010727837340e7b52f
  Author: Pavel Kosov <kpdev42 at gmail.com>
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/test/API/commands/expression/macros/Makefile
    M lldb/test/API/commands/expression/macros/TestMacros.py
    A lldb/test/API/lang/c/macro/Makefile
    A lldb/test/API/lang/c/macro/TestMacro.py
    A lldb/test/API/lang/c/macro/main.c

  Log Message:
  -----------
  [lldb][DWARF5] Enable macro evaluation

Patch enables handing of DWARFv5 DW_MACRO_define_strx and DW_MACRO_undef_strx

~~~

OS Laboratory. Huawei RRI. Saint-Petersburg

Reviewed By: clayborg

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




More information about the All-commits mailing list