From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 920 invoked by alias); 1 Sep 2014 02:37:04 -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 878 invoked by uid 89); 1 Sep 2014 02:36:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Sep 2014 02:36:56 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NB700B00B0RGZ00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 01 Sep 2014 05:36:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NB700BU4B9GE360@a-mtaout21.012.net.il>; Mon, 01 Sep 2014 05:36:53 +0300 (IDT) Date: Mon, 01 Sep 2014 02:37:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH][PR guile/17247] Block SIGCHLD while initializing Guile In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org, guile-devel@gnu.org Reply-to: Eli Zaretskii Message-id: <8338ccgj78.fsf@gnu.org> References: <834mwsh2nu.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00005.txt.bz2 > Date: Sun, 31 Aug 2014 13:20:48 -0700 > From: Doug Evans > Cc: "gdb-patches@sourceware.org" , guile-devel > > Users are going to want to start threads. If users want threads in Guile, they can use Guile. In GDB, Guile is just an extension language. I see no catastrophe in saying there are some restrictions to what a Guile extension in GDB can and cannot do.