Don't reset watchpoint block on solib load.
commit043443d6b3af08bbd4091d83b7a7a8c448c191a6
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 20 Nov 2007 10:55:08 +0000 (20 13:55 +0300)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 29 Jan 2008 16:26:05 +0000 (29 19:26 +0300)
treecb3e71a8689fbbc8f97393a4833b452e8ccea980
parentcb1fa90434fd4535a4ef7f6c1c925bdd826266a1
Don't reset watchpoint block on solib load.

* breakpoint.c (insert_bp_location): For watchpoints,
recompute condition.
(breakpoint_re_set_one): Instead of recomputing value
and condition for watchpoints, just reset value and
let insert_breakpoints/insert_bp_location recompute it.
Don't do anything about disabled watchpoint.
gdb/breakpoint.c