<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 --- - Unable to print std::string types while debugging"
href="http://llvm.org/bugs/show_bug.cgi?id=20141">20141</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Unable to print std::string types while debugging
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</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>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>echristo@gmail.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>No time to look at this at the moment, but filing so I don't forget:
gdb --args
/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/llc
/usr/local/google/home/echristo/sources/llvm/test/CodeGen/ARM/cmn.ll -mtriple
thumbv7-apple-ios
(gdb) b llc.cpp:254
Breakpoint 1 at 0x6cc002: file
/usr/local/google/home/echristo/sources/llvm/tools/llc/llc.cpp, line 254.
(gdb) run
Starting program:
/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/llc
/usr/local/google/home/echristo/sources/llvm/test/CodeGen/ARM/cmn.ll -mtriple
thumbv7-apple-ios
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Breakpoint 1, compileModule (argv=0x7fffffffe0c8, Context=...)
at /usr/local/google/home/echristo/sources/llvm/tools/llc/llc.cpp:254
254 const Target *TheTarget = TargetRegistry::lookupTarget(MArch,
TheTriple,
(gdb) ptype Error
type = class std::basic_string<char, std::char_traits<char>,
std::allocator<char> > {
<incomplete type>
}</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>