From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62409 invoked by alias); 9 Feb 2020 13:59:43 -0000 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 Received: (qmail 62331 invoked by uid 89); 9 Feb 2020 13:59:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2020 13:59:33 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 96117AD86; Sun, 9 Feb 2020 13:59:31 +0000 (UTC) Subject: Re: [PATCH] Move gdbserver to top level To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org References: <87d0bf45up.fsf@tromey.com> <7ceebbb7-b2f7-3d4a-1d8a-f31310badbe8@redhat.com> <874kwk8nz9.fsf@tromey.com> <171a3144-af37-1c29-a2a4-c4cd7eaa14c0@redhat.com> <87r1zm6x8s.fsf@tromey.com> <01b4b5ca-a802-54b5-3135-428b7c9faa84@redhat.com> <87o8uo4mj0.fsf@tromey.com> <87blqfn0d6.fsf@tromey.com> From: Tom de Vries Message-ID: <0b6b4f24-f5c8-b236-c249-737e70395667@suse.de> Date: Sun, 09 Feb 2020 13:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <87blqfn0d6.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00258.txt.bz2 On 03-02-2020 22:34, Tom Tromey wrote: > I'm going to push it tomorrow or the day after, unless there's some > objection. Hi, FYI, starting this commit, I'm running into: ... (gdb) PASS: gdb.multi/multi-target.exp: continue: non-stop=off: set remote-exec file in inferior 2 spawn of --once --multi localhost:2346 failed ERROR: tcl error sourcing /data/gdb_versions/devel/src/gdb/testsuite/gdb.multi/multi-target.exp. ERROR: Timeout waiting for gdbserver response. while executing "error "Timeout waiting for gdbserver response."" invoked from within "expect { -i $server_spawn_id -timeout 120 -notransfer -re "Listening on" { } -re "Can't (bind address|listen on socket): Addr..." (procedure "gdbserver_start" line 120) invoked from within "gdbserver_start "--multi" """ (procedure "connect_target_extended_remote" line 2) invoked from within "connect_target_extended_remote $binfile" (procedure "add_inferior" line 14) invoked from within "add_inferior 2 "extended-remote" $binfile" (procedure "setup" line 25) invoked from within "setup ${non-stop}" (procedure "test_continue" line 2) invoked from within "test_continue ${non-stop}" ("uplevel" body line 2) invoked from within "uplevel 1 $body" invoked from within "foreach_with_prefix non-stop {"off" "on"} { test_continue ${non-stop} }" ("uplevel" body line 2) invoked from within "uplevel 1 $body" invoked from within "with_test_prefix "continue" { foreach_with_prefix non-stop {"off" "on"} { test_continue ${non-stop} } }" (file "/data/gdb_versions/devel/src/gdb/testsuite/gdb.multi/multi-target.exp" line 425) invoked from within "source /data/gdb_versions/devel/src/gdb/testsuite/gdb.multi/multi-target.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /data/gdb_versions/devel/src/gdb/testsuite/gdb.multi/multi-target.exp" invoked from within "catch "uplevel #0 source $test_file_name"" monitor exit "monitor" command not supported by this target. (gdb) testcase /data/gdb_versions/devel/src/gdb/testsuite/gdb.multi/multi-target.exp completed in 130 seconds === gdb Summary === # of expected passes 8 ... Thanks, - Tom