From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32186 invoked by alias); 16 Feb 2008 12:59:09 -0000 Received: (qmail 32177 invoked by uid 22791); 16 Feb 2008 12:59:09 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 16 Feb 2008 12:58:43 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-204-85.inter.net.il [84.229.204.85]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EZC32953 (AUTH halo1); Sat, 16 Feb 2008 14:58:37 +0200 (IST) Date: Sat, 16 Feb 2008 12:59:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: brobecker@adacore.com, ghost@cs.msu.su, gdb-patches@sourceware.org In-reply-to: <18357.22428.370959.963784@kahikatea.snap.net.nz> (message from Nick Roberts on Fri, 15 Feb 2008 22:13:00 +1300) Subject: Re: (gdb-6.8) Discard breakpoint address if shared library is unloaded Reply-to: Eli Zaretskii References: <20080204214226.GF20922@adacore.com> <20080207063817.GA3907@adacore.com> <18347.45621.630420.453287@kahikatea.snap.net.nz> <200802080942.29622.ghost@cs.msu.su> <18348.1691.478013.310214@kahikatea.snap.net.nz> <20080214214246.GC3713@adacore.com> <18357.3708.628053.809241@kahikatea.snap.net.nz> <18357.22428.370959.963784@kahikatea.snap.net.nz> 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: 2008-02/txt/msg00270.txt.bz2 > From: Nick Roberts > Date: Fri, 15 Feb 2008 22:13:00 +1300 > Cc: brobecker@adacore.com, ghost@cs.msu.su, > gdb-patches@sourceware.org > > > This will require a suitable change to the manual, right? > > This patch just reverts the description of "Enabled or Disabled" column of > the breakpoint table and moves the revised sentence about pending > breakpoints to back to the Address column (which already has some description of > them). > > -- > Nick http://www.inet.net.nz/~nickrob > > > 2008-02-15 Nick Roberts > > * gdb.texinfo (Set Breaks): Revert description of Enb column of > breakpoint table. Fine with me, thanks.