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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstack.c489 int mid_statement = (source == SRC_LINE) && (get_frame_pc (fi) != sal.pc);
492 done = identify_source_line (sal.symtab, sal.line, mid_statement,
508 if (addressprint && mid_statement)
488 int mid_statement = (source == SRC_LINE) && (get_frame_pc (fi) != sal.pc); local
H A Dsource.c1084 identify_source_line (struct symtab *s, int line, int mid_statement,
1095 mid_statement, pc);
1079 identify_source_line(struct symtab *s, int line, int mid_statement, CORE_ADDR pc) argument

Completed in 53 milliseconds