<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 --- - The "frame variable" command does not parse std::vector or std::list with gcc"
href="http://llvm.org/bugs/show_bug.cgi?id=17499">17499</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>The "frame variable" command does not parse std::vector or std::list with gcc
</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>ashok.thirumurthi@intel.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=11342" name="attach_11342" title="Log of dotest.py -C gcc -A x86_64 for *StdVector.py">attachment 11342</a> <a href="attachment.cgi?id=11342&action=edit" title="Log of dotest.py -C gcc -A x86_64 for *StdVector.py">[details]</a></span>
Log of dotest.py -C gcc -A x86_64 for *StdVector.py
This regression was introduced by "r191996 - <rdar://problem/12042982>" and
reproduced by the Linux buildbot with gcc 4.6.2 and separately confirmed on
Ubuntu 12.04 with gcc 4.6.3.
<a href="http://llvm.org/viewvc/llvm-project?revision=191996&view=revision">http://llvm.org/viewvc/llvm-project?revision=191996&view=revision</a>
For instance, with the attached test log, the expected output is:
runCmd: frame variable strings
output: (string_vect) strings = size=3 {
[0] = "goofy"
[1] = "is"
[2] = "smart"
}
The actual result is:
runCmd: frame variable strings
output: (string_vect) strings = size=3 {
[0] = (_M_dataplus = std::basic_string<char, std::char_traits<char>,
std::allocator<char, char>, char, std::char_traits<char>, std::allocator<char,
char> >::_Alloc_hider @ 0x00000000016d2110)
[1] = (_M_dataplus = std::basic_string<char, std::char_traits<char>,
std::allocator<char, char>, char, std::char_traits<char>, std::allocator<char,
char> >::_Alloc_hider @ 0x00000000016d2118)
[2] = (_M_dataplus = std::basic_string<char, std::char_traits<char>,
std::allocator<char, char>, char, std::char_traits<char>, std::allocator<char,
char> >::_Alloc_hider @ 0x00000000016d2120) }</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>