<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 --- - No debug information for string, char types."
href="http://llvm.org/bugs/show_bug.cgi?id=22107">22107</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>No debug information for string, char types.
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</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>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nikolay@roguewave.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Consider following target:
#include <stdarg.h>
#include <iostream>
#include <string>
using namespace std;
int main()
{
string s1 = "Hello";
return 0;
}
In this case if you try to use any debugger, the type is s1 is opaque, because
there is no specification for type string. Only declaration:
<2><89>: Abbrev Number: 9 (DW_TAG_class_type)
<8a> DW_AT_name : (indirect string, offset: 0xf9):
basic_string<char, std::char_traits<char>, std::allocator<char> >
<8e> DW_AT_declaration : 1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>