From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7579 invoked by alias); 26 Mar 2004 14:43:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7539 invoked from network); 26 Mar 2004 14:43:44 -0000 Received: from unknown (HELO tiananmen.koretide.com.cn) (210.22.155.237) by sources.redhat.com with SMTP; 26 Mar 2004 14:43:44 -0000 Received: from kaifeng ([192.168.1.31]) by tiananmen.koretide.com.cn (8.11.6/8.11.6) with ESMTP id i2QEiXv05284; Fri, 26 Mar 2004 22:44:33 +0800 From: =?gb2312?B?u8a/rbfl?= To: "Eli Zaretskii" Cc: Subject: RE: About watchpoint on gdb6.0 Date: Fri, 26 Mar 2004 17:36:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8bit In-Reply-To: <9003-Fri26Mar2004120200+0300-eliz@gnu.org> X-SW-Source: 2004-03/txt/msg00275.txt.bz2 thanks By the way, when will the host (GDB) send z(Z)packedt like z(Z)1, address, len? At present , my stub only can receive Z(z) packet like z(Z) 0, address, len. Regards -----Original Message----- From: gdb-owner@sources.redhat.com [mailto:gdb-owner@sources.redhat.com]On Behalf Of Eli Zaretskii Sent: 2004Äê3ÔÂ26ÈÕ 18:02 To: kaifeng@koretide.com.cn Cc: gdb@sources.redhat.com Subject: Re: About watchpoint on gdb6.0 > From: =?gb2312?B?u8a/rbfl?= > Date: Fri, 26 Mar 2004 15:52:31 +0800 > > Now I want to support watchpoint on my stub running on x86, > what should I do? Read the source code of x86 watchpoint support in i386-nat.c and implement the various macros and functions required for that, I think.