From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16723 invoked by alias); 8 Aug 2008 12:47:36 -0000 Received: (qmail 16715 invoked by uid 22791); 8 Aug 2008 12:47:36 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 12:46:54 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K5A00HV68TU1GC0@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Fri, 08 Aug 2008 15:46:43 +0300 (IDT) Date: Fri, 08 Aug 2008 12:47:00 -0000 From: Eli Zaretskii Subject: Re: go32-nat, always a thread In-reply-to: <20080808124229.GA23208@caradoc.them.org> X-012-Sender: halo1@inter.net.il To: Daniel Jacobowitz Cc: pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200808080439.17254.pedro@codesourcery.com> <20080808124229.GA23208@caradoc.them.org> 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-08/txt/msg00194.txt.bz2 > Date: Fri, 8 Aug 2008 08:42:29 -0400 > From: Daniel Jacobowitz > Cc: Pedro Alves , gdb-patches@sourceware.org > > > The code you added will now cause all kinds of notifications, like > > "thread started", be displayed, which is just confusing when the > > programmer knows there're no threads. Is this really justified? > > No notifications should be displayed; that's because Pedro used > add_thread_silent and delete_thread_silent. Then what do the calls to observer_notify_new_thread and its ilk do?