From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25041 invoked by alias); 22 Sep 2008 19:01:20 -0000 Received: (qmail 25031 invoked by uid 22791); 22 Sep 2008 19:01:19 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 Sep 2008 19:00:30 +0000 Received: from HOME-C4E4A596F7 ([77.127.116.246]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K7M002UP26EZVG1@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 22 Sep 2008 22:01:27 +0300 (IDT) Date: Mon, 22 Sep 2008 19:01:00 -0000 From: Eli Zaretskii Subject: Re: [RFA 02/08] multi-process support: all targets manage inferior list In-reply-to: <200809221642.54932.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200809121638.18399.pedro@codesourcery.com> <200809191459.10948.pedro@codesourcery.com> <200809221642.54932.pedro@codesourcery.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/msg00468.txt.bz2 > From: Pedro Alves > Date: Mon, 22 Sep 2008 16:42:54 +0100 > > On Friday 19 September 2008 16:27:44, Eli Zaretskii wrote: > > > I prefer the way of letting the target decide what to print. Can we > > do that? > > Yes, but not yet. First, I need to make sure the correct target > is already set everywhere when we emit those notifications. Currently, > it isn't. That is my preference too, and we're going in that direction. Great, thanks.