aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-hms.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-08-02 23:54:27 +0000
committerK. Richard Pixley <rich@cygnus>1993-08-02 23:54:27 +0000
commit5905161c085c24499c9d87986777c894c8777d66 (patch)
tree8ae2710ef88692e5cc08c0c6c4f31c8807588675 /gdb/remote-hms.c
parentb5ed6e32c291b0acee4a13dec390f2d1b8e6c76a (diff)
downloadgdb-5905161c085c24499c9d87986777c894c8777d66.zip
gdb-5905161c085c24499c9d87986777c894c8777d66.tar.gz
gdb-5905161c085c24499c9d87986777c894c8777d66.tar.bz2
* remote-monitor.c: updated copyright.
(bug_ops, monitor_desc): now static. (monitor_desc): in several places, check and/or set to NULL. * remote-hms.c (hms_files_info): Add the appropriate items where missing in the printf call. * remote-bug.c: new file for m88k bug support. * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r--gdb/remote-hms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c
index 92cab9a..22d6c2b 100644
--- a/gdb/remote-hms.c
+++ b/gdb/remote-hms.c
@@ -1110,7 +1110,7 @@ hms_files_info ()
#ifdef __GO32__
printf_filtered ("\tAttached to DOS asynctsr and running program %s\n", file);
#else
- printf_filtered ("\tAttached to %s at %d baud and running program %s\n", file);
+ printf_filtered ("\tAttached to %s at %d baud and running program %s\n", dev_name, baudrate, file);
#endif
printf_filtered ("\ton an H8/300 processor.\n");
}