Home | History | Annotate | Download | only in gdb

Lines Matching defs:funfirstline

157   /* The 'funfirstline' value that was passed in to decode_line_1 or
159 int funfirstline;
374 int funfirstline, struct symbol *sym);
2157 if (self->funfirstline)
2216 if (symbol_to_sal (&sal, state->funfirstline, sym.symbol)
2245 if (state->funfirstline
2281 if (symbol_to_sal (&sal, state->funfirstline, sym.symbol)
2457 If the argument FUNFIRSTLINE is nonzero, we want the first line
2683 self->funfirstline = (flags & DECODE_LINE_FUNFIRSTLINE) ? 1 : 0;
4165 sal = find_function_start_sal (func_addr, NULL, self->funfirstline);
4382 int funfirstline, struct symbol *sym)
4386 *result = find_function_start_sal (sym, funfirstline);
4402 else if (funfirstline)