From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15376 invoked by alias); 4 Oct 2004 08:40:08 -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 15368 invoked from network); 4 Oct 2004 08:40:07 -0000 Received: from unknown (HELO epic.mail.pas.earthlink.net) (207.217.120.181) by sourceware.org with SMTP; 4 Oct 2004 08:40:07 -0000 Received: from ip216-26-76-19.dsl.du.teleport.com ([216.26.76.19] helo=stray.canids) by epic.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1CEOO6-0002sR-00 for gdb-patches@sources.redhat.com; Mon, 04 Oct 2004 01:40:06 -0700 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id 00F62502AB6 for ; Mon, 4 Oct 2004 01:40:05 -0700 (PDT) From: Felix Lee To: gdb-patches@sources.redhat.com Subject: Re: [patch] typo in gdb/testsuite/config/gdbserver.exp References: <20041001073659.AB14A50106A@stray.canids> <20041004033025.GA19947@nevyn.them.org> In-Reply-To: <20041004033025.GA19947@nevyn.them.org> on Sun, 03 Oct 2004 23:30:25 EDT from Daniel Jacobowitz Date: Mon, 04 Oct 2004 08:40:00 -0000 Message-Id: <20041004084006.00F62502AB6@stray.canids> X-SW-Source: 2004-10/txt/msg00042.txt.bz2 Daniel Jacobowitz : > I seem to remember this breaking my local gdbserver setup, i.e. running > gdbserver on localhost. It's entirely possible that that only happened > because I've goofed my board files, though. I've learned a painful > amount about writing DejaGNU board files in the last couple of months, > so I'll try again... I just looked at that, it took me a few tries to get it to work. this board file works for me: load_generic_config "gdbserver" unset_board_info isremote set_board_info isremote 0 set_board_info compiler "[find_gcc]" set_board_info gdb,do_reload_on_run 1 set_board_info gdb,no_hardware_watchpoints 1 set_board_info noargs 1 set_board_info sockethost "localhost:" set_board_info use_gdb_stub 1 --