From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29106 invoked by alias); 7 Aug 2009 22:05:41 -0000 Received: (qmail 29095 invoked by uid 22791); 7 Aug 2009 22:05:41 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Aug 2009 22:05:34 +0000 Received: (qmail 4254 invoked from network); 7 Aug 2009 22:05:30 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Aug 2009 22:05:30 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, tromey@redhat.com Subject: Re: FYI: fix PR gdb/8869 Date: Fri, 07 Aug 2009 22:16:00 -0000 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908072305.39587.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00119.txt.bz2 Thanks! We now trip on this snag though: (gdb) set language fortran Unknown language `fortran '. (top-gdb) set language auto Unknown language `auto '. This works, because there's c++ in the list, so no extra space: (gdb) set language c I guess this would go away automaticaly if this command was a real enum command. (gdb) set language ada auto c++ java minimal objective-c scheme asm c fortran local modula-2 pascal unknown Eh, I hadn't realized we were able to set "unknown" manually, "set language" doesn't show it: (gdb) set language The currently understood settings are: local or auto Automatic setting based on source file ada Use the Ada language c Use the C language c++ Use the C++ language asm Use the Asm language minimal Use the Minimal language fortran Use the Fortran language objective-c Use the Objective-c language java Use the Java language modula-2 Use the Modula-2 language pascal Use the Pascal language scheme Use the Scheme language -- Pedro Alves