* breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 21 Apr 1994 21:19:58 +0000 (21:19 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 21 Apr 1994 21:19:58 +0000 (21:19 +0000)
commit9e8db4456ea7c15cce7a22b4073229d5d22c46b3
tree47c54933398c4dd49727a0e9d92b337ac8c811a2
parent739324d734b99119379711504fc112f3c8013b4a
* 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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/defs.h
gdb/main.c
gdb/printcmd.c