MISC : modify valgrind default option value to prevent malfunction of massif feature 96/24296/1
authorseokgil.kang <seokgil.kang@samsung.com>
Thu, 10 Jul 2014 06:14:10 +0000 (15:14 +0900)
committerseokgil.kang <seokgil.kang@samsung.com>
Thu, 10 Jul 2014 06:14:10 +0000 (15:14 +0900)
(--run-libc-freeres : yes -> no)
references : www.valgrind.org/docs/manual/manual-core.html#manual-core.options

Change-Id: I7539c8cfb6d4eba019bbbab01107cf39233ca3d7
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
org.eclipse.linuxtools.valgrind.launch/src/org/eclipse/linuxtools/valgrind/launch/ValgrindOptionsTab.java
package/changelog
package/pkginfo.manifest

index 82992cf..bacfa9d 100644 (file)
@@ -565,7 +565,7 @@ public class ValgrindOptionsTab extends AbstractLaunchConfigurationTab {
                // timeStampButton.setSelection(configuration.getAttribute(ValgrindLaunchPlugin.ATTR_GENERAL_TIMESTAMP,
                // false));
                runFreeresButton.setSelection(configuration.getAttribute(
-                               LaunchConfigurationConstants.ATTR_GENERAL_FREERES, true));
+                               LaunchConfigurationConstants.ATTR_GENERAL_FREERES, false));
                demangleButton.setSelection(configuration.getAttribute(
                                LaunchConfigurationConstants.ATTR_GENERAL_DEMANGLE, true));
                numCallersSpinner.setSelection(configuration.getAttribute(
@@ -701,7 +701,7 @@ public class ValgrindOptionsTab extends AbstractLaunchConfigurationTab {
                // configuration.setAttribute(ValgrindLaunchPlugin.ATTR_GENERAL_TIMESTAMP,
                // false);
                configuration.setAttribute(
-                               LaunchConfigurationConstants.ATTR_GENERAL_FREERES, true);
+                               LaunchConfigurationConstants.ATTR_GENERAL_FREERES, false);
 
                configuration.setAttribute(
                                LaunchConfigurationConstants.ATTR_GENERAL_DEMANGLE, true);
index 9b40f1c..b81119a 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.23
+- modify valgrind default option value to prevent malfunction of massif feature
+== Seokgil Kang <seokgil.kang@samsung.com> 2014-07-10
 * 2.2.22
 - remove oprofile type at the Profile Configurations dialog
 == Seokgil Kang <seokgil.kang@samsung.com> 2014-06-27
index 5fa1a63..4739b5c 100644 (file)
@@ -1,5 +1,5 @@
 Source:profiler-eplugin
-Version:2.2.22
+Version:2.2.23
 Maintainer:seokgil.kang <seokgil.kang@samsung.com>, Juyoung Kim
 
 Package:profiler-eplugin