From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14161 invoked by alias); 13 Jul 2012 12:20:32 -0000 Received: (qmail 14148 invoked by uid 22791); 13 Jul 2012 12:20:29 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from gbenson.demon.co.uk (HELO gbenson.demon.co.uk) (80.177.220.214) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jul 2012 12:20:11 +0000 Date: Fri, 13 Jul 2012 12:20:00 -0000 From: Gary Benson To: gdb-patches@sourceware.org Subject: Re: [RFA 4/4] Improved linker-debugger interface Message-ID: <20120713122009.GD2689@redhat.com> Mail-Followup-To: gdb-patches@sourceware.org References: <20120712123406.GA29236@redhat.com> <20120712123617.GE29236@redhat.com> <20120713094150.GB2689@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120713094150.GB2689@redhat.com> X-IsSubscribed: yes 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 X-SW-Source: 2012-07/txt/msg00177.txt.bz2 Gary Benson wrote: > +/* Decide what action to take when the specified solib event probe is > + hit. */ > + > +static enum probe_action > +solib_event_probe_action (struct probe_and_info *pi) > +{ > + enum probe_action action; > + int update; ^^^^^^ I just noticed this variable is never used, will remove it from my tree. Cheers, Gary -- http://gbenson.net/