1
0
Fork 0
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:
Alain Magloire 2003-01-03 20:29:45 +00:00
parent eb75e1b50d
commit 8d67037977

View file

@ -22,6 +22,10 @@ public class CygwinGDBDebugger extends GDBDebugger {
static final CygwinCommandFactory commandFactory =
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(
ILaunchConfiguration config,
IFile exe)