[lldb-dev] [Bug 21765] New: Cannot call a function in the debugee on Windows.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Dec 5 11:25:04 PST 2014
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: zturner at google.com
Reporter: zturner at google.com
CC: lldb-dev at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141205/765750dc/attachment.html>
More information about the lldb-dev
mailing list