From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2506 invoked by alias); 25 Dec 2006 01:09:21 -0000 Received: (qmail 2498 invoked by uid 22791); 25 Dec 2006 01:09:20 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 25 Dec 2006 01:09:16 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1GyeL3-0006g4-W4; Sun, 24 Dec 2006 20:09:14 -0500 Date: Mon, 25 Dec 2006 01:09:00 -0000 From: Daniel Jacobowitz To: andy wang Cc: gdb@sourceware.org Subject: Re: Stopping Execution When Variables Change Message-ID: <20061225010913.GA25651@nevyn.them.org> Mail-Followup-To: andy wang , gdb@sourceware.org References: <89c3ea2b0612241534o2b25b187v444cf8298f6b3f31@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89c3ea2b0612241534o2b25b187v444cf8298f6b3f31@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00199.txt.bz2 On Sun, Dec 24, 2006 at 06:34:22PM -0500, andy wang wrote: > Hi, All: > > Last question before Xmas :-) I want to find the same function in gdb > as in sun's dbx > > I can't find it in GDB manual so I came here. Thanks in advanced! Search for "watchpoint" in the manual. -- Daniel Jacobowitz CodeSourcery