mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Define an initializeLibraries function for Cygwin
This commit is contained in:
parent
eb75e1b50d
commit
8d67037977
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ public class CygwinGDBDebugger extends GDBDebugger {
|
||||||
static final CygwinCommandFactory commandFactory =
|
static final CygwinCommandFactory commandFactory =
|
||||||
new CygwinCommandFactory();
|
new CygwinCommandFactory();
|
||||||
|
|
||||||
|
/* Cygwin does not have any special initialization like solib paths etc.. */
|
||||||
|
protected void initializeLibraries(ILaunchConfiguration config, CSession session) throws CDIException {
|
||||||
|
}
|
||||||
|
|
||||||
public ICDISession createLaunchSession(
|
public ICDISession createLaunchSession(
|
||||||
ILaunchConfiguration config,
|
ILaunchConfiguration config,
|
||||||
IFile exe)
|
IFile exe)
|
||||||
|
|
Loading…
Add table
Reference in a new issue