Add an lldb wrapper script that implements gdb-compatible commands on top
authorAdrian Prantl <aprantl@apple.com>
Fri, 6 Sep 2013 18:10:44 +0000 (18:10 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 6 Sep 2013 18:10:44 +0000 (18:10 +0000)
commit888e023e0d68e8f9031273dafaf3ec53530eb756
tree560df7a67c7dbac93581f72bf4ca17a689486ea1
parentf88c554b109701911db229ee8b7831ebe34d0756
Add an lldb wrapper script that implements gdb-compatible commands on top
of lldb. This will be the new default method for executing the tests in
this repository on Darwin.
There is also a related patch for llvm/utils/test_debuginfo.pl coming.

I also relaxed some of the checks to work with both gdb's and lldb's
output.

llvm-svn: 190185
debuginfo-tests/aggregate-indirect-arg.cpp
debuginfo-tests/llgdb.py [new file with mode: 0644]
debuginfo-tests/nested-struct.cpp
debuginfo-tests/sret.cpp