https://bugs.kde.org/show_bug.cgi?id=364058

--- Comment #3 from Sergey Meirovich <sergey_meirov...@amat.com> ---
Also:

-bash-4.1$ gdb ./t
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-83.el6)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/e154466/valgrind/t...done.
(gdb) break t.c:1
Breakpoint 1 at 0x400478: file t.c, line 1.
(gdb) run
Starting program: /home/e154466/valgrind/t 

Breakpoint 1, main () at t.c:7
7      stat[48] = 111;
Missing separate debuginfos, use: debuginfo-install
glibc-2.12-1.166.el6_7.3.x86_64
(gdb) s
8      stack [48] = 1;
(gdb) p stat[48]
$1 = 111
(gdb)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to