[LLVMbugs] [Bug 14332] Implement -fsplit-stack
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 4 11:59:08 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=14332
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Eric Christopher <echristo at gmail.com> ---
It's wired up now and seems to work based on:
(gdb) b main
Breakpoint 1 at 0x400c20: file morestack.c, line 89.
(gdb) run
Starting program: /usr/local/google/home/echristo/tmp/a.out
Breakpoint 1, main () at morestack.c:89
89 {
(gdb) b marker_hit
Breakpoint 2 at 0x400e10: file morestack.c, line 47.
(gdb) break marker_miss
Breakpoint 3 at 0x400e90: file morestack.c, line 41.
(gdb) c
Continuing.
499: 0x7ffff64218d0 < 0x7ffff78028d0
Breakpoint 2, marker_hit () at morestack.c:47
47 {
(gdb) up 3000
#1004 0x0000000000400ce4 in main () at morestack.c:103
103 down (1000);
the bot appears to be skipping the test so I can't verify it via the testsuite,
but it seems to work for me. Going to mark it as resolved for now.
--
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/20130404/0ff8014c/attachment.html>
More information about the llvm-bugs
mailing list