<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Clang debug info from preprocessed source file results in incorrect GDB 'info func main' response"
href="http://llvm.org/bugs/show_bug.cgi?id=14571">bug 14571</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WORKSFORME
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Clang debug info from preprocessed source file results in incorrect GDB 'info func main' response"
href="http://llvm.org/bugs/show_bug.cgi?id=14571#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Clang debug info from preprocessed source file results in incorrect GDB 'info func main' response"
href="http://llvm.org/bugs/show_bug.cgi?id=14571">bug 14571</a>
from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
<pre>Hi Olga, I can't duplicate this. Can you try again using top of tree and let me
know if you still see the problem?
(gdb) b main
Breakpoint 1 at 0x400517: file test.c, line 4.
(gdb) run
Starting program: /usr/local/google/home/echristo/tmp/test.exe
Breakpoint 1, main () at test.c:4
4 printf("Hello, world\n");
(gdb) info func main
All functions matching regular expression "main":
File test.c:
int main(void);</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>