[PATCH] Move DIContext.h to a common level

Zachary Turner zturner at google.com
Wed Apr 22 13:00:00 PDT 2015


Hi echristo, dblaikie, samsonov,

DIContext.h contains some DebugInfo related classes that are not specified to any particular type of debug information.  llvm-symbolizer makes use of these classes, so in order to extend llvm-symbolizer to support PDB it is necessary for DebugInfoPDB to have access to this file so that it can subclass DIContext to make a PDBContext class.  This patch moves DIContext up a level, but does not yet provide an implementation of PDBContext.

http://reviews.llvm.org/D9205

Files:
  include/llvm/DebugInfo/DIContext.h
  include/llvm/DebugInfo/DWARF/DIContext.h
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  lib/DebugInfo/DWARF/CMakeLists.txt
  lib/DebugInfo/DWARF/DIContext.cpp
  lib/DebugInfo/DWARF/DWARFUnit.cpp
  lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
  tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  tools/llvm-objdump/MachODump.cpp
  tools/llvm-rtdyld/llvm-rtdyld.cpp
  tools/llvm-symbolizer/LLVMSymbolize.cpp
  tools/llvm-symbolizer/LLVMSymbolize.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9205.24252.patch
Type: text/x-patch
Size: 17899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150422/d0cfd09d/attachment.bin>


More information about the llvm-commits mailing list