[Lldb-commits] [lldb] r245141 - A messy bit of cleanup: Move towards more descriptive names

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 06:22:54 PDT 2015


On 18 August 2015 at 13:16, Ed Maste <emaste at freebsd.org> wrote:
> On 15 August 2015 at 01:21, Jason Molenda via lldb-commits
> <lldb-commits at 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

Oops, nevermind -- finish_swig didn't run after the build.


More information about the lldb-commits mailing list