From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14338 invoked by alias); 5 Sep 2010 18:37:57 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 14326 invoked by uid 22791); 5 Sep 2010 18:37:57 -0000 X-SWARE-Spam-Status: No, hits=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Sun, 05 Sep 2010 18:37:00 -0000 From: Jan Kratochvil To: archer@sourceware.org Subject: ugdb for the gdb testsuite (failed) Message-ID: <20100905183718.GA28833@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2010-q3/txt/msg00146.txt.bz2 Hi, as I wanted to try running the gdb testsuite made some dejagnu interface for it. It is currently completely unusable, though. It stops at least on: Sending packet: $QNonStop:0#8c...Remote connection closed Also the whole GDB testsuite uses the "remote" (and not "extended-remote") and also not-non-stop not-async protocol which are not supported by ugdb. Also the testsuite expects either gdbserver can load the executable itself (use_gdb_stub mode) or that gdbserver can spawn a new process (--multi). Neither of which are applicable for ugdb. Probably GDB should be made compatible. Later, I thought it will be easier. cvs -d :pserver:pserver:@dyn.jankratochvil.net/cvs co -d runtest-ugdb nethome/src/runtest-ugdb mv runtest-ugdb ~/src cat ~/src/runtest-ugdb/INSTALL Regards, Jan