From owner-freebsd-hackers Tue Nov 6 15:32:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id CCA9337B417 for ; Tue, 6 Nov 2001 15:32:28 -0800 (PST) Received: from onyx (onyx.cs.binghamton.edu [128.226.140.171]) by bingnet2.cc.binghamton.edu (8.11.6/8.11.6) with ESMTP id fA6NWQv01539 for ; Tue, 6 Nov 2001 18:32:26 -0500 (EST) Date: Tue, 6 Nov 2001 18:31:09 -0500 (EST) From: Zhihui Zhang X-Sender: zzhang@onyx To: freebsd-hackers@freebsd.org Subject: kernel remote debugging help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am remote debugging a KLD and I want to trace down the point when the data in a certain memory address is modified. How to do this? Does the hardware watchpoint work over remote debugging? If the address is 0xabcd1234, how to use the watch command? (gdb) watch 0xabcd1234 or (gdb) watch * 0xabcd1234 Thanks! -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message