1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 11:15:38 +02:00
This commit is contained in:
Alain Magloire 2003-09-26 16:58:36 +00:00
parent 82e8f08353
commit 9da38c042c

View file

@ -1,3 +1,11 @@
2003-09-26 Alain Magloire
Second part of PR 43496.
On the startup of GDB, we have to wait for "(gdb)" prompt
to make sure that gdb is ready to accept command.
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2003-09-25 Alain Magloire
Fix for PR 43496.