diff options
author | Fred Fish <fnf@specifix.com> | 1992-08-23 18:09:19 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-08-23 18:09:19 +0000 |
commit | ca8820f938c1f65dbd767cd52a6df212b34f4ca3 (patch) | |
tree | be52d0f5de9a3c47ae55939e9e62c69006d0cb07 /gdb/tm-i860.h | |
parent | 42e8b6588e1d5d2bba2b5053cd1cfd7754e233da (diff) | |
download | gdb-ca8820f938c1f65dbd767cd52a6df212b34f4ca3.zip gdb-ca8820f938c1f65dbd767cd52a6df212b34f4ca3.tar.gz gdb-ca8820f938c1f65dbd767cd52a6df212b34f4ca3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/tm-i860.h')
-rw-r--r-- | gdb/tm-i860.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tm-i860.h b/gdb/tm-i860.h index 777ba1d..b26e205 100644 --- a/gdb/tm-i860.h +++ b/gdb/tm-i860.h @@ -470,4 +470,5 @@ i860 takes them in registers */ /* used to indicate that the misc function vector has size information about misc functions -- currently true for elf format only -- mlf */ #define MISC_FUNCTIONS_HAS_SIZE -#define GET_BASEREG_VALUE(frame,basereg) get_saved_basereg(frame, basereg); +#define FRAME_GET_BASEREG_VALUE(frame,basereg) get_saved_basereg(frame, basereg); + |