From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82387 invoked by alias); 15 Sep 2015 14:08:10 -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 82372 invoked by uid 89); 15 Sep 2015 14:08:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 15 Sep 2015 14:07:59 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id B3.72.32596.F77C7F55; Tue, 15 Sep 2015 09:23:43 +0200 (CEST) Received: from [142.133.110.95] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.80) with Microsoft SMTP Server id 14.3.248.2; Tue, 15 Sep 2015 10:07:56 -0400 Subject: Re: [PATCH 0/7] Support tracepoints and software breakpoints on ARM aarch32-linux in GDBServer. To: Yao Qi References: <1441973603-15247-1-git-send-email-antoine.tremblay@ericsson.com> <867fnt5lz4.fsf@gmail.com> <55F6CA63.5000001@ericsson.com> <86bnd33ho3.fsf@gmail.com> CC: From: Antoine Tremblay Message-ID: <55F8263C.8030100@ericsson.com> Date: Tue, 15 Sep 2015 14:08: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: <86bnd33ho3.fsf@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00328.txt.bz2 On 09/15/2015 10:01 AM, Yao Qi wrote: > Antoine Tremblay writes: > >> Yes I could separate the two, my main reason to go with them both was >> that I could not test the breakpoints if I did not have software >> single step. >> >> I'll separate them. > > Thanks. > >> >>>> >>>> This patchset teaches this to GDBServer and enables support for >>>> tracepoints and >>>> software breakpoints. >>> >>> Support tracepoint on ARM (with software single step in GDBserver side) >>> can be the third part. >> >> This is already a separate patch, namely 7/7. >> > > Patch 7/7 does more than supporting tracepoint. Tracepoint support > should be done in one patch, and this patch is only about tracepoint support. > Right I can separate the software breakpoint. >> Did you meant to create a patchset for it ? >> >> I guess I could separate the patch in maybe 2 or 3 but isn't it better >> to keep it inside the patchset otherwise we will have to sync 3 >> patchsets versions since they depend on each other ? > > How about starting from software breakpoint on ARM-linux GDBserver? It > doesn't depends on tracepoints. After this patch set is reviewed and > committed, you can post tracepoint patch set. > Alright that can be done.