Lines Matching refs:backtrace
7 # Print a stack backtrace leading to this rule's caller. Each argument
9 # backtrace.
11 rule backtrace ( skip-frames prefix messages * : * )
17 ECHO "warning: backtrace doesn't support skipping $(skip-frames) "
40 # Get the whole backtrace, then drop the initial quadruples
123 backtrace $(skip-frames) "error:" $(messages) : $(2) : $(3) : $(4) : $(5)
139 if --no-error-backtrace in [ modules.peek : ARGV ]
141 .no-error-backtrace = true ;
145 # Print an error message with a stack backtrace and exit.
149 if $(.no-error-backtrace)
179 # Same as 'error', but the generated backtrace will include only user files.
190 # Print a warning message with a stack backtrace and exit.
194 backtrace 2 "warning:" $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) :
224 # Return the file:line for the nearest entry in backtrace which correspond to a