1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 320277: Cannot view variables of base class in derived class

This commit is contained in:
Marc Khouzam 2011-08-05 15:49:32 -04:00
parent db62a47f3e
commit f0f3855423

View file

@ -44,7 +44,7 @@ import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
@ThreadSafe
public class GDBJtagDSFLaunchConfigurationDelegate extends GdbLaunchDelegate {
protected IDsfDebugServicesFactory newServiceFactory(String version) {
protected IDsfDebugServicesFactory newServiceFactory(ILaunchConfiguration config, String version) {
if (version.contains(LaunchUtils.MACOS_GDB_MARKER)) {
// The version string at this point should look like
// 6.3.50-20050815APPLE1346, we extract the gdb version and apple version