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/47


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

From: Fernando Nasser <fnasser@cygnus.com>
To: insight-gnats@sourceware.cygnus.com, nobody@sourceware.cygnus.com,
        owen.savill@cursor-system.com
Cc:  
Subject: Re: insight/47
Date: Fri, 06 Oct 2000 14:56:49 +0000

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=47&database=insight
 
 This has just been fixed and the change checked into the main source
 repository (October 5th).  Either get new sources (make sure it is newer than 10/5)
 or see if the patch below apply to the sources you currently have (you'll have to
 rebuild).
 
 Please let us know the result so we can close this PRS.
 
 
 
 Index: gdbtk/generic/gdbtk.c
 ===================================================================
 RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v
 retrieving revision 1.6
 diff -c -p -r1.6 gdbtk.c
 *** gdbtk.c     2000/07/02 20:07:07     1.6
 --- gdbtk.c     2000/10/05 15:32:31
 *************** target_is_native (t)
 *** 329,335 ****
   
     if (STREQ (name, "exec") || STREQ (name, "hpux-threads")
         || STREQ (name, "child") || STREQ (name, "procfs")
 !       || STREQ (name, "solaris-threads") || STREQ (name, "linuxthreads"))
       return 1;
   
     return 0;
 --- 329,336 ----
   
     if (STREQ (name, "exec") || STREQ (name, "hpux-threads")
         || STREQ (name, "child") || STREQ (name, "procfs")
 !       || STREQ (name, "solaris-threads") || STREQ (name, "linuxthreads")
 !       || STREQ (name, "multi-thread"))
       return 1;
   
     return 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -- 
 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]