http://llvm.org/bugs/show_bug.cgi?id=21765
Bug ID: 21765
Summary: Cannot call a function in the debugee on Windows.
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev