<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - LLDB fails to find a name that exists in the scope"
href="http://llvm.org/bugs/show_bug.cgi?id=17808">17808</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>LLDB fails to find a name that exists in the scope
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dunpealer@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=11485" name="attach_11485" title="Test case demonstrating the bug">attachment 11485</a> <a href="attachment.cgi?id=11485&action=edit" title="Test case demonstrating the bug">[details]</a></span>
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>