From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17895 invoked by alias); 14 Feb 2008 19:20:29 -0000 Received: (qmail 17887 invoked by uid 22791); 14 Feb 2008 19:20:29 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Feb 2008 19:20:09 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JPjco-0008MZ-Em for gdb-patches@sources.redhat.com; Thu, 14 Feb 2008 19:20:02 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 19:20:02 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 19:20:02 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: stop-on-solib-events and Cygwin (or MinGW) Followup-To: gmane.comp.gdb.patches Date: Thu, 14 Feb 2008 19:20:00 -0000 Message-ID: References: <47B473F8.5050401@sun.com> <20080214170852.GA3552@caradoc.them.org> <47B47D3B.8050708@sun.com> <20080214181353.GA7518@caradoc.them.org> <47B48F3A.7070002@sun.com> <20080214190527.GA10813@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 Cc: gdb@sources.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: 2008-02/txt/msg00234.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Feb 14, 2008 at 10:58:02AM -0800, Gordon Prieur wrote: >> Its similar to 2369 but there are several differences. First off, I'm >> running in mi mode >> and I don't really expect it to handle breakpoints in unloaded dlls. In >> command line, it >> asks if it should be left "pending on future shared library load". > > Vladimir added support for this to GDB/MI on 2007-12-14. > > Vladimir, I noticed there's no NEWS entry for this. If you agree > there should be, could you add one? What about the below? - Volodya diff --git a/gdb/NEWS b/gdb/NEWS index e87ee01..84ab160 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -62,6 +62,9 @@ Decimal Floating Point extension. In addition, the PowerPC target now has a set of pseudo-registers to inspect decimal float values stored in two consecutive float registers. +* The -break-insert MI command can optionally create pending +breakpoints now. + * New commands set print frame-arguments (all|scalars|none)