Searched refs:pseudo_excause (Results 1 – 3 of 3) sorted by relevance
104 static void frame_to_panic_info(void *frame, panic_info_t *info, bool pseudo_excause) argument110 info->pseudo_excause = pseudo_excause;112 if (pseudo_excause) {122 static void panic_handler(void *frame, bool pseudo_excause) argument138 if (pseudo_excause) {185 frame_to_panic_info(frame, &info, pseudo_excause);
60 …bool pseudo_excause; // flag indicating that exception cause has special meaning member
259 if (info->pseudo_excause) { in esp_core_dump_port_init()