------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=143390 Summary: GDB: Please add Frontend support for all three sorts of memory watch point Product: kdevelop Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: Achim.Spangler mnet-online de Version: 3.4-SVN tree (using KDE KDE 3.5.6) Installed from: Ubuntu Packages Compiler: gcc 4.1.2 OS: Linux GDB supports the following memory watch types (at least if hardware allows this): a) break on WRITE access b) break on READ access c) break on any of WRITE _or_ READ access Currently the watch windows seems only to support a). The other watch types would be very fine. Thanks for good work, Achim