Searched refs:source_flag (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dinfrun.c3311 int source_flag;
3325 source_flag = SRC_LINE; /* finished step, just print source line */
3327 source_flag = SRC_AND_LOC; /* print location and source line */
3330 source_flag = SRC_AND_LOC; /* print location and source line */
3333 source_flag = SRC_LINE;
3336 source_flag = SRC_LINE; /* something bogus */
3345 source_flag = LOC_AND_ADDRESS;
3356 print_stack_frame (deprecated_selected_frame, -1, source_flag);
3305 int source_flag; local

Completed in 51 milliseconds