From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8399 invoked by alias); 23 Feb 2004 16:47:33 -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 8375 invoked from network); 23 Feb 2004 16:47:32 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 23 Feb 2004 16:47:32 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AvJEy-0003RO-6I; Mon, 23 Feb 2004 11:47:32 -0500 Date: Mon, 23 Feb 2004 16:47:00 -0000 From: Daniel Jacobowitz To: Orjan Friberg Cc: gdb-patches@sources.redhat.com Subject: Re: Remote target (CRIS) DejaGNU config scripts Message-ID: <20040223164732.GA13101@nevyn.them.org> Mail-Followup-To: Orjan Friberg , gdb-patches@sources.redhat.com References: <4034E534.3070606@axis.com> <20040219171932.GA2598@nevyn.them.org> <403A1E24.3090801@axis.com> <20040223153926.GA31279@nevyn.them.org> <403A2B46.6050600@axis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403A2B46.6050600@axis.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00644.txt.bz2 On Mon, Feb 23, 2004 at 05:33:10PM +0100, Orjan Friberg wrote: > Ok, it seems to be working now (minus a hack in remote.exp because > "username" had mysteriously disappeared). One thing left though, > setting the solib search paths. Putting those commands in a .gdbinit > file in the directory from where I run runtest didn't work, and I could > neither find a suitable board_info variable to put it in, nor an option > to runtest for it. Any suggestions? Not really. I used to use gdb_start_hook but that doesn't work for the MI tests. Nowadays I build GDB with --with-sysroot, which sets solib-absolute-prefix automatically; that's all I need. If you're testing a Linux target it may be enough for you also. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer