VALGRIND : modify the file name that needs to be confirmed during valgrind installation 97/28197/1
authorseokgil.kang <seokgil.kang@samsung.com>
Tue, 30 Sep 2014 06:43:24 +0000 (15:43 +0900)
committerseokgil.kang <seokgil.kang@samsung.com>
Tue, 30 Sep 2014 06:43:24 +0000 (15:43 +0900)
Change-Id: I2130778a6db62086eb3264ac109072893865edba
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java
package/changelog
package/pkginfo.manifest

index 467d45f..95e0ed3 100644 (file)
@@ -126,7 +126,7 @@ public class TizenValgrindLaunchDelegate extends TizenLaunchDelegate {
        protected static final String LAUNCHPAD_SYNCMODE = " __AUL_SDK__ VALGRIND __DLP_VALGRIND_ARG__ ";
        
        private static final String LD_FILE_PATH = "/usr/lib/debug/lib/ld-*.so.debug";
-       private static final String LD_FILE_LINK_PATH = "/usr/lib/debug/lib/ld-linux.so.2.debug";
+       private static final String LD_FILE_LINK_PATH = "/usr/lib/debug/lib/ld-linux.so.*.debug";
        private static final String VALGRIND_EXECUTABLE_PATH = "/valgrind/usr/bin/valgrind";
        private static final String VALGRIND_BINARY_PATH = "/platforms/common/user-demand";
        private static final String MOVE_WORKING_DIR_COMMAND = "cd "
@@ -186,7 +186,7 @@ public class TizenValgrindLaunchDelegate extends TizenLaunchDelegate {
                        return;
                }
                
-               // check for ld-xxx.so.debug file & link file (ld-linux.so.2.debug)
+               // check for ld-xxx.so.debug file & link file (ld-linux.so.x.debug)
                if (!(CommandManager.isExist(LD_FILE_PATH) && CommandManager.isExist(LD_FILE_LINK_PATH))) {
                        monitor.done();
                        ProfileLaunchShortcut.showErrorDialog(
index dc58cfa..1073977 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.27
+- modify the file name that needs to be confirmed during valgrind installation
+== Seokgil Kang <seokgil.kang@samsung.com> 2014-09-30
 * 2.2.26
 - modify build dependency for the kepler upgrade
 == Seokgil Kang <seokgil.kang@samsung.com> 2014-08-29
index 65511be..73cf9a3 100644 (file)
@@ -1,5 +1,5 @@
 Source:profiler-eplugin
-Version:2.2.26
+Version:2.2.27
 Maintainer:seokgil.kang <seokgil.kang@samsung.com>, Juyoung Kim
 
 Package:profiler-eplugin