From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29135 invoked by alias); 13 Aug 2012 21:13:59 -0000 Received: (qmail 29116 invoked by uid 22791); 13 Aug 2012 21:13:58 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ey0-f201.google.com (HELO mail-ey0-f201.google.com) (209.85.215.201) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 21:13:44 +0000 Received: by eabm6 with SMTP id m6so201157eab.0 for ; Mon, 13 Aug 2012 14:13:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:message-id:to:subject:from:x-gm-message-state; bh=se6L2kG67aUvv5L6jBS7jmFn3QvodhhOFU/x/9QHDiI=; b=LNzDdB/l24tDeTrnwOB3ffn8hSpqYHbRvJmWL40xpFitSfPE+WsJGPtUTrxKrhj3vz 2jZmnOtJ5L1G+jcm46KgWPa2ezHbzM63wkBQTxjrg8SF2U9xzOB68INRagbgL99InLim zMdXrz4ecxO5m8/8r4X0m6tNd67jpLLE6PinsDEkzqZIYUqIMMlR+DO7V7g38/FhiebJ yDV8kqofdzVR0Bfv/zUkkynI969096IHJtmRlLhs++sDIqTlWc7NXK7lHSh1aholvKor 6eCQQn0odsVQ8/Znv9KY30L1l74ni364vb3WdUyIalxCrDetJLVh8ekaKdWQINaNxFGs yF/Q== Received: by 10.14.179.72 with SMTP id g48mr8097397eem.2.1344892423305; Mon, 13 Aug 2012 14:13:43 -0700 (PDT) Received: by 10.14.179.72 with SMTP id g48mr8097393eem.2.1344892423229; Mon, 13 Aug 2012 14:13:43 -0700 (PDT) Received: from hpza9.eem.corp.google.com ([74.125.121.33]) by gmr-mx.google.com with ESMTPS id 46si720670eed.1.2012.08.13.14.13.43 (version=TLSv1/SSLv3 cipher=AES128-SHA); Mon, 13 Aug 2012 14:13:43 -0700 (PDT) Received: from ruffy2.mtv.corp.google.com (ruffy2.mtv.corp.google.com [172.18.110.129]) by hpza9.eem.corp.google.com (Postfix) with ESMTP id 6532A5C0050 for ; Mon, 13 Aug 2012 14:13:42 -0700 (PDT) Date: Mon, 13 Aug 2012 21:13:00 -0000 Message-Id: To: gdb-patches@sourceware.org Subject: [commit] Update help.exp From: dje@google.com X-Gm-Message-State: ALoCoQktI15qVYAbfRy5M8i83k7U80FNPWFrWT72t/FES5z2eSfvxZ4yTsO/mWKfCp4EPL48JaZoycn0HEWJXm5kMyyuBWWcJrI0I7I0vOLjRg1s2ifkyY3O10PghfisTTBYq60QBeXt0Ag8Epi8MFMpm7zgfNAyJzymqOWt1UtIQresMPcltv2dz+f3pDdzFwavENH2iVNEWjcIs8nAMuX4s2Uhw0uRadtKqcU0HwnAF+rUxZpovDk= 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: 2012-08/txt/msg00378.txt.bz2 Hi. fyi, I'm checking this in. 2012-08-13 Doug Evans * gdb.base/help.exp: Update expected output. Index: gdb.base/help.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/help.exp,v retrieving revision 1.59 diff -u -p -r1.59 help.exp --- gdb.base/help.exp 2 Jul 2012 17:53:19 -0000 1.59 +++ gdb.base/help.exp 13 Aug 2012 21:12:44 -0000 @@ -506,7 +506,7 @@ gdb_test "help show complaints" "Show ma # test help show confirm gdb_test "help show confirm" "Show whether to confirm potentially dangerous operations\." "help show confirm" # test help show convenience -gdb_test "help show convenience" "Debugger convenience \\(\"\\\$foo\"\\) variables\.\[\r\n\]+These variables are created when you assign them values;\[\r\n\]+thus, \"print \\\$foo=1\" gives \"\\\$foo\" the value 1\. Values may be any type\.\[\r\n\]+A few convenience variables are given values automatically:\[\r\n\]+\"\\\$_\"holds the last address examined with \"x\" or \"info lines\",\[\r\n\]+\"\\\$__\" holds the contents of the last address examined with \"x\"\." "help show convenience" +gdb_test "help show convenience" "Debugger convenience \\(\"\\\$foo\"\\) variables and functions\.\[\r\n\]+Convenience variables are created when you assign them values;\[\r\n\]+thus, \"set \\\$foo=1\" gives \"\\\$foo\" the value 1\. Values may be any type\.\[\r\n\]+A few convenience variables are given values automatically:\[\r\n\]+\"\\\$_\"holds the last address examined with \"x\" or \"info lines\",\[\r\n\]+\"\\\$__\" holds the contents of the last address examined with \"x\"\.\[\r\n\]+Convenience functions are defined via the Python API\." "help show convenience" # test help show directories gdb_test "help show directories" "Show the search path for finding source files\.\[\r\n\]+\\\$cwd in the path means the current working directory\.\[\r\n\]+\\\$cdir in the path means the compilation directory of the source file\..*" "help show directories" # test help show editing