Add python scripts to extract debug info using LLDB and do comparison.
authorDevang Patel <dpatel@apple.com>
Tue, 7 Dec 2010 00:34:59 +0000 (00:34 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 7 Dec 2010 00:34:59 +0000 (00:34 +0000)
commit8802f0b2d01be96a4062853990faa3f03eb3e3aa
treec871b0ccdb87ef6c87ebf1f0bc55a07262cf098f
parentf5f2300d2489ba1110b919abd18714ad707ec9a8
Add python scripts to extract debug info using LLDB and do comparison.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121079 91177308-0d34-0410-b5e6-96231b3b80d8
utils/CollectDebugInfoUsingLLDB.py [new file with mode: 0755]
utils/CompareDebugInfo.py [new file with mode: 0755]