From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22167 invoked by alias); 4 Sep 2013 12:34:14 -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 22155 invoked by uid 89); 4 Sep 2013 12:34:13 -0000 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Sep 2013 12:34:13 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RDNS_NONE,SPF_HELO_FAIL autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VHCHg-00012R-7G from Muhammad_Bilal@mentor.com ; Wed, 04 Sep 2013 05:34:08 -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, 4 Sep 2013 05:34:07 -0700 Received: from [137.202.157.37] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.2.247.3; Wed, 4 Sep 2013 13:34:05 +0100 Message-ID: <522728B9.5000103@codesourcery.com> Date: Wed, 04 Sep 2013 12:34:00 -0000 From: Muhammad Bilal User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Pedro Alves CC: "gdb-patches@sourceware.org" Subject: Re: [patch] fix for checking the command ambiguousness. References: <521C6FDD.3090909@codesourcery.com> <521CEB86.7060106@redhat.com> <521DB1E1.5040804@codesourcery.com> <521DE287.2010208@redhat.com> <521E0673.5080007@codesourcery.com> In-Reply-To: <521E0673.5080007@codesourcery.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00129.txt.bz2 On 08/28/2013 07:17 PM, Muhammad Bilal wrote: > On 08/28/2013 04:44 PM, Pedro Alves wrote: >> Hi! >> >> Unfortunately, I'm having trouble applying your patches. Seems like >> they're mangled somehow (line wrapped, etc.). From your email's headers >> I see you're using Thunderbird. Could you please go through: >> >> http://sourceware.org/gdb/wiki/ContributionChecklist#Submitting_patches >> >> and fix it up as necessary (and then check if you can apply >> a patch that you privately send yourself?) >> >> Thanks, > Sorry, for inconvenience > > Please, find attached file. > > ./ > 2013-07-27 Muhammad Bilal > > * cli/cli-decode.c (lookup_cmd_composition): Check command > ambiguousness > with 'nfound' instead of CMD_LIST_AMBIGUOUS. > > > > ./testsuite/ > > 2013-08-28 Muhammad Bilal > > * gdb.python/py-parameter.exp: Test command ambiguousness. > > > > Thanks, > -Bilal ping Thanks, -Bilal