summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/DebugInfo/DWARFDebugFrame.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/DebugInfo/DWARFDebugFrame.cpp b/lib/DebugInfo/DWARFDebugFrame.cpp
index ec55716..974cecc 100644
--- a/lib/DebugInfo/DWARFDebugFrame.cpp
+++ b/lib/DebugInfo/DWARFDebugFrame.cpp
@@ -104,6 +104,9 @@ public:
LinkedCIEOffset, InitialLocation,
InitialLocation + AddressRange);
OS << "\n";
+ if (LinkedCIE) {
+ OS << format("%p\n", LinkedCIE);
+ }
}
static bool classof(const FrameEntry *FE) {