From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23239 invoked by alias); 19 Nov 2002 06:23:53 -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 23175 invoked from network); 19 Nov 2002 06:23:51 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 19 Nov 2002 06:23:51 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id gAJ67N706955; Tue, 19 Nov 2002 01:07:23 -0500 To: gdb@sources.redhat.com Subject: Can't attach over NFS? From: Jim Blandy Date: Mon, 18 Nov 2002 22:23:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00206.txt.bz2 In gdb/testsuite/gdb.base/attach.exp, there is the following code: # Because we can't attach over nfs, copy binfile to /tmp/${binfile}.${pid} # and replace binfile with a symbolic link set pid [pid] exec /bin/cp -f ${binfile} /tmp/attach1.${pid} exec rm -f ${binfile} ... Does anyone know of any system where this limitation actually holds? This rigamarole is causing me some trouble, and I'd like to make the code conditional, or (preferably) delete it. We got attach.exp from the HP merge, which makes me suspect that it's an HP problem, but this entire test is disabled on HPUX.