From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41896 invoked by alias); 2 Apr 2015 12:44:55 -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 41886 invoked by uid 89); 2 Apr 2015 12:44:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f179.google.com Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 02 Apr 2015 12:44:54 +0000 Received: by pddn5 with SMTP id n5so88580588pdd.2 for ; Thu, 02 Apr 2015 05:44:52 -0700 (PDT) X-Received: by 10.68.217.36 with SMTP id ov4mr1867031pbc.152.1427978692355; Thu, 02 Apr 2015 05:44:52 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id n5sm5174800pdn.63.2015.04.02.05.44.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 05:44:51 -0700 (PDT) Message-ID: <551D39BF.60608@gmail.com> Date: Thu, 02 Apr 2015 12:44:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Pedro Alves , Peter Schauer CC: gdb-patches@sourceware.org, Ulrich Weigand Subject: Re: [rfc, spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_init References: <201504012035.t31KZ6xi004942@licht.localdomain> <551D04AC.7000206@redhat.com> In-Reply-To: <551D04AC.7000206@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00102.txt.bz2 On 02/04/15 09:58, Pedro Alves wrote: > If this was OSF/1 specific, then we could > get rid of that too, and then get rid of gdbarch_cannot_step_breakpoint > completely. Anyone have access to Alpha GNU/Linux to try that out? Yes, that is what I want to do too, however, I don't have access to alpha/linux box :( -- Yao (齐尧)