This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/6640] New: Auto insertion/deletion of watchpoints for heap variables


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]