From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17716 invoked by alias); 5 Mar 2004 05:31:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17709 invoked from network); 5 Mar 2004 05:31:54 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 5 Mar 2004 05:31:54 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D28BA2B92; Fri, 5 Mar 2004 00:31:46 -0500 (EST) Message-ID: <404810C2.8050005@gnu.org> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/remote] Reread symbols on 'target remote' References: <20040228173955.GA15910@nevyn.them.org> In-Reply-To: <20040228173955.GA15910@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00097.txt.bz2 Message-ID: <20040319000900.UpcwspH8_cT4TiHwEVuJMCz53IGDtTVtMHCEhQmMRmg@z> > 2004-02-28 Daniel Jacobowitz > > * remote.c (remote_open_1): Reopen the exec file and reread symbols > if necessary. What happens if the target is "extended-remote"? Andrew