* breakpoint.c (breakpoint_re_set): Select a default source
authorFred Fish <fnf@specifix.com>
Sun, 23 Aug 1992 18:09:19 +0000 (18:09 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 23 Aug 1992 18:09:19 +0000 (18:09 +0000)
commitca8820f938c1f65dbd767cd52a6df212b34f4ca3
treebe52d0f5de9a3c47ae55939e9e62c69006d0cb07
parent42e8b6588e1d5d2bba2b5053cd1cfd7754e233da
* breakpoint.c (breakpoint_re_set):  Select a default source
symtab if one is not currently selected.
* utils.c (query):  Call wrap_here before building the output
query string, to turn off wrapping and flush any buffered output.
Otherwise our query may end up in the wrap buffer and never be
seen by the user.
* eval.c (evaluate_subexp):  Report error when attempting to
evaluate subscript for types without a target type, rather
than dumping core by using the NULL pointer.
* symfile.c (symbol_file_command):  Forget current_source_symtab
and current_source_line when discarding symbol table.
gdb/ChangeLog
gdb/i860-tdep.c
gdb/tm-i860.h