From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14650 invoked by alias); 24 Mar 2014 16:33:09 -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 14637 invoked by uid 89); 24 Mar 2014 16:33:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Mar 2014 16:33:06 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 24 Mar 2014 16:33:03 +0000 Received: from [10.1.201.52] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 Mar 2014 16:33:16 +0000 Message-ID: <53305E3D.9070507@arm.com> Date: Mon, 24 Mar 2014 16:33:00 -0000 From: Yufeng Zhang User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Doug Evans , "gdb-patches@sourceware.org" Subject: Re: [patchv3] Fix SIGTERM signal safety (PR gdb/15358) References: <20140314183709.GA28050@host2.jankratochvil.net> <20140314184535.GA30853@host2.jankratochvil.net> <21284.44419.745786.47756@ruffy.mtv.corp.google.com> <20140316135334.GA30698@host2.jankratochvil.net> <532EFB6C.2030003@arm.com> <20140323165745.GA23830@host2.jankratochvil.net> In-Reply-To: <20140323165745.GA23830@host2.jankratochvil.net> X-MC-Unique: 114032416330305001 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00579.txt.bz2 Hi Jan, On 03/23/14 16:57, Jan Kratochvil wrote: > On Sun, 23 Mar 2014 16:19:08 +0100, Yufeng Zhang wrote: >> On 03/16/14 13:53, Jan Kratochvil wrote: >>> + gdb_test_no_output "set range-stepping off" "" >>> + gdb_test_no_output "set debug infrun 1" "" >>> + gdb_test_no_output "set debug lin-lwp 1" "" >> >> The test fails on aarch64-none-elf. Should the test only run on >> Linux targets? > > I see that lin-lwp probably does not exist on such GDB. > > That "set debug lin-lwp 1" command even is not needed for the functionali= ty of > this testcase. > > Does this patch fix it on aarch64-none-elf or should it be really disable= d? The patch does fix the failure. Thanks for your help! Thanks, Yufeng