HomeFreeBSD

loader.efi: faults could try to print out call trace

Description

loader.efi: faults could try to print out call trace

with grab_faults, we can try to print out the trace of function calls.
Without symbol table, we can not translate addresses to function names,
but even addresses can help to track the bugs.

For loader functions, print out absolute address, so it could be
searched from objdump -d output.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D35433

(cherry picked from commit f4ca0fdbe69db4ab8147406e753d869d77485c2c)

Details

Provenance
tsoomeAuthored on Jun 8 2022, 12:23 PM
impCommitted on Jan 24 2023, 9:49 PM
Reviewer
imp
Differential Revision
D35433: loader.efi: faults could try to print out call trace
Parents
rGa61eb269dec4: stand: Fix inclusion of sys/blake3.h
Branches
Unknown
Tags
Unknown