From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25631 invoked by alias); 20 Jun 2007 09:42:48 -0000 Received: (qmail 25622 invoked by uid 22791); 20 Jun 2007 09:42:47 -0000 X-Spam-Check-By: sourceware.org Received: from cg-01.tenbit.pl (HELO tenbit.pl) (213.180.131.136) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Jun 2007 09:42:45 +0000 Received: from [157.25.157.162] (account paulino90 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 55393356 for gdb@sourceware.org; Wed, 20 Jun 2007 11:42:25 +0200 From: Pawel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18040.63313.819789.233867@localhost.localdomain> Date: Wed, 20 Jun 2007 09:42:00 -0000 To: gdb mailing list Subject: gdb: debugging memory location changes. X-MAILER: KMail/1.7.1 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: 2007-06/txt/msg00167.txt.bz2 Hallo Group Members. I have the following problem. I am debugging large code I am not familiar with. I noticed that memory location, for example funnyObject.field, changes somewhere in the code and I do not know where, thus I do not know where to set the breakpoint. Can gdb find such places in the code for me? Regards, Pawel