From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24679 invoked by alias); 19 Oct 2006 20:28:19 -0000 Received: (qmail 24671 invoked by uid 22791); 19 Oct 2006 20:28:19 -0000 X-Spam-Check-By: sourceware.org Received: from smtp30.hccnet.nl (HELO smtp30.hccnet.nl) (62.251.0.40) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Oct 2006 20:28:13 +0000 Received: from [192.168.0.151] by smtp30.hccnet.nl via [80.100.236.49] with ESMTP for id k9JKS9ZO026913 (8.13.6/2.05); Thu, 19 Oct 2006 22:28:10 +0200 (MEST) Message-ID: <4537DFD9.2090503@hccnet.nl> Date: Thu, 19 Oct 2006 20:28:00 -0000 From: Erik Leunissen User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: breakpoint for accessing memory location References: <4537DBC6.1030807@hccnet.nl> <20061019201214.GA32332@nevyn.them.org> <4537DEDC.5000008@hccnet.nl> <20061019202510.GA425@nevyn.them.org> In-Reply-To: <20061019202510.GA425@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00147.txt.bz2 Daniel Jacobowitz wrote: > > Almost, but not quite. "0x08135400" is an expression whose value never > changes. But "*(int*)0x08135400" is an expression that will change > when that memory location is written to. > OK, understood. Thanks very much for you prompt help, Erik