diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-05 19:55:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-05 19:55:17 +0000 |
commit | d303380bd97689a67e841b0f6bc40e6871610393 (patch) | |
tree | fef2c7557a1e0c94b575ef5506f371dc3a63be6d /gdb/mi/ChangeLog | |
parent | 9dd5f34f8d4ac79c8e55bb1e5690053cd69e5f51 (diff) | |
download | gdb-d303380bd97689a67e841b0f6bc40e6871610393.zip gdb-d303380bd97689a67e841b0f6bc40e6871610393.tar.gz gdb-d303380bd97689a67e841b0f6bc40e6871610393.tar.bz2 |
2003-08-05 Andrew Cagney <cagney@redhat.com>
* mi-cmd-env.c (env_execute_cli_command): Use an explicit "%s %s"
when constructing the run command.
(mi_cmd_env_cd, mi_cmd_env_path, mi_cmd_env_dir): Simplify command
string removing the "%s".
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index a9a09d1..512d971 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,10 @@ +2003-08-05 Andrew Cagney <cagney@redhat.com> + + * mi-cmd-env.c (env_execute_cli_command): Use an explicit "%s %s" + when constructing the run command. + (mi_cmd_env_cd, mi_cmd_env_path, mi_cmd_env_dir): Simplify command + string removing the "%s". + 2003-08-04 Andrew Cagney <cagney@redhat.com> * mi-cmds.h (struct mi_cli): Define. |