From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24669 invoked by alias); 12 Jun 2008 15:24:19 -0000 Received: (qmail 24354 invoked by uid 48); 12 Jun 2008 15:23:37 -0000 Date: Thu, 12 Jun 2008 15:24:00 -0000 From: "tthomas at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080612152337.6640.tthomas@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/6640] New: Auto insertion/deletion of watchpoints for heap variables X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00326.txt.bz2 List-Id: These are variables dynamically created/deleted using new/delete operators in C++ and malloc/free in C. For C++, they can be watched by inserting watchpoints at the object's constructor call (which new calls) and disabled at destructor call (which delete calls). For C, ? -- Summary: Auto insertion/deletion of watchpoints for heap variables Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: tthomas at redhat dot com OtherBugsDependingO 1625,6622 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=6640 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.