forked from OSchip/llvm-project
parent
c2bc717028
commit
283eae82fd
|
@ -259,7 +259,7 @@ void DWARFContext::dump(
|
||||||
if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) {
|
if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) {
|
||||||
for (const auto &CU : CUs)
|
for (const auto &CU : CUs)
|
||||||
if (DumpOffset)
|
if (DumpOffset)
|
||||||
CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts);
|
CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts);
|
||||||
else
|
else
|
||||||
CU->dump(OS, DumpOpts);
|
CU->dump(OS, DumpOpts);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue