Home
last modified time | relevance | path

Searched refs:SRC_LINE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDframe.h602 SRC_LINE = -1, enumerator
HDstack.c164 int center = (print_what == SRC_LINE || print_what == SRC_AND_LOC); in print_stack_frame()
849 source_print = (print_what == SRC_LINE || print_what == SRC_AND_LOC); in print_frame_info()
862 int mid_statement = ((print_what == SRC_LINE) in print_frame_info()
HDthread.c1065 print_stack_frame (get_selected_frame (NULL), 1, SRC_LINE); in restore_selected_frame()
HDinfrun.c6067 source_flag = SRC_LINE; /* Finished step, just in normal_stop()
6078 source_flag = SRC_LINE; in normal_stop()
6081 source_flag = SRC_LINE; /* something bogus */ in normal_stop()
HDtracepoint.c2384 print_what = SRC_LINE; in tfind_1()