From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24044 invoked by alias); 11 Sep 2014 03:27:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 24033 invoked by uid 89); 11 Sep 2014 03:27:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 11 Sep 2014 03:27:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0114411649F; Wed, 10 Sep 2014 23:27:10 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rfB8pe-b5VCE; Wed, 10 Sep 2014 23:27:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BD1E111649C; Wed, 10 Sep 2014 23:27:09 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1EF5C477FF; Wed, 10 Sep 2014 20:27:12 -0700 (PDT) Date: Thu, 11 Sep 2014 03:27:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: "Maciej W. Rozycki" , Ulrich Weigand , GDB Patches Subject: Re: [IRIX] eliminate deprecated_insert_raw_breakpoint uses Message-ID: <20140911032712.GT28404@adacore.com> References: <201409101445.s8AEjILM007935@d06av02.portsmouth.uk.ibm.com> <54106C61.7040400@redhat.com> <54107860.6060301@redhat.com> <20140910224358.GS28404@adacore.com> <5410D83E.3070401@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5410D83E.3070401@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00350.txt.bz2 > Blah. Probably due to wiping the solib breakpoints in > the so_ops->handle_event() handler. > > If you have the patience, could you try quickly commenting out > the remove_solib_event_breakpoints call in solib-irix.c and retrying? Small glitch that got me kicked out of the machine, but I eventually manage to run that experiment, and I was able to debug again. "info shared" after starting a program gave the same list of shared libraries. > > I strongly suspect that IRIX support is going to be removed > > a couple of weeks from now (I can start the procedure if you'd like). > > That'd be super and much appreciated! OK - I will add that to my list and try to get to it tomorrow. I don't think I'll be as specific as Dan was, if that's OK. I think I'll just announce the impending removal of support for mips-irix and alpha-tru64 in GDB. We can figure out what to remove when we get there... -- Joel