[lldb-dev] [Bug 26339] New: TestCPPAuto.py fails on Windows

via lldb-dev lldb-dev at lists.llvm.org
Wed Jan 27 08:54:49 PST 2016


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 at lists.llvm.org
          Reporter: amccarth at google.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160127/cb15e0c3/attachment.html>


More information about the lldb-dev mailing list