mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
updated.
This commit is contained in:
parent
6bfd40852c
commit
d05969c443
1 changed files with 14 additions and 1 deletions
|
@ -1,9 +1,22 @@
|
|||
2003-11-22 Alain Magloire
|
||||
|
||||
In MISession constructor if the initialization fails shutdown
|
||||
the Tx/RX/Event threads.
|
||||
In MIPlugin if the initialization fails shutdown the pty console.
|
||||
Ditto for GDBDebugger/GDBServerDebugger/CygwinGDBDebugger.
|
||||
|
||||
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/MISession.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/GDBServerDebugger.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java
|
||||
|
||||
2003-11-21 Alain Magloire
|
||||
|
||||
The wrong MIPlugin.createCSession() method was used.
|
||||
Problem noted by Ashish.
|
||||
|
||||
* src/org/eclipse/cdt/debu/mi/core/GDBServerDebugger.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/GDBServerDebugger.java
|
||||
|
||||
2003-11-21 Mikhail Khodjaiants
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue