diff options
author | Igor Laevsky <igmyrj@gmail.com> | 2016-01-26 15:09:42 +0000 |
---|---|---|
committer | Igor Laevsky <igmyrj@gmail.com> | 2016-01-26 15:09:42 +0000 |
commit | 03a670c0ec1d38de8c206de1426340041f10f8ff (patch) | |
tree | fc60c68ea379b07051aacebe7544d0371d8c043c /llvm/lib/DebugInfo/PDB/PDBContext.cpp | |
parent | fb619e96864d6bc3359445a2c1b716d508bbfe38 (diff) | |
download | llvm-03a670c0ec1d38de8c206de1426340041f10f8ff.zip llvm-03a670c0ec1d38de8c206de1426340041f10f8ff.tar.gz llvm-03a670c0ec1d38de8c206de1426340041f10f8ff.tar.bz2 |
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Originally this change was causing failures on windows buildbots.
But those problems were fixed in r258806.
llvm-svn: 258811
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/PDBContext.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/PDBContext.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDBContext.cpp b/llvm/lib/DebugInfo/PDB/PDBContext.cpp index ca2ae66..561a91e 100644 --- a/llvm/lib/DebugInfo/PDB/PDBContext.cpp +++ b/llvm/lib/DebugInfo/PDB/PDBContext.cpp @@ -28,7 +28,8 @@ PDBContext::PDBContext(const COFFObjectFile &Object, Session->setLoadAddress(ImageBase.get()); } -void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType) {} +void PDBContext::dump(raw_ostream &OS, DIDumpType DumpType, + bool DumpEH) {} DILineInfo PDBContext::getLineInfoForAddress(uint64_t Address, DILineInfoSpecifier Specifier) { |