From patchwork Thu Oct 6 16:10:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 16310 Received: (qmail 69145 invoked by alias); 6 Oct 2016 16:40:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 69117 invoked by uid 89); 6 Oct 2016 16:40:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: gproxy6-pub.mail.unifiedlayer.com Received: from gproxy6-pub.mail.unifiedlayer.com (HELO gproxy6-pub.mail.unifiedlayer.com) (67.222.39.168) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Thu, 06 Oct 2016 16:40:29 +0000 Received: (qmail 8850 invoked by uid 0); 6 Oct 2016 16:40:27 -0000 Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy6.mail.unifiedlayer.com with SMTP; 6 Oct 2016 16:40:27 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw2 with id sGgN1t01J2f2jeq01GgRQF; Thu, 06 Oct 2016 10:40:25 -0600 X-Authority-Analysis: v=2.1 cv=Pa5s2ERd c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=CH0kA5CcgfcA:10 a=zstS-IiYAAAA:8 a=eKRsreYMjxx_oL4ewEEA:9 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from 71-218-192-86.hlrn.qwest.net ([71.218.192.86]:35224 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_1) (envelope-from ) id 1bsBFB-0002im-CX; Thu, 06 Oct 2016 10:10:01 -0600 From: Tom Tromey To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFA] Remove Java support References: <1475679082-29898-1-git-send-email-tom@tromey.com> <87int5ebke.fsf@tromey.com> Date: Thu, 06 Oct 2016 10:10:00 -0600 In-Reply-To: <87int5ebke.fsf@tromey.com> (Tom Tromey's message of "Thu, 06 Oct 2016 09:34:09 -0600") Message-ID: <87eg3te9wn.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 X-BWhitelist: no X-Exim-ID: 1bsBFB-0002im-CX X-Source-Sender: 71-218-192-86.hlrn.qwest.net (bapiya) [71.218.192.86]:35224 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== >>>>> "Tom" == Tom Tromey writes: Tom> Thanks for digging that up. I've restored this test and I'll re-regtest Tom> and repost the patch before pushing. Rather than re-send the entire large patch, I'm just appending the new setshow.exp part. Tom diff --git a/gdb/testsuite/gdb.base/setshow.exp b/gdb/testsuite/gdb.base/setshow.exp index 2a86cdd..93dd926 100644 --- a/gdb/testsuite/gdb.base/setshow.exp +++ b/gdb/testsuite/gdb.base/setshow.exp @@ -211,10 +211,10 @@ gdb_test "show history size" "The size of the command history is 100..*" "show h gdb_test "set language asm" ".*" "set language asm" #test show language asm gdb_test "show language" "The current source language is \"asm\"..*" "show language (asm)" -#test set language java, with a trailing space -gdb_test_no_output "set language java " "set language java" -#test show language java -gdb_test "show language" "The current source language is \"java\"..*" "show language (java)" +#test set language rust, with a trailing space +gdb_test_no_output "set language rust " "set language rust" +#test show language rust +gdb_test "show language" "The current source language is \"rust\"..*" "show language (rust)" #test completion for set language. gdb_test "complete set language min" "set language minimal" \ "complete set language minimal"