* main.c (baud_rate): Add FIXME comment about printing -1 value.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 28 Jan 1994 02:18:39 +0000 (02:18 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 28 Jan 1994 02:18:39 +0000 (02:18 +0000)
commit9c41f6a6804548bc0c0a00968459a452bb2a0ff4
tree0851feda3649c9e9197e78eb66fabbcbf4e7b6b5
parent81f6013aa2448ca035e72d1b6343c87ffd488f0f
* main.c (baud_rate): Add FIXME comment about printing -1 value.

* remote-utils.c (usage): Fix message to be accurate and conform
more closely to normal conventions.

* remote-utils.c (gr_files_info): Have the exec_bfd test control
whether to show information about exec_bfd, and not control whether
to show information about device and speed.

* remote-utils.c (gr_open): If sr_get_device returns NULL, give
usage message, don't dump core.

* remote-bug.c (bug_write_memory): Use alloca, not GCC extension
for variable size array.
(bug_fetch_register, bug_store_register): Rename "value" to
"fpreg_buf" because some compilers don't like variables whose
names are the same as types.
(bug_store_register): Use a cast when converting char * to
unsigned char *.
gdb/ChangeLog
gdb/main.c
gdb/remote-bug.c
gdb/remote-utils.c
This page took 0.024435 seconds and 4 git commands to generate.