From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1740 invoked by alias); 13 Feb 2002 06:26:09 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1621 invoked from network); 13 Feb 2002 06:26:06 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 13 Feb 2002 06:26:06 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EAB903C8E; Wed, 13 Feb 2002 01:26:04 -0500 (EST) Message-ID: <3C6A06FC.4090609@cygnus.com> Date: Tue, 12 Feb 2002 22:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: MI and remote debugging References: <20020209230329.A7834@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00199.txt.bz2 > Any remote config (like gdbserver, or even monitor, I think...) that > overrides gdb_target_cmd/gdb_file_cmd loses because of the static mi version > in mi-support.exp. This leads to almost a day's worth of timeouts. I've > tried to cobble together a gdbserver version of mi_gdb_file_cmd and an > mi-aware mi_gdb_target_cmd; I can't do it. > > Andrew, any thoughts? For targets other than ``target remote'' I don't think we need to be too concerned. However, ``target remote'' variants should work. I know it works for SID (a remote simulator). Can you expand a little. Andrew