* main.c (cd_command): Call dont_repeat.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 24 Apr 1991 00:08:50 +0000 (00:08 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 24 Apr 1991 00:08:50 +0000 (00:08 +0000)
commit9107291db4840152f7ecff059d89f659965be4b2
tree3824f8c25e98ad86b673c35aff0d15f2b961e5e4
parent39a2ce33d7f365907352432bce427ec64b774454
* main.c (cd_command): Call dont_repeat.

* dbxread.c (read_struct_type): If const/volatile character is
missing, don't complain, just continue.

* dbxread.c (read_struct_type): Only try to read the fcontext if
it is there.  Also change "error_type " to "return error_type ".
values.c (value_virtual_fn_field): If there is no fcontext,
then do things the way GDB 3.x did.
valops.c (search_struct_method): Add type to value_virtual_fn_field
arguments.

* dbxread.c (read_struct_type): Fix typo: *pp != '\0' -> **pp != '\0'.
gdb/ChangeLog
gdb/dbxread.c
gdb/main.c