From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51455 invoked by alias); 19 Jan 2016 12:08:26 -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 49341 invoked by uid 89); 19 Jan 2016 12:08:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=singlethreaded, HContent-Transfer-Encoding:8bit X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Jan 2016 12:08:23 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id 600CE3FE35; Tue, 19 Jan 2016 13:09:04 +0100 (CET) Received: from [192.168.13.108] (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by hogfather.0x04.net (Postfix) with ESMTPSA id 75722580092; Tue, 19 Jan 2016 13:08:21 +0100 (CET) Subject: Re: [PATCH] testsuite/gdb.trace: Fix expected message on continue. To: Pedro Alves , gdb-patches@sourceware.org References: <1453203189-32496-1-git-send-email-koriakin@0x04.net> <569E240C.7030702@redhat.com> From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <569E2735.6090906@0x04.net> Date: Tue, 19 Jan 2016 12:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <569E240C.7030702@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00424.txt.bz2 On 19/01/16 12:54, Pedro Alves wrote: > On 01/19/2016 11:33 AM, Marcin Kościelnicki wrote: >> This is fallout from f303dbd60d9c7984832446eeb9d4e4d89703c615. >> >> gdb/testsuite/ChangeLog: >> >> * gdb.trace/ftrace.exp: Fix expected message on continue. >> * gdb.trace/pending.exp: Fix expected message on continue. >> * gdb.trace/trace-break.exp: Fix expected message on continue. > > Took me a couple minutes to understand why we show thread numbers in these > tests, given that they're single-threaded. Eventually I figured out that > it was because they load the IPA library, which injects a thread in > the inferior, making it multithreaded. > >> --- >> OK to push? > > OK, but please add something like the above to the commit log. > > Thanks, > Pedro Alves > Thanks, pushed.