From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4457 invoked by alias); 2 Aug 2012 09:38:47 -0000 Received: (qmail 4446 invoked by uid 22791); 2 Aug 2012 09:38:46 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Aug 2012 09:38:25 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SwrrN-0000Lq-0y from Yao_Qi@mentor.com ; Thu, 02 Aug 2012 02:38:25 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 2 Aug 2012 02:38:24 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Thu, 2 Aug 2012 02:38:23 -0700 From: Yao Qi To: CC: Mike Frysinger Subject: Re: [patch v2] gdb: add completion handler for "handle" Date: Thu, 02 Aug 2012 09:38:00 -0000 Message-ID: <9087185.2OMr0hdCNc@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <201208012358.18948.vapier@gentoo.org> References: <201208012353.56496.vapier@gentoo.org> <201208012358.18948.vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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/msg00060.txt.bz2 On Wednesday, August 01, 2012 11:58:18 PM Mike Frysinger wrote: > The command line completion has spoiled me. Thus the lack of completion > with the "handle" command annoys me. Patch! >=20 > This does a few things: > - adds a generic signal completer > - adds a generic completer based on a specified array of strings > - adds a completion handler for the "handle" command > - adds a completion handler for the "signal" command > - improves the "signal" and "handle" help strings slightly How about adding a new test in gdb.base/completion.exp? --=20 Yao (=E9=BD=90=E5=B0=A7)