http://llvm.org/bugs/show_bug.cgi?id=14332
Eric Christopher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Eric Christopher <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
