Lines Matching defs:line
576 first_line_not_before(int *lines, int len, int line)
580 if (lines[i] < result && lines[i] >= line) {
627 * order to jump to a given line of code, subject to some restrictions. Most
629 * state of the stack (obvious because you could remove the line and the code
657 * setting the line number of a frame.
666 "can only jump from a 'line' trace event");
681 "can only jump from a 'line' trace event");
692 /* Fail if the line falls outside the code block and
693 select first line with actual code. */
710 "line %d comes before the current code block",
726 "line %d comes after the current code block",
742 const char *msg = "cannot find bytecode for specified line";
958 "<frame at %p, file %R, line %d, code %S>",