From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11750 invoked by alias); 16 Jan 2003 17:27:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11281 invoked from network); 16 Jan 2003 17:27:02 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 16 Jan 2003 17:27:02 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0GHQx515704; Thu, 16 Jan 2003 11:26:59 -0600 Date: Thu, 16 Jan 2003 17:27:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301161726.h0GHQx515704@duracef.shout.net> To: ezannoni@redhat.com, gdb-patches@sources.redhat.com, mec@shout.net Subject: Re: [PATCH] Make tests more flexible Cc: carlton@math.stanford.edu X-SW-Source: 2003-01/txt/msg00615.txt.bz2 Hi Elena, My testbed is happy now, there are no residual problems after your fixes last night. There is a new bug with 'advance/until', in the case where the user 'advances' or 'untils' to a function that is not called from the current frame. With gcc 3.*, gdb runs all the way to the specified function, and does not hit the breakpoint on the return location in the caller. I'll file a bug report shortly with gory details. David C can probably see it right now with gcc 3.1. Michael C