Common - fix critical launch bug
authorseokgil.kang <seokgil.kang@samsung.com>
Mon, 2 Nov 2015 06:58:22 +0000 (15:58 +0900)
committerseokgil.kang <seokgil.kang@samsung.com>
Mon, 2 Nov 2015 06:58:22 +0000 (15:58 +0900)
commit001305bfe68fd58cd4d9d7c754c21d39253a7ad0
tree757421f21acfe3103054a3bb45b3997b65317cfe
parent2578b2ad3e1dc1bc9d85302aa30a4976e679727b
Common - fix critical launch bug

When the 'Profile with Valgrind' operation failed, the other launch operations also failed, too.
(the other launch operations : Run As, Debug As, Profile with Dynamic-analyzer)

* cause
Wrong exception handling for the problems encountered during the course of the 'User demand installation' of the Valgrind.
(Instead of the installation cancellation code, the installation completion code has been used.)

* solution
Change the exception handling code : the installation completion code --> the installation cancellation code

Change-Id: I7c5ea2fd5f12b4982698f7b1d14f910f43f36b5e
Signed-off-by: seokgil.kang <seokgil.kang@samsung.com>
org.eclipse.linuxtools.valgrind.launch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java
org.eclipse.linuxtools.valgrind.nativelaunch.exe/src/org/eclipse/linuxtools/valgrind/launch/TizenValgrindLaunchDelegate.java