http://llvm.org/bugs/show_bug.cgi?id=12209
Eric Christopher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|unassignedclangbugs@nondot. |[email protected] |org | --- Comment #1 from Eric Christopher <[email protected]> --- Fixed now: dzur:~> ~/builds/build-llvm/Debug+Asserts/bin/clang -g test.cpp dzur:~> gdb -q -ex "b foo" -ex run -ex "p list" -ex c -ex q ./a.out Reading symbols from ./a.out...done. Breakpoint 1 at 0x40066c: file test.cpp, line 13. Starting program: /usr/local/google/home/echristo/a.out Breakpoint 1, foo (list=...) at test.cpp:13 13 for (index = 0; index < 10; index++) $1 = {values = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}} Continuing. 0 0 0 0 0 0 0 0 0 0 [Inferior 1 (process 6024) exited normally] -- 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
