Home
last modified time | relevance | path

Searched refs:identify_source_line (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsource.c1147 identify_source_line (struct symtab *s, int line, int mid_statement, in identify_source_line() function
1386 identify_source_line (sal.symtab, sal.line, 0, start_pc); in line_info()
H A Dsymtab.h1303 extern int identify_source_line (struct symtab *, int, int, CORE_ADDR);
H A Dstack.c493 done = identify_source_line (sal.symtab, sal.line, mid_statement, in print_frame_info()
H A DChangeLog-3.x1352 * source.c (identify_source_line): Increase verbosity of fullname
H A DChangeLog-19943249 * source.c (identify_source_line): Use filtered output. Use
3458 * source.c (identify_source_line): If annotation_level > 1,
H A DChangeLog-19934106 * source.c (identify_source_line): Fix off by one bug with line.
4951 (identify_source_line), callers: Take pc as argument, rather than
H A DChangeLog-20013707 appropriate calls to identify_source_line when tui scrolls.