From 01d839660585083f4cddbb06c21080e3d0a2a74b Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 17 Jan 2003 18:33:58 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 66cd1b9a5f3..7cb8c5b3c18 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,17 @@ +2003-01-17 Alain Magloire + + The problem here is that we do not knw the state of + the session, for example "target remote server:port" + was issue, in this case the state is suspended. + We try to guess by posting a "info remote-process" + and set suspended when no error. + + * src/.../mi/core/MIPlugin.java (createCSession): + Try "info remote-process" to guess the state. + Remove the "new-console" call to windows specific files. + * src/.../mi/core/CygwinGDBDebugger.java(createLaunchSession): + call "set new-console" for windows plaforms. + 2003-01-16 Alain Magloire * src/.../mi/core/cdi/SharedLibary.java (setMIShared):