From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2345 invoked by alias); 6 Oct 2006 17:34:01 -0000 Received: (qmail 2332 invoked by uid 22791); 6 Oct 2006 17:34:01 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Oct 2006 17:33:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 775DB48CDD5 for ; Fri, 6 Oct 2006 13:33:50 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14363-01-7 for ; Fri, 6 Oct 2006 13:33:50 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 32D5A48CC5E for ; Fri, 6 Oct 2006 13:33:50 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 8672C47F00; Fri, 6 Oct 2006 10:33:48 -0700 (PDT) Date: Fri, 06 Oct 2006 17:34:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix frame-issue with watchpoints... Message-ID: <20061006173348.GC980@adacore.com> References: <20061006005009.GA986@adacore.com> <20061006012018.GA19918@nevyn.them.org> <20061006020348.GB980@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061006020348.GB980@adacore.com> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00057.txt.bz2 > > > One way to bandaid this, probably along the lines that Andrew was > > > trying to do (try to recover from a situation that should not happen), > > > is to replace "current_frame" by get_current_frame(). > > > > Or just kill it. > > Let me do a testsuite run without this code, and see what comes out > of it. Perhaps it's time to kill it. Hum, unfortunately we had one testcase where the assertion failed: -var-create a2 0xbffff6b8 a^M ~"frame.c:1238: internal-error: get_prev_frame: Assertion `this_frame != NULL' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable.\nQuit this debugging session? "^M ~"(y or n) "^M ERROR: Got interactive prompt. UNRESOLVED: gdb.mi/mi-var-display.exp: create variable a2 in different scope -- Joel