mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
* 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:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user