On 15 August 2015 at 01:21, Jason Molenda via lldb-commits <lldb-commits@lists.llvm.org> wrote: > > Author: jmolenda > Date: Fri Aug 14 20:21:01 2015 > New Revision: 245141 > > URL: http://llvm.org/viewvc/llvm-project?rev=245141&view=rev > Log: > A messy bit of cleanup: Move towards more descriptive names > for eh_frame and stabs register numberings. This is not > complete but it's a step in the right direction. It's almost > entirely mechanical.
This change broke all tests on FreeBSD, like so: Command invoked: timeout -s QUIT 4m /usr/local/bin/python2.7 /tank/emaste/src/llvm/tools/lldb/test/dotest.py -q --arch=x86_64 --executable /tank/emaste/src/llvm/build-nodebug/bin/lldb -s /tank/emaste/src/llvm/build-nodebug/lldb-test-traces -u CXXFLAGS -u CFLAGS -C /usr/bin/clang -p TestGdbRemoteProcessInfo.py /tank/emaste/src/llvm/tools/lldb/test/tools/lldb-server 362 out of 388 test suites processed - TestGdbRemoteProcessInfo.py Traceback (most recent call last): File "/tank/emaste/src/llvm/tools/lldb/test/dotest.py", line 1242, in <module> setupSysPath() File "/tank/emaste/src/llvm/tools/lldb/test/dotest.py", line 1061, in setupSysPath print " 4) The executable '%s' could not be found. Please check " % lldbExecutable NameError: global name 'lldbExecutable' is not defined _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits