From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13977 invoked by alias); 6 Jul 2005 21:28:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13960 invoked by uid 22791); 6 Jul 2005 21:28:48 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 06 Jul 2005 21:28:48 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1DqHRl-0002Nl-Di; Wed, 06 Jul 2005 17:28:45 -0400 Date: Wed, 06 Jul 2005 21:28:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Karganov Konstantin , gdb@sources.redhat.com Subject: Re: MI usage inside a user-defined commands Message-ID: <20050706212845.GA9131@nevyn.them.org> Mail-Followup-To: Nick Roberts , Karganov Konstantin , gdb@sources.redhat.com References: <20050706131413.GA24446@nevyn.them.org> <17100.19602.527071.624058@farnswood.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17100.19602.527071.624058@farnswood.snap.net.nz> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-07/txt/msg00048.txt.bz2 On Thu, Jul 07, 2005 at 09:26:42AM +1200, Nick Roberts wrote: > What does seem wrong is that MI no longer works properly with queries: > > (gdb) > -interpreter-exec console "b asdf" > &"Function \"asdf\" not defined.\n" > ~"Breakpoint 2 (asdf) pending.\n" > ^done > (gdb) > > The user should be asked: > > Make breakpoint pending on future shared library load? (y or [n]) Yes, that does seem like a bug - but how would you perform the query? -- Daniel Jacobowitz CodeSourcery, LLC