From f0f38554230a5ef1c6e19ee1d10e664fb2585a4c Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 5 Aug 2011 15:49:32 -0400 Subject: [PATCH] Bug 320277: Cannot view variables of base class in derived class --- .../gdbjtag/core/GDBJtagDSFLaunchConfigurationDelegate.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagDSFLaunchConfigurationDelegate.java b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagDSFLaunchConfigurationDelegate.java index 5b07a137b39..9e9cc09b0ad 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagDSFLaunchConfigurationDelegate.java +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/GDBJtagDSFLaunchConfigurationDelegate.java @@ -43,8 +43,8 @@ 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