Skip to content
Commit acc6be54 authored by Vegard Nossum's avatar Vegard Nossum
Browse files

x86: add save_stack_trace_bp() for tracing from a specific stack frame



This will help kmemcheck (and possibly other debugging tools) since we
can now simply pass regs->bp to the stack tracer instead of specifying
the number of stack frames to skip, which is unreliable if gcc decides
to inline functions, etc.

Note that this makes the API incomplete for other architectures, but I
expect that those can be updated lazily, e.g. when they need it.

Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
parent 8ebf9756
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment