[lldb-dev] [Bug 17808] New: LLDB fails to find a name that exists in the scope

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 4 16:59:50 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17808

            Bug ID: 17808
           Summary: LLDB fails to find a name that exists in the scope
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: dunpealer at gmail.com
    Classification: Unclassified

Created attachment 11485
  --> http://llvm.org/bugs/attachment.cgi?id=11485&action=edit
Test case demonstrating the bug

This is on Linux, Xubuntu 13.04, using latest APT packages from llvm.org/apt.

Compiler: Ubuntu clang version 3.4-1~exp1 (trunk) (based on LLVM 3.4)
Target: x86_64-pc-linux-gnu
lldb version 3.4 ( revision )
libstdc++ version: 4.7.3-1ubuntu1

When running the attached test.cc code, breaking at line #12 (commented) and
executing `p rects` in the debugger, instead of printing the data structure,
the following error shows up:

(lldb) p rects
error: Couldn't materialize struct: size of variable rects disagrees with the
ValueObject's size
Errored out in Execute, couldn't PrepareToExecuteJITExpression

-- 
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/20131105/477cb1c8/attachment.html>


More information about the lldb-dev mailing list