Home
last modified time | relevance | path

Searched refs:annotation_level (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dannotate.c34 int annotation_level = 0; variable
65 if (annotation_level == 2 in annotate_breakpoints_invalid()
80 if (annotation_level > 1) in annotate_breakpoint()
87 if (annotation_level > 1) in annotate_catchpoint()
94 if (annotation_level > 1) in annotate_watchpoint()
101 if (annotation_level > 1) in annotate_starting()
108 if (annotation_level > 1) in annotate_stopped()
115 if (annotation_level > 1) in annotate_exited()
125 if (annotation_level > 1) in annotate_signalled()
132 if (annotation_level == 2) in annotate_signal_name()
[all …]
Dannotate.h31 extern int annotation_level;
Devent-top.c504 if (annotation_level >= 2) in top_level_prompt()
646 if (from_tty && annotation_level > 1) in handle_line_of_input()
Dutils.c824 annotation_level > 1 ? "\n\032\032pre-query\n" : "", in defaulted_query()
826 annotation_level > 1 ? "\n\032\032query\n" : ""); in defaulted_query()
878 if (annotation_level > 1) in defaulted_query()
1389 if (annotation_level > 1) in prompt_for_continue()
1395 if (annotation_level > 1) in prompt_for_continue()
1412 if (annotation_level > 1) in prompt_for_continue()
Dtop.c1229 if (from_tty && annotation_level > 1) in command_line_input()
1265 if (from_tty && annotation_level > 1) in command_line_input()
2221 add_setshow_zinteger_cmd ("annotate", class_obscure, &annotation_level, _("\ in init_main()
Dmain.c872 annotation_level = atoi (optarg); in captured_main_1()
900 annotation_level = 1; in captured_main_1()
Dsource.c1586 if (annotation_level > 0 && sals.size () == 1) in info_line_command()
Dstack.c1117 if (annotation_level > 0 in do_print_frame_info()
DChangeLog-19943456 * Rename frame_file_full_name to annotation_level and move it from
3458 * source.c (identify_source_line): If annotation_level > 1,
DChangeLog-20016849 * top.c (init_main): set prompt if annotation_level>1,
6850 this is necessary when annotation_level is set to 2 via
DChangeLog-20199660 (info_line_command): Remove check of annotation_level.
9664 (print_frame_info): Remove check of annotation_level before
DChangeLog-202011114 * source.c (info_line_command): Check annotation_level before
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-201315110 (annotation_level 2): Remove racy FAILs.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git26812 (gdb) FAIL: gdb.base/setshow.exp: test_setshow_annotate: annotation_level 1