1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-17 18:33:58 +00:00
parent 6f480d7d32
commit 01d8396605

View file

@ -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):