From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 533 invoked by alias); 22 Jul 2013 01:11:54 -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 524 invoked by uid 89); 22 Jul 2013 01:11:53 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 01:11:53 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1V14fB-0003sE-MK from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sun, 21 Jul 2013 18:11:45 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 21 Jul 2013 18:11:45 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.2.247.3; Sun, 21 Jul 2013 18:11:44 -0700 Message-ID: <51EC869F.9090706@codesourcery.com> Date: Mon, 22 Jul 2013 01:11:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH v2 0/5] mips hardware watchpoint support in gdbserver References: <1369881867-11372-1-git-send-email-yao@codesourcery.com> <1372475427-24862-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1372475427-24862-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00478.txt.bz2 On 06/29/2013 11:10 AM, Yao Qi wrote: > Here is the V2 of this patch series which is to post Jie and Dan's work > to support mips hardware watchpoint in gdbserver. There are several > changes compared with V1: > > - Keep these watchpoint-related structures as the fall back when > PTRACE_GET_WATCH_REGS is not defined. > - Re-org the patch series as Maciej suggested, split the function > renaming patch out of the function moving patch. > - Share 'enum target_hw_bp_type' in GDB and GDBserver, so that a new > file common/break-common.h is created. > - Some typos and code format issues are fixed. > - Rename 'debug register' to 'watch register' in comments and code. > > Patch 1/5 is to share 'enum target_hw_bp_type' and patch 2/5 is to > include asm/ptrace.h in mips-linux-nat.c, but keep watchpoint related > structures as a fall back. Patch 3/5 is to refactor mips-linux-nat.c, > rename functions and update comments, etc. Patch 4/5 is to move mips h/w > wathcpoint stuff to common, and Patch 5/5 is to support h/w watchpoint > in gdbserver for MIPS. > > The whole series is tested on a MIPS board with only one hardware > watchpoint register. I pick this patch up during the test, because > it fixes an internal error, so this patch series depend on it. > > [RFC] Catch exception after stepped over watchpoint. > http://sourceware.org/ml/gdb-patches/2013-06/msg00866.html Ping. http://sourceware.org/ml/gdb-patches/2013-06/msg00927.html -- Yao (齐尧)