From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17945 invoked by alias); 20 Oct 2006 17:39:54 -0000 Received: (qmail 17937 invoked by uid 22791); 20 Oct 2006 17:39:54 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 20 Oct 2006 17:39:49 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-33-81.inter.net.il [80.230.33.81]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ATR00700 (AUTH halo1); Fri, 20 Oct 2006 18:39:23 +0200 (IST) Date: Fri, 20 Oct 2006 17:39:00 -0000 Message-Id: From: Eli Zaretskii To: Erik Leunissen CC: gdb@sourceware.org In-reply-to: <4538FF9D.9070803@hccnet.nl> (message from Erik Leunissen on Fri, 20 Oct 2006 18:55:57 +0200) Subject: Re: breakpoint for accessing memory location Reply-to: Eli Zaretskii References: <4537DBC6.1030807@hccnet.nl> <20061019201214.GA32332@nevyn.them.org> <4537DEDC.5000008@hccnet.nl> <4538FF9D.9070803@hccnet.nl> 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/msg00161.txt.bz2 > Date: Fri, 20 Oct 2006 18:55:57 +0200 > From: Erik Leunissen > > "expr" can mean a lot of different things, but programmers that are new > to debugging, or new to gdb will not have much idea about useful > interpretations of that term. If no words are spent on an explanation of > the power of this single word then users may get lost. Thanks, I will add some explanation to clear this up.