From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20162 invoked by alias); 22 Sep 2008 15:43:31 -0000 Received: (qmail 20154 invoked by uid 22791); 22 Sep 2008 15:43:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 Sep 2008 15:42:55 +0000 Received: (qmail 24485 invoked from network); 22 Sep 2008 15:42:54 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Sep 2008 15:42:54 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [RFA 02/08] multi-process support: all targets manage inferior list Date: Mon, 22 Sep 2008 15:43:00 -0000 User-Agent: KMail/1.9.9 References: <200809121638.18399.pedro@codesourcery.com> <200809191459.10948.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <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/msg00463.txt.bz2 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. -- Pedro Alves