|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
| void | coredump (unsigned int reason, const z_arch_esf_t *esf, struct k_thread *thread) |
| Perform coredump. More... | |
| void | coredump_memory_dump (uintptr_t start_addr, uintptr_t end_addr) |
| Dump memory region. More... | |
| void | coredump_buffer_output (uint8_t *buf, size_t buflen) |
| Output the buffer via coredump. More... | |
| int | coredump_query (enum coredump_query_id query_id, void *arg) |
| Perform query on coredump subsystem. More... | |
| int | coredump_cmd (enum coredump_cmd_id query_id, void *arg) |
| Perform command on coredump subsystem. More... | |
| enum coredump_cmd_id |
| enum coredump_query_id |