[Lldb-commits] [PATCH] D18464: Implement `target modules dump headers`
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 24 15:18:00 PDT 2016
amccarth created this revision.
amccarth added a reviewer: clayborg.
amccarth added a subscriber: lldb-commits.
I set out to add functionality to dump headers from a binary, only to discover that the functionality already existed but wasn't (as far as I can tell) hooked up to the command line. (It's accessible through the script bridge by enumerating modules and dumping them.) This patch adds a command line `target modules dump headers` to do this interactively.
I'm not wedded to the particulars of the name, so if you think it should be called something else, I'm open to suggestions.
http://reviews.llvm.org/D18464
Files:
source/Commands/CommandObjectTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18464.51610.patch
Type: text/x-patch
Size: 5998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160324/cf977882/attachment-0001.bin>
More information about the lldb-commits
mailing list