[LLVMbugs] [Bug 14571] Clang debug info from preprocessed source file results in incorrect GDB 'info func main' response
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 5 13:59:17 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14571
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #5 from Eric Christopher <echristo at gmail.com> ---
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);
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130205/37f91f90/attachment.html>
More information about the llvm-bugs
mailing list