* 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.
This commit is contained in:
parent
739324d734
commit
9e8db4456e
5 changed files with 27 additions and 8 deletions
|
@ -219,9 +219,6 @@ query ();
|
|||
/* Annotation stuff. */
|
||||
|
||||
extern int annotation_level; /* in stack.c */
|
||||
|
||||
/* in printcmd.c */
|
||||
extern void print_value_flags PARAMS ((struct type *));
|
||||
|
||||
extern void
|
||||
begin_line PARAMS ((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue