[PATCH] D37771: llvm-dwarfdump: automatically dump both regular and .dwo variant of sections

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 14:41:22 PDT 2017


probinson added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFContext.cpp:213
+      getDebugAbbrevDWO()->dump(OS);
     }
+  }
----------------
IIUC dumping a .dwo file, we'll see:
```
.debug_abbrev contents:

.debug_abbrev.dwo contents:
<stuff>
```
etc for each section type, which seems a little weird.



https://reviews.llvm.org/D37771





More information about the llvm-commits mailing list