aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DebugInfo/DWARFDebugFrame.cpp')
-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 ec557169e3..974cecc386 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) {