Added the ability to verify the LLDB API on MacOSX using a script. Usage is:

./verify_api.py --library ./LLDB.framework/LLDB --api-regex lldb --arch x86_64 /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB

So you specify a library with the "--library" option, then you specify an API regular expression that you want to match the executables against with "--api-regex <regex>", here we specify "lldb" to catch all undefined external API functions from the binary we want to test, then we specify the architectures to check with "--arch <arch>" (this can be specified more than once), and you give one or more executables.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@162941 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed