Improve DWARFDebugFrame::parse to also handle __eh_frame.
[oota-llvm.git] / lib / DebugInfo / PDB / PDBContext.cpp
index ca2ae6665ce89955b483325a44eb2a761faa1f64..561a91ea08bab79fcc8c6f7be1969f491e2abc2e 100644 (file)
@@ -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) {