1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 19:43:27 +02:00
This commit is contained in:
Alain Magloire 2003-12-18 23:38:06 +00:00
parent d9141a8a93
commit 4123b94c18

View file

@ -1,4 +1,6 @@
2003-12-18 Alain Magloire 2003-12-18 Alain Magloire
PR 49148
Set environment variable value to give the program. Set environment variable value to give the program.
Arguments are VAR VALUE where VAR is variable name and VALUE is value. Arguments are VAR VALUE where VAR is variable name and VALUE is value.
VALUES of environment variables are uninterpreted strings. VALUES of environment variables are uninterpreted strings.
@ -10,7 +12,6 @@
* src/org/eclipse/cdt/debug/mi/core/cdi/RuntimeOptions.java * src/org/eclipse/cdt/debug/mi/core/cdi/RuntimeOptions.java
* src/org/eclipse/cdt/debug/mi/core/CommandFactory.java * src/org/eclipse/cdt/debug/mi/core/CommandFactory.java
2003-12-17 Mikhail Khodjaiants 2003-12-17 Mikhail Khodjaiants
Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option. Fix for bug 49061: Different values are used as default for the "Load shared library symbols automatically" option.