1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +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
PR 49148
Set environment variable value to give the program.
Arguments are VAR VALUE where VAR is variable name and VALUE is value.
VALUES of environment variables are uninterpreted strings.
@ -9,7 +11,6 @@
* src/org/eclipse/cdt/debug/mi/core/command/MIGDBSetEnvironment.java
* src/org/eclipse/cdt/debug/mi/core/cdi/RuntimeOptions.java
* src/org/eclipse/cdt/debug/mi/core/CommandFactory.java
2003-12-17 Mikhail Khodjaiants