From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22428 invoked by alias); 13 Jul 2008 16:24:36 -0000 Received: (qmail 22417 invoked by uid 22791); 13 Jul 2008 16:24:36 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 13 Jul 2008 16:24:16 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KI4Mv-0003kX-DW for gdb-patches@sources.redhat.com; Sun, 13 Jul 2008 16:24:13 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jul 2008 16:24:13 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jul 2008 16:24:13 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all Date: Sun, 13 Jul 2008 16:24:00 -0000 Message-ID: References: <200806282045.39438.vladimir@codesourcery.com> <20080711133434.GA2651@caradoc.them.org> <20080713042447.GA30405@caradoc.them.org> <200807130836.22263.vladimir@codesourcery.com> <20080713143211.GA29727@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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: 2008-07/txt/msg00264.txt.bz2 Daniel Jacobowitz wrote: > On Sun, Jul 13, 2008 at 08:36:22AM +0400, Vladimir Prus wrote: >> Yes. mi_getopt is not capable of handling --all. It can only handle -a, which >> seems ugly to me. > > Are --thread, --frame, and --all the only long options? Yes, for the time been. > Maybe > mi_getopt can be improved, if we expect more in the future. I actually had a second function, that returns a value of an --option; I'm not yet sure such a function should be added; the thing is that --thread and --frame are specially processed, so such a function will only handle --all. - Volodya