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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev