aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-05 19:55:17 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-05 19:55:17 +0000
commitd303380bd97689a67e841b0f6bc40e6871610393 (patch)
treefef2c7557a1e0c94b575ef5506f371dc3a63be6d /gdb/mi/ChangeLog
parent9dd5f34f8d4ac79c8e55bb1e5690053cd69e5f51 (diff)
downloadgdb-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/ChangeLog7
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.