mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
updated.
This commit is contained in:
parent
fab806abb9
commit
b06d6f62f6
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2003-09-25 Alain Magloire
|
||||
|
||||
Fix for PR 43496.
|
||||
In the event of an error we should Process.destroy()
|
||||
after creating the Process.
|
||||
|
||||
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
|
||||
|
||||
2003-11-10 Mikhail Khodjaiants
|
||||
Moving the shared library search paths block to mi UI.
|
||||
* IMILaunchConfigurationConstants.java: added the 'ATTR_DEBUGGER_SOLIB_PATH' attribute.
|
||||
|
@ -6,7 +14,7 @@
|
|||
|
||||
Fix to info shared parsing.
|
||||
|
||||
* src/org/eclipse/cdt/debug/mi/core/outpu/MIInfoSharedLibary.java
|
||||
* src/org/eclipse/cdt/debug/mi/core/output/MIInfoSharedLibary.java
|
||||
|
||||
2003-09-09 Mikhail Khodjaiants
|
||||
Regrouping the launch configuration constants.
|
||||
|
|
Loading…
Add table
Reference in a new issue