From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15836 invoked by alias); 11 Apr 2010 16:17:08 -0000 Received: (qmail 15825 invoked by uid 22791); 11 Apr 2010 16:17:06 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 11 Apr 2010 16:17:03 +0000 Received: (qmail 4471 invoked from network); 11 Apr 2010 16:17:01 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Apr 2010 16:17:01 -0000 From: Pedro Alves To: "H.J. Lu" Subject: Re: Fix solib-disc.exp regression with x86 gdbserver Date: Sun, 11 Apr 2010 16:17:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201004110252.35997.pedro@codesourcery.com> <201004111517.48725.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004111716.59669.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00326.txt.bz2 On Sunday 11 April 2010 16:43:11, H.J. Lu wrote: > BTW, I followed: > > http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration > > I couldn't get dejagnu to find the native-gdbserver board file. I had > to put > > set gdbserve_board_dir xxxxx/gdbserver/boards > lappend boards_dir $gdbserve_board_dir > > in my ~/.dejagnurc. > I have: append boards_dir "/home/pedro/etc/boards" in my site.exp (~/etc/site.exp); I don't remember if this was actually needed. Maybe a good idea to update the wiki if this is always needed. BTW, you can run the testsuite in parallel mode against gdbserver as well, to speed up testing. Here's how: make check RUNTESTFLAGS="--target_board native-gdbserver" FORCE_PARALLEL="1" -j4 -- Pedro Alves