This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/8572] Redhat Linux/gcc/gdb/c


------- Additional Comments From jan dot kratochvil at redhat dot com  2010-04-25 13:56 -------
Not reproducible on current FSF GDB HEAD:

GNU gdb (GDB) 7.1.50.20100425-cvs
This GDB was configured as "x86_64-unknown-linux-gnu".
(gdb) b main
Breakpoint 1 at 0x4004cc: file t.c, line 7.
(gdb) r
Starting program: /home/jkratoch/redhat/gdb-clean/gdb/t 

Breakpoint 1, main () at t.c:7
7	        i=1;
(gdb) watch j
Hardware watchpoint 2: j
(gdb) c
Continuing.
Hardware watchpoint 2: j

Old value = 0
New value = 11
main () at t.c:9
9	        k=6;
(gdb) c
Continuing.
1  9
2  12
3  15
4  18
5  21
6  24
7  27
8  30
9  33
10  36
11  39
12  42
13  45
Hardware watchpoint 2: j

Old value = 11
New value = 12
main () at t.c:14
14	                printf("%d  %d\n", i,k );
(gdb) 


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan dot kratochvil at redhat
                   |                            |dot com
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=8572

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]