From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1020 invoked by alias); 17 Feb 2012 19:36:03 -0000 Received: (qmail 933 invoked by uid 22791); 17 Feb 2012 19:36:02 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 19:35:48 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1HJZlNv028074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 17 Feb 2012 14:35:47 -0500 Received: from hit-nxdomain.opendns.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1HJZk9a017713; Fri, 17 Feb 2012 14:35:47 -0500 Subject: [PATCH 0/2] gdb.threads/attach-into-signal.exp: prepare for gdbserver To: gdb-patches@sourceware.org From: Pedro Alves Cc: jan.kratochvil@redhat.com Date: Fri, 17 Feb 2012 19:37:00 -0000 Message-ID: <20120217193546.10029.74207.stgit@hit-nxdomain.opendns.com> User-Agent: StGit/0.15 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: 2012-02/txt/msg00374.txt.bz2 I'm working on making gdb.threads/attach-into-signal.exp pass against GDBserver. These are two preparatory patches to the test itself. The first does some cleaning up and modernizing of the test. The second removes the dependency on the linux native target's debug output, thus making it work against gdbserver too. --- Pedro Alves (2): gdb.threads/attach-into-signal.exp: cleanup gdb.threads/attach-into-signal.exp: don't rely on linux native target's internal debug output gdb/testsuite/gdb.threads/Makefile.in | 3 - gdb/testsuite/gdb.threads/attach-into-signal.exp | 105 ++++++++++++++-------- 2 files changed, 68 insertions(+), 40 deletions(-) -- Pedro Alves