]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* main.c (main): Accept --annotate=N option and make --fullname
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Apr 1994 19:23:30 +0000 (19:23 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 20 Apr 1994 19:23:30 +0000 (19:23 +0000)
commit6c803036a9c59b13ff6335d8745ffa92a76d86fc
tree6effab0f7212ffd00e566da00adbce287b183fe6
parenta95abbb3ec8fa250776d6724e6d8ed4bac9a66aa
* 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.
gdb/ChangeLog
gdb/blockframe.c
gdb/breakpoint.c
gdb/defs.h
gdb/main.c