Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Architecture-specific core dump APIs

Functions

void arch_coredump_info_dump (const z_arch_esf_t *esf)
 Architecture-specific handling during coredump.
 
uint16_t arch_coredump_tgt_code_get (void)
 Get the target code specified by the architecture.
 

Detailed Description

Function Documentation

◆ arch_coredump_info_dump()

void arch_coredump_info_dump ( const z_arch_esf_t *  esf)

#include </home/runner/_work/zephyr/zephyr/kernel/include/kernel_arch_interface.h>

Architecture-specific handling during coredump.

This dumps architecture-specific information during coredump.

Parameters
esfException Stack Frame (arch-specific)

◆ arch_coredump_tgt_code_get()

uint16_t arch_coredump_tgt_code_get ( void  )

#include </home/runner/_work/zephyr/zephyr/kernel/include/kernel_arch_interface.h>

Get the target code specified by the architecture.