Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/libc/
A Dassert.c24 backtrace("assert"); in __assert()
31 backtrace("assert"); in __assert()
/arm-trusted-firmware-2.8.0/include/common/
A Ddebug.h97 void backtrace(const char *cookie);
99 #define backtrace(x) macro
106 backtrace(__func__); \
/arm-trusted-firmware-2.8.0/common/backtrace/
A Dbacktrace.mk18 BL_COMMON_SOURCES += common/backtrace/backtrace.c
A Dbacktrace.c251 void backtrace(const char *cookie) in backtrace() function
263 unwind_stack(fr, (uintptr_t)&backtrace, return_address); in backtrace()
/arm-trusted-firmware-2.8.0/
A DMakefile491 include common/backtrace/backtrace.mk
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst248 - ``ENABLE_BACKTRACE``: This option controls whether to enable backtrace
251 are defined by the implementation. This implementation of backtrace only
A Dporting-guide.rst3228 be recovered from. This function in turn prints backtrace (if enabled) and calls
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md871 …- backtrace stack unwind misses lr adjustment ([a149eb4](https://review.trustedfirmware.org/plugin…
872 …- decouple "get_el_str()" from backtrace ([0ae4a3a](https://review.trustedfirmware.org/plugins/git…
4585 - backtrace: Strip PAC field when PAUTH is enabled
5242 - This function displays the backtrace, the current EL and security state to
5245 - Print backtrace in assert() and panic() to the console.
5631 which enables debuggers to display the backtrace of functions that triggered a

Completed in 23 milliseconds