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: lldb-dev@lists.llvm.org Reporter: amcca...@google.com CC: llvm-b...@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. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev