mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +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
|
2003-11-10 Mikhail Khodjaiants
|
||||||
Moving the shared library search paths block to mi UI.
|
Moving the shared library search paths block to mi UI.
|
||||||
* IMILaunchConfigurationConstants.java: added the 'ATTR_DEBUGGER_SOLIB_PATH' attribute.
|
* IMILaunchConfigurationConstants.java: added the 'ATTR_DEBUGGER_SOLIB_PATH' attribute.
|
||||||
|
@ -6,7 +14,7 @@
|
||||||
|
|
||||||
Fix to info shared parsing.
|
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
|
2003-09-09 Mikhail Khodjaiants
|
||||||
Regrouping the launch configuration constants.
|
Regrouping the launch configuration constants.
|
||||||
|
|
Loading…
Add table
Reference in a new issue