Home
last modified time | relevance | path

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

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