Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-10-12 21:48:48 +0000
committerJeff Johnston2011-10-17 16:44:14 +0000
commit450702e405201b6c07438d67f574e8d9bff07971 (patch)
tree570066991fb3d68d7f1ed7e49f5e1b593e76bc21 /valgrind
parent3347de8ee55b68c4ff86fdcfeb61ddbb5cd74775 (diff)
downloadorg.eclipse.linuxtools-450702e405201b6c07438d67f574e8d9bff07971.tar.gz
org.eclipse.linuxtools-450702e405201b6c07438d67f574e8d9bff07971.tar.xz
org.eclipse.linuxtools-450702e405201b6c07438d67f574e8d9bff07971.zip
Update ChangeLog for Valgrind launch plug-in
Bug #360085 - apply Martin Oberhuber's patch and add remove marker capability. * plugin.xml: Add clear markers command button in Valgrind view. * plugin.properties: New messages for clear markers command. * src/org/eclipse/linuxtools/internal/valgrind/launch/ClearMarkersHandler.java: New file. * src/org/eclipse/linuxtools/internal/valgrind/launch/ValgrindLaunchConfigurationDelegate.java (finalLaunchCheck): Clear markers on new launch.
Diffstat (limited to 'valgrind')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.launch/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.launch/ChangeLog b/valgrind/org.eclipse.linuxtools.valgrind.launch/ChangeLog
index eea9af5172..4ff3821b4b 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.launch/ChangeLog
+++ b/valgrind/org.eclipse.linuxtools.valgrind.launch/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-12 Jeff Johnston <jjohnstn@redhat.com>
+
+ Bug #360085 - apply Martin Oberhuber's patch and add remove marker capability.
+
+ * plugin.xml: Add clear markers command button in Valgrind view.
+ * plugin.properties: New messages for clear markers command.
+ * src/org/eclipse/linuxtools/internal/valgrind/launch/ClearMarkersHandler.java: New file.
+ * src/org/eclipse/linuxtools/internal/valgrind/launch/ValgrindLaunchConfigurationDelegate.java (finalLaunchCheck): Clear
+ markers on new launch.
+
2011-09-08 Jeff Johnston <jjohnstn@redhat.com>
Bug #354342

Back to the top