[Lldb-commits] [PATCH] D18464: Implement `target modules dump headers`

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 24 15:33:21 PDT 2016


amccarth added a comment.

I'm using it with PE files (Windows), so I see

A table of where the debug info exists
MSDOS Header
COFF Header
PECOFF header
a table of section headers (.rdata, .bss, etc.).

The section headers table is redundant with `target modules dump sections`, but I don't see another way to get the rest of it.  I'm particularly interested int he COFF and PECOFF headers.


http://reviews.llvm.org/D18464





More information about the lldb-commits mailing list