diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-21 21:19:58 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-04-21 21:19:58 +0000 |
commit | 9e8db4456ea7c15cce7a22b4073229d5d22c46b3 (patch) | |
tree | 47c54933398c4dd49727a0e9d92b337ac8c811a2 /gdb/ChangeLog | |
parent | 739324d734b99119379711504fc112f3c8013b4a (diff) | |
download | gdb-9e8db4456ea7c15cce7a22b4073229d5d22c46b3.zip gdb-9e8db4456ea7c15cce7a22b4073229d5d22c46b3.tar.gz gdb-9e8db4456ea7c15cce7a22b4073229d5d22c46b3.tar.bz2 |
* breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for
target null pointer.
* blockframe.c (find_frame_addr_in_frame_chain): Likewise.
* printcmd.c (output_command): Annotate things we print here too.
* Move declaration of print_value_flags from defs.h to value.h.
* main.c (command_line_input): Call wrap_here as well as gdb_flush.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4dd055..02b8fd2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Thu Apr 21 07:45:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for + target null pointer. + * blockframe.c (find_frame_addr_in_frame_chain): Likewise. + + * printcmd.c (output_command): Annotate things we print here too. + * Move declaration of print_value_flags from defs.h to value.h. + * main.c (command_line_input): Call wrap_here as well as gdb_flush. + Thu Apr 21 09:29:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * dbxread.c (read_dbx_dynamic_symtab): Reinstall support for sun3, |