mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 318304: Allow for better overriding of the class.
This commit is contained in:
parent
ce299af047
commit
2c6f81a72d
1 changed files with 5 additions and 2 deletions
|
@ -72,7 +72,7 @@ import org.osgi.framework.BundleContext;
|
|||
*/
|
||||
public class GDBBackend extends AbstractDsfService implements IGDBBackend {
|
||||
|
||||
private ILaunchConfiguration fLaunchConfiguration;
|
||||
private final ILaunchConfiguration fLaunchConfiguration;
|
||||
|
||||
/*
|
||||
* Parameters for launching GDB.
|
||||
|
@ -168,7 +168,10 @@ public class GDBBackend extends AbstractDsfService implements IGDBBackend {
|
|||
}
|
||||
|
||||
|
||||
private IPath getGDBPath() {
|
||||
/**
|
||||
* @since 3.1
|
||||
*/
|
||||
protected IPath getGDBPath() {
|
||||
return LaunchUtils.getGDBPath(fLaunchConfiguration);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue