Bug ID 26339
Summary TestCPPAuto.py fails on Windows
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter amccarth@google.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
On Windows, expression commands like this:
(lldb) expr struct Test { int x; int y; Test() : x(123), y(456) {} }; auto t
= Test(); t
result in:
error: Can't run the expression locally: (null)
This requires more research to understand the root problem.