This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] remove unwanted output in breakpoint_re_set_one



On Mon, 14 Jan 2002, Pierre Muller wrote:

> 2002-01-14  Pierre Muller  <muller@ics.u-strasbg.fr>
> 
> 	* breakpoint.c (breakpoint_re_set_one): Remove call to mention
> 	for watchpoints to avoid unnecessary output 
> 	when dynamic libraries are loaded.

This, of course, begs the question: why was the call to `mention' in 
breakpoint_re_set_one in the first place?  Is this function called only 
when a dynamic library was loaded?  If not, we might be shooting 
ourselves in the foot.  Even if it is only called when a dynamic library 
was loaded, the question why the message was put there still remains.


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