From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60625 invoked by alias); 16 Oct 2015 09:33:00 -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 60609 invoked by uid 89); 16 Oct 2015 09:32:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM autolearn=ham version=3.3.2 X-HELO: mail-pa0-f49.google.com Received: from Unknown (HELO mail-pa0-f49.google.com) (209.85.220.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 16 Oct 2015 09:30:59 +0000 Received: by padcn9 with SMTP id cn9so1044459pad.2 for ; Fri, 16 Oct 2015 02:30:51 -0700 (PDT) X-Received: by 10.66.219.227 with SMTP id pr3mr15544650pac.33.1444987851045; Fri, 16 Oct 2015 02:30:51 -0700 (PDT) Received: from [127.0.0.1] (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id ja4sm20078260pbb.19.2015.10.16.02.30.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Oct 2015 02:30:50 -0700 (PDT) Subject: Re: [PATCH v2 7/7] Support software breakpoints for ARM linux in GDBServer. To: Pedro Alves , Antoine Tremblay , gdb-patches@sourceware.org References: <1444063455-31558-1-git-send-email-antoine.tremblay@ericsson.com> <1444063455-31558-8-git-send-email-antoine.tremblay@ericsson.com> <561FCF40.1010107@redhat.com> From: Yao Qi Message-ID: <5620C3C7.5050504@gmail.com> Date: Fri, 16 Oct 2015 09:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <561FCF40.1010107@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00275.txt.bz2 On 15/10/15 17:07, Pedro Alves wrote: >> +* Support for software breakpoints on ARM linux was added in GDBServer. > Putting a user hat on, what does this mean? Why is it news worthy? > Supporting software breakpoint on ARM Linux GDBserver isn't user visible, but isn't it a user-visible change that ARM Linux GDBserver supports Z0 packet? -- Yao (齐尧)