https://llvm.org/bugs/show_bug.cgi?id=26339
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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev