This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


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

Re: insight/10


The following reply was made to PR insight/10; it has been noted by GNATS.

From: Fernando Nasser <fnasser@cygnus.com>
To: fnasser@cygnus.com, villa@txt.it, insight-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: insight/10
Date: Thu, 12 Oct 2000 23:24:02 +0000

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=10&database=insight
 
 For the record, this is what I suppose is the fix:
 
 
 diff -c -p -r1.11 target.c
 *** target.c    2000/09/28 07:48:14     1.11
 --- target.c    2000/10/12 23:12:26
 *************** generic_mourn_inferior (void)
 *** 1335,1340 ****
 --- 1335,1343 ----
        using hit counts.  So don't clear them if we're counting hits.  */
     if (!show_breakpoint_hit_counts)
       breakpoint_clear_ignore_counts ();
 + 
 +   if (detach_hook)
 +     detach_hook ();
   }
   ^L
   /* This table must match in order and size the signals in enum target_signal
 
 
 
 
 
 
 
 -- 
 Fernando Nasser
 Red Hat Canada Ltd.                     E-Mail:  fnasser@cygnus.com
 2323 Yonge Street, Suite #300
 Toronto, Ontario   M4P 2C9

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