mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 320277: Cannot view variables of base class in derived class
This commit is contained in:
parent
db62a47f3e
commit
f0f3855423
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue