From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19003 invoked by alias); 18 Apr 2007 12:55:55 -0000 Received: (qmail 18992 invoked by uid 22791); 18 Apr 2007 12:55:54 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Apr 2007 13:55:45 +0100 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1He9hC-0006Xy-FI; Wed, 18 Apr 2007 12:55:38 +0000 Message-ID: <46261549.FFF2EB35@dessent.net> Date: Wed, 18 Apr 2007 13:01:00 -0000 From: Brian Dessent Reply-To: insight@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: "Maciej W. Rozycki" CC: gdb-patches@sources.redhat.com, insight@sourceware.org Subject: Re: [patch] fix insight (was: Re: Ping: frozen variable objects) References: <200703251351.43195.vladimir@codesourcery.com> <200704111843.43991.vladimir@codesourcery.com> <200704141353.51962.vladimir@codesourcery.com> <4625EB96.73C48E8C@dessent.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-04/txt/msg00281.txt.bz2 "Maciej W. Rozycki" wrote: > This is not enough as varobj_update() has to be wrapped these days -- > please see: > > http://sources.redhat.com/ml/insight/2007-q2/msg00012.html > > The patch included there already contains a change like yours. Thanks, I must have glossed over that message. Obviously there's more to it than I had thought. Brian