From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11441 invoked by alias); 29 Jul 2002 22:07:17 -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 11432 invoked from network); 29 Jul 2002 22:07:14 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 29 Jul 2002 22:07:14 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4A3A13C9E; Mon, 29 Jul 2002 18:07:11 -0400 (EDT) Message-ID: <3D45BC8F.7080704@ges.redhat.com> Date: Mon, 29 Jul 2002 15:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mo DeJong Cc: gdb-patches@sources.redhat.com Subject: Re: Patch to add relative stack level support to stack-select-frame MIcommand References: <20020724224121.360d7e58.supermo@bayarea.net> <3D40844A.6090603@ges.redhat.com> <20020725201125.7df591c2.supermo@bayarea.net> <20020729133502.7bdd6f2c.supermo@bayarea.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00565.txt.bz2 > On Thu, 25 Jul 2002 20:11:25 -0700 > Mo DeJong wrote: > > >> On Thu, 25 Jul 2002 19:05:46 -0400 >> Andrew Cagney wrote: >> > >> > > This patch is for the CVS HEAD, it includes patches for >> > > the docs and the testsuite. > >> > >> > Can you post a patch just describing proposed new syntax gdb@ if no one >> > jumps we'll go through with this. > > > I posted a note to the gdb list 4 days ago and there were no objections. > Does this patch look ok to go into the HEAD. If it could be added to the > 5.2.1 branch, that would be great too. ``Everything on the internet takes a week.'' (me?) Branches are normally for bug fixes. This new functionality should just be for the trunk. Andrew