Files
u-boot/lib
Simon Glass 0cf38dc8c8 backtrace: Add backtrace_str() for condensed backtrace output
Add a new function backtrace_str() that returns a condensed backtrace
string containing function names and line numbers separated by " <-".

For example: "func_a:123 <-func_b:456 <-func_c:789"

This is useful for logging and debugging where a compact representation
of the call stack is needed. The depth is controlled by the new
CONFIG_BACKTRACE_DEPTH option (default 3).

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-10 05:53:03 -07:00
..
2025-05-01 05:56:48 -06:00
2025-05-01 05:56:48 -06:00
2025-11-12 08:40:05 -07:00
2025-09-11 15:19:22 -06:00
2025-02-06 23:49:28 +00:00
2025-06-27 07:50:11 -06:00
2025-02-06 23:49:28 +00:00
2025-03-27 05:31:43 -06:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-05-16 06:14:22 +02:00
2025-05-16 18:17:17 +02:00