Searched refs:source_flag (Results 1 – 3 of 3) sorted by relevance
2977 int source_flag; in normal_stop() local2991 source_flag = SRC_LINE; /* finished step, just print source line */ in normal_stop()2993 source_flag = SRC_AND_LOC; /* print location and source line */ in normal_stop()2996 source_flag = SRC_AND_LOC; /* print location and source line */ in normal_stop()2999 source_flag = SRC_LINE; in normal_stop()3002 source_flag = SRC_LINE; /* something bogus */ in normal_stop()3011 source_flag = LOC_AND_ADDRESS; in normal_stop()3022 print_stack_frame (get_selected_frame (), 0, source_flag); in normal_stop()
8011 source_flag to be passed to show_and_print_stack_frame().
7449 * infrun.c (normal_stop): Always initialize source_flag.