From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25153 invoked by alias); 8 Sep 2008 03:15:13 -0000 Received: (qmail 25144 invoked by uid 22791); 8 Sep 2008 03:15:12 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Sep 2008 03:14:33 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K6U00M4NWZOT1F1@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Mon, 08 Sep 2008 06:14:12 +0300 (IDT) Date: Mon, 08 Sep 2008 03:15:00 -0000 From: Eli Zaretskii Subject: Re: [rfc] [16/18] Cell multi-arch: Add "set spu stop-on-load" command In-reply-to: <200809072116.m87LGckI003566@d12av02.megacenter.de.ibm.com> X-012-Sender: halo1@inter.net.il To: Ulrich Weigand Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200809072116.m87LGckI003566@d12av02.megacenter.de.ibm.com> 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-09/txt/msg00155.txt.bz2 > Date: Sun, 7 Sep 2008 23:16:38 +0200 (CEST) > From: "Ulrich Weigand" > > +Use \"on\" to give control to the user when a new SPE threads enters its \"main\" function.\n\ ^^^^^^^ "a new SPE thread" (singular) or delete the "a". Also, please break this sentence to avoid overflowing the margin of a standard 80-column line. > +When @value{GDBN} is debugging a combined PowerPC/SPU application > +on the Cell Broadband Engine, it provides in addition the following > +special commands: Please add a cindex entry here for "cell broadband engine". > +@item set spu stop-on-load @var{arg} > +@kindex set spu > +Set whether to stop for new SPE threads. When set to @code{on}, @value{GDBN} > +will give control to the user when a new SPE threads enters its @code{main} > +function. Please state the default for this setting. Thanks.