1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Use the super's verifyCProject.

This commit is contained in:
Ken Ryall 2010-03-09 05:25:00 +00:00
parent 8314d32e9c
commit 06c10e1f7e

View file

@ -208,7 +208,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
*/ */
protected IPath checkBinaryDetails(final ILaunchConfiguration config) throws CoreException { protected IPath checkBinaryDetails(final ILaunchConfiguration config) throws CoreException {
// First verify we are dealing with a proper project. // First verify we are dealing with a proper project.
ICProject project = LaunchUtils.verifyCProject(config); ICProject project = verifyCProject(config);
// Now verify we know the program to debug. // Now verify we know the program to debug.
IPath exePath = LaunchUtils.verifyProgramPath(config, project); IPath exePath = LaunchUtils.verifyProgramPath(config, project);
// Finally, make sure the program is a proper binary. // Finally, make sure the program is a proper binary.