From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15097 invoked by alias); 15 Feb 2008 09:13:39 -0000 Received: (qmail 15088 invoked by uid 22791); 15 Feb 2008 09:13:38 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Feb 2008 09:13:13 +0000 Received: from kahikatea.snap.net.nz (121.31.255.123.static.snap.net.nz [123.255.31.121]) by viper.snap.net.nz (Postfix) with ESMTP id 79CC83DABCB; Fri, 15 Feb 2008 22:13:10 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 9E4298FC6D; Fri, 15 Feb 2008 22:13:01 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18357.22428.370959.963784@kahikatea.snap.net.nz> Date: Fri, 15 Feb 2008 09:13:00 -0000 To: Eli Zaretskii Cc: brobecker@adacore.com, ghost@cs.msu.su, gdb-patches@sourceware.org Subject: Re: (gdb-6.8) Discard breakpoint address if shared library is unloaded In-Reply-To: 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> X-Mailer: VM 7.19 under Emacs 22.1.90.2 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/msg00249.txt.bz2 > 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. *** gdb.texinfo.~1.467.~ 2008-02-04 08:48:31.000000000 +1300 --- gdb.texinfo 2008-02-15 22:05:02.000000000 +1300 *************** Breakpoint, watchpoint, or catchpoint. *** 2987,3002 **** Whether the breakpoint is marked to be disabled or deleted when hit. @item Enabled or Disabled Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints ! that are not enabled. An optional @samp{(p)} suffix marks pending ! breakpoints---breakpoints for which address is either not yet ! resolved, pending load of a shared library, or for which address was ! in a shared library that was since unloaded. Such breakpoint won't ! fire until a shared library that has the symbol or line referred by ! breakpoint is loaded. See below for details. @item Address Where the breakpoint is in your program, as a memory address. For a ! pending breakpoint whose address is not yet known, this field will ! contain @samp{}. A breakpoint with several locations will have @samp{} in this field---see below for details. @item What Where the breakpoint is in the source for your program, as a file and --- 2987,2999 ---- Whether the breakpoint is marked to be disabled or deleted when hit. @item Enabled or Disabled Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints ! that are not enabled. @item Address Where the breakpoint is in your program, as a memory address. For a ! pending breakpoint whose address is not yet known, this field will ! contain @samp{}. Such breakpoint won't fire until a shared ! library that has the symbol or line referred by breakpoint is loaded. ! See below for details. A breakpoint with several locations will have @samp{} in this field---see below for details. @item What Where the breakpoint is in the source for your program, as a file and