|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Functions | |
| void | arch_coredump_info_dump (const struct arch_esf *esf) |
| Architecture-specific handling during coredump. | |
| uint16_t | arch_coredump_tgt_code_get (void) |
| Get the target code specified by the architecture. | |
| void | arch_coredump_priv_stack_dump (struct k_thread *thread) |
| Architecture-specific handling of dumping privileged stack. | |
| void arch_coredump_info_dump | ( | const struct arch_esf * | esf | ) |
#include <kernel/include/kernel_arch_interface.h>
Architecture-specific handling during coredump.
This dumps architecture-specific information during coredump.
| esf | Exception Stack Frame (arch-specific) |
| void arch_coredump_priv_stack_dump | ( | struct k_thread * | thread | ) |
#include <kernel/include/kernel_arch_interface.h>
Architecture-specific handling of dumping privileged stack.
This dumps the architecture-specific privileged stack during coredump.
| thread | Pointer to thread object |
| uint16_t arch_coredump_tgt_code_get | ( | void | ) |
#include <kernel/include/kernel_arch_interface.h>
Get the target code specified by the architecture.