This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: [patch] fix insight (was: Re: Ping: frozen variable objects)
- From: "Maciej W. Rozycki" <macro at linux-mips dot org>
- To: gdb-patches at sources dot redhat dot com
- Cc: Vladimir Prus <vladimir at codesourcery dot com>, Eli Zaretskii <eliz at gnu dot org>, drow at false dot org, insight at sourceware dot org
- Date: Wed, 18 Apr 2007 11:37:47 +0100 (BST)
- Subject: Re: [patch] fix insight (was: Re: Ping: frozen variable objects)
- References: <200703251351.43195.vladimir@codesourcery.com> <200704111843.43991.vladimir@codesourcery.com> <ufy74k3c3.fsf@gnu.org> <200704141353.51962.vladimir@codesourcery.com> <4625EB96.73C48E8C@dessent.net>
On Wed, 18 Apr 2007, Brian Dessent wrote:
> This has unfortunately broken insight, which had one caller of
> varobj_update lurking in gdbtk/generic/gdbtk-varobj.c that now fails due
> to the extra paremeter. Fix attached.
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.
Maciej