-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Labels
Description
| Bugzilla Link | 21765 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | #22140 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @amccarth-google,@stella.stamenova |
Extended Description
This can be reproduced via the following command line:
d:\src\llvm\build\ninja>D:\python_src\Python-2.7.8\PCbuild\python_d.exe D:\src\llvm\tools\lldb\test/dotest.py -t -q --arch=i686 --executable D:/src/llvm/build/ninja/bin/lldb.exe -s D:/src/llvm/build/ninja/lldb-test-traces -u CXXFLAGS -u CFLAGS -C D:\src\llvm\build\ninja\bin\clang.exe -p TestCallWithTimeout.py D:\src\llvm\tools\lldb\test\expression_command\timeout
At some point during the run of the test, the test tries to call a function that exists in the debugee. Parsing this expression fails and it says it cannot find the symbol in the target.