[dsymutil] Implement -symtab/-s option.
authorFrederic Riss <friss@apple.com>
Mon, 31 Aug 2015 00:29:09 +0000 (00:29 +0000)
committerFrederic Riss <friss@apple.com>
Mon, 31 Aug 2015 00:29:09 +0000 (00:29 +0000)
commita8a34c5382a81950ca6586de672c80a9179738e5
tree00cbb1f31234030e69bb48a6a7c3f8a71a148f04
parentae55d356be840aab2898f47a9c704e7a542f76c2
[dsymutil] Implement -symtab/-s option.

This option dumps the STAB entries that define the debug map(s)
stored in the input binaries, and then exits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246403 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/dump-symtab.test [new file with mode: 0644]
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h