From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28035 invoked by alias); 17 Apr 2013 09:40:27 -0000 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 Received: (qmail 28024 invoked by uid 89); 17 Apr 2013 09:40:27 -0000 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Apr 2013 09:40:26 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1USOqn-0002HJ-2j from Hafiz_Abid@mentor.com ; Wed, 17 Apr 2013 02:40:25 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 17 Apr 2013 02:40:24 -0700 Received: from abidh-ubunto1104 (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.1.289.1; Wed, 17 Apr 2013 10:40:22 +0100 Date: Wed, 17 Apr 2013 15:53:00 -0000 From: "Abid, Hafiz" Subject: Re: [patch] patch for review of PR gdb/10462 To: mbilal CC: , , References: <516D3B30.6080501@codesourcery.com> <516E67FE.5070301@codesourcery.com> In-Reply-To: <516E67FE.5070301@codesourcery.com> (from mbilal@codesourcery.com on Wed Apr 17 10:14:38 2013) Message-ID: <1366191620.30939.0@abidh-ubunto1104> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-04/txt/msg00525.txt.bz2 > + gdb_test "set $x$y" "Argument must be preceded by space."=20=20 > "check space before argument" I think you can break this line so that it does not go over 80 columns. On 17/04/13 10:14:38, mbilal wrote: > Hi, >=20 > Please find attached updated patch. >=20 > And > Thanks for Hafiz Abid, Tom Tromey and Andreas Schwab for review. >=20 >=20 > Is that Ok? >=20 > Thanks, > -Bilal