From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26098 invoked by alias); 23 Jan 2007 13:04:55 -0000 Received: (qmail 26089 invoked by uid 22791); 23 Jan 2007 13:04:54 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 23 Jan 2007 13:04:48 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H9LKQ-0000lk-Ey; Tue, 23 Jan 2007 08:04:46 -0500 Date: Tue, 23 Jan 2007 13:04:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] free_all_values in MI Message-ID: <20070123130446.GC2619@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17845.47836.736449.754969@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17845.47836.736449.754969@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-01/txt/msg00475.txt.bz2 On Tue, Jan 23, 2007 at 08:35:56PM +1300, Nick Roberts wrote: > > Currently, in MI, free_all_values only really gets called via the asynchronous > commands from execute_command. This patch ensures that it is called more > often, and more reliably (the asynchronous commands might one day be > implemented directly without use of execute_command). OK, thanks. -- Daniel Jacobowitz CodeSourcery