From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22225 invoked by alias); 25 Dec 2006 03:37:19 -0000 Received: (qmail 22177 invoked by uid 22791); 25 Dec 2006 03:37:18 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Dec 2006 03:37:13 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 2352E48D031; Sun, 24 Dec 2006 22:37:11 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24656-01-2; Sun, 24 Dec 2006 22:37:10 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-57-168.w80-8.abo.wanadoo.fr [80.8.154.168]) by nile.gnat.com (Postfix) with ESMTP id 91EFD48D02E; Sun, 24 Dec 2006 22:37:10 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 04C7534C099; Mon, 25 Dec 2006 07:37:57 +0400 (RET) Date: Mon, 25 Dec 2006 03:37:00 -0000 From: Joel Brobecker To: andy wang Cc: gdb@sourceware.org Subject: Re: Stopping Execution When Variables Change Message-ID: <20061225033757.GM27642@adacore.com> 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.4.2.2i 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/msg00200.txt.bz2 > Stopping Execution When Variables Change You didn't look very hard! What you're looking for is the "watch" command. -- Joel