From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10658 invoked by alias); 16 Mar 2002 01:29:28 -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 10560 invoked from network); 16 Mar 2002 01:29:27 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 16 Mar 2002 01:29:27 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 26EED3D36; Fri, 15 Mar 2002 20:29:24 -0500 (EST) Message-ID: <3C929FF4.1020102@cygnus.com> Date: Fri, 15 Mar 2002 17:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Ingham Cc: gdb-patches@sources.redhat.com Subject: Re: add set cp-abi command References: <186A1078-3843-11D6-8354-000393540DDC@apple.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00251.txt.bz2 > Andrew, > > No, I can't do it this way, because the cp-abi.c file where the command is defined doesn't know what all the available abi's are. They are added dynamically by the other *-abi.c files. The same is true with the set language command in language.c, for example... I would have to add a special completer function to get this to work, and I must admit that is a little beyond the merits of this command, which is, after all, only needed in emergencies, rather than being a workaday type command. Ah, yes, sigh. It should be easy to to do this. If it isn't there is another problem (but outside the scope of your change). Suggest creating a change-request for this. Andrew