OSDN Git Service

[llvm-pdbutil] Add an option to only dump specific module indices.
authorZachary Turner <zturner@google.com>
Thu, 3 Aug 2017 23:11:52 +0000 (23:11 +0000)
committerZachary Turner <zturner@google.com>
Thu, 3 Aug 2017 23:11:52 +0000 (23:11 +0000)
commit7f318aee5713b8a1e3e86c006bba1f2298427d33
treea968ec71ab9397ac104bea18f2205b2127104c0b
parentc60159767dc974c366b4a8d5e5b54f998645b5ce
[llvm-pdbutil] Add an option to only dump specific module indices.

Often something interesting (like a symbol) is in a particular
module, and you don't want to dump symbols from all other 300
modules to see the one you want.  This adds a -modi option so that
we only dump the specified module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310000 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-pdbutil/DumpOutputStyle.cpp
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/llvm-pdbutil/llvm-pdbutil.h