[LLVMbugs] [Bug 12209] Incorrect debug info for large parameters

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 24 15:58:40 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=12209

Eric Christopher <echristo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassignedclangbugs at nondot. |echristo at gmail.com
                   |org                         |

--- Comment #1 from Eric Christopher <echristo at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140324/1db26b14/attachment.html>


More information about the llvm-bugs mailing list