// 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(
// 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);
+* 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