From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: jtc@redback.com Cc: Michael Snyder , gdb-patches@sources.redhat.com, cagney@redhat.com, kevinb@redhat.com, hunt@redhat.com, jsmith@redhat.com Subject: Re: [RFA] Link remote target with svr4 solibs. Date: Mon, 12 Mar 2001 16:38:00 -0000 Message-id: <3AAD6B4A.847B2876@cygnus.com> References: <3AAD635C.DAE5D340@cygnus.com> <5m1ys2cxxt.fsf@jtc.redback.com> X-SW-Source: 2001-03/msg00178.html > Doesn't this argue that this should reside somewhere above > remote_open()? Just an asside (something I do know about :-). Nothing can reside above remote_open(). remote_open() is called direct from the CLI with no arguments and no context. I've a grype about this in the TODO file. Look for ``Fix implementation of ``target xxx''.'' Andrew