[Lldb-commits] [PATCH] D15437: Read macro info from .debug_macro section and use it for expression evaluation.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 15 16:25:22 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL255729: Read macro info from .debug_macro section and use it for expression evaluation. (authored by sivachandra).

Changed prior to commit:
  http://reviews.llvm.org/D15437?vs=42758&id=42938#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15437

Files:
  lldb/trunk/include/lldb/Symbol/CompileUnit.h
  lldb/trunk/include/lldb/Symbol/DebugMacros.h
  lldb/trunk/include/lldb/Symbol/SymbolFile.h
  lldb/trunk/include/lldb/Symbol/SymbolVendor.h
  lldb/trunk/include/lldb/lldb-enumerations.h
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/Makefile
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro1.h
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro2.h
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/main.cpp
  lldb/trunk/packages/Python/lldbsuite/test/make/Makefile.rules
  lldb/trunk/source/Expression/ExpressionSourceCode.cpp
  lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  lldb/trunk/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
  lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
  lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
  lldb/trunk/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  lldb/trunk/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
  lldb/trunk/source/Symbol/CMakeLists.txt
  lldb/trunk/source/Symbol/CompileUnit.cpp
  lldb/trunk/source/Symbol/DebugMacros.cpp
  lldb/trunk/source/Symbol/ObjectFile.cpp
  lldb/trunk/source/Symbol/SymbolVendor.cpp
  lldb/trunk/source/Utility/ConvertEnum.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15437.42938.patch
Type: text/x-patch
Size: 46863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151216/a338c767/attachment-0001.bin>


More information about the lldb-commits mailing list