From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6291 invoked by alias); 22 Oct 2006 09:19:31 -0000 Received: (qmail 6283 invoked by uid 22791); 22 Oct 2006 09:19:31 -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; Sun, 22 Oct 2006 09:19:29 +0000 Received: from [192.168.0.151] by smtp30.hccnet.nl via [80.100.236.49] with ESMTP id k9M9JOFZ011487 (8.13.6/2.05); Sun, 22 Oct 2006 11:19:25 +0200 (MEST) Message-ID: <453B379C.40805@hccnet.nl> Date: Sun, 22 Oct 2006 09:19:00 -0000 From: Erik Leunissen User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: gdb@sourceware.org CC: Eli Zaretskii Subject: Re: breakpoint for accessing memory location References: <4537DBC6.1030807@hccnet.nl> <20061019201214.GA32332@nevyn.them.org> <4537DEDC.5000008@hccnet.nl> <4538FF9D.9070803@hccnet.nl> <453A9EE4.1070800@hccnet.nl> <453B35A8.30403@hccnet.nl> In-Reply-To: <453B35A8.30403@hccnet.nl> 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/msg00191.txt.bz2 Erik Leunissen wrote: > > Interactive Tcl example (I guess Python and Perl show similar behaviour): > > % set variableName 34 > 34 > % puts $variableName > 34 > % puts variableName > variableName > A better example is: % set varName thisVar thisVar % set thisVar 34 34 % set $varName 34