change(coredump): include coredump own stack into coredump file

This commit is contained in:
Erhan Kurubas
2024-12-17 11:42:58 +03:00
parent 81affe2c09
commit 854acfca27
3 changed files with 1 additions and 100 deletions

View File

@@ -136,12 +136,6 @@ esp_err_t esp_core_dump_write_data(core_dump_write_data_t *wr_data, void *data,
*/
esp_err_t esp_core_dump_write_end(core_dump_write_data_t *wr_data);
/**
* @brief Retrieve the stack information which will be used from the coredump module itself.
* It will show the whole stack boundaries in case the stack is shared with the crashed task.
*/
void esp_core_dump_get_own_stack_info(uint32_t *addr, uint32_t *size);
/**
* @brief Stores the core dump in either binary or ELF format.
*/