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

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 4 11:41:41 PDT 2016


amccarth updated this revision to Diff 52588.
amccarth added a comment.

OK, this now dumps headers for the ObjectFiles of the modules rather than the modules themselves, using `target modules dump objfile` as suggested.

My only concern here is that the SB API has a module dump, but no object file dump, and this essentially add the reverse for the command line.

I agree with the additional proposals (e.g., adding an arguments parameter, decoding some of the fields, grabbing other info like version resources), but I'd like to do those as subsequent changes.


http://reviews.llvm.org/D18464

Files:
  source/Commands/CommandObjectTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18464.52588.patch
Type: text/x-patch
Size: 6142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160404/8e751f26/attachment-0001.bin>


More information about the lldb-commits mailing list