* main.c (main): Accept --annotate=N option and make --fullname

the same as --annotate=1.
	(command_line_input): Print annotatation before and after prompt.
	* blockframe.c (flush_cached_frames): Print annotation.
	* Rename frame_file_full_name to annotation_level and move it from
	symtab.h to defs.h.
	* source.c (identify_source_line): If annotation_level > 1,
	change output format.
	* breakpoint.c: Print annotation whenever a breakpoint changes.
	* main.c: New variable server_command.
	(command_line_input): Parse "server " and set server_command.
	(dont_repeat): Check server_command.
This commit is contained in:
Jim Kingdon
1994-04-20 19:23:30 +00:00
parent a95abbb3ec
commit 6c803036a9
5 changed files with 101 additions and 13 deletions

View File

@ -215,7 +215,9 @@ myread PARAMS ((int, char *, int));
extern int
query ();
extern int annotation_level; /* in stack.c */
extern void
begin_line PARAMS ((void));