ESP-IDF
XtExcFrame::exccause
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
XtExcFrame::exccause
XtExcFrame::exccause field
Syntax
Show:
Summary
Declaration
from
xtensa_context.h:143
long
,
4
,
XT_STK_EXCCAUSE
,
exccause
;
Examples
References
from
examples
Code
Location
Referrer
STRUCT_FIELD
(
long
,
4
,
XT_STK_EXCCAUSE
,
exccause
)
xtensa_context.h:143
(
stk_frame
.
exc_frame
&&
(
(
XtExcFrame
*
)
stk_frame
.
exc_frame
)
->
exccause
==
EXCCAUSE_INSTR_PROHIBITED
)
)
)
;
debug_helpers.c:78
esp_backtrace_print_from_frame()
if
(
frame
->
exccause
>=
sizeof
(
exccause_to_signal
)
)
{
gdbstub_xtensa.c:264
esp_gdbstub_get_signal()
return
(
int
)
exccause_to_signal
[
frame
->
exccause
]
;
gdbstub_xtensa.c:267
esp_gdbstub_get_signal()
&&
(
(
core
==
0
&&
frame
->
exccause
==
PANIC_RSN_INTWDT_CPU0
)
||
panic_arch.c:68
panic_print_registers()
(
core
==
1
&&
frame
->
exccause
==
PANIC_RSN_INTWDT_CPU1
)
)
panic_arch.c:69
panic_print_registers()
if
(
frame
->
exccause
<
(
sizeof
(
reason
)
/
sizeof
(
char
*
)
)
)
{
panic_arch.c:379
panic_arch_fill_info()
info
->
reason
=
(
reason
[
frame
->
exccause
]
)
;
panic_arch.c:380
panic_arch_fill_info()
if
(
frame
->
exccause
==
EXCCAUSE_ILLEGAL
)
{
panic_arch.c:387
panic_arch_fill_info()
if
(
frame
->
exccause
==
PANIC_RSN_INTWDT_CPU0
)
{
panic_arch.c:410
panic_soc_fill_info()
}
else
if
(
frame
->
exccause
==
PANIC_RSN_INTWDT_CPU1
)
{
panic_arch.c:413
panic_soc_fill_info()
}
else
if
(
frame
->
exccause
==
PANIC_RSN_CACHEERR
)
{
panic_arch.c:416
panic_soc_fill_info()
if
(
frame
->
exccause
<=
PANIC_RSN_MAX
)
{
panic_arch.c:435
panic_soc_fill_info()
info
->
reason
=
pseudo_reason
[
frame
->
exccause
]
;
panic_arch.c:436
panic_soc_fill_info()
if
(
frame
->
exccause
==
PANIC_RSN_DEBUGEXCEPTION
)
{
panic_arch.c:439
panic_soc_fill_info()
return
(
(
XtExcFrame
*
)
f
)
->
exccause
;
panic_arch.c:468
panic_get_cause()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
XtExcFrame::exccause
is read by 6 functions:
All items filtered out
XtExcFrame::exccause
esp_gdbstub_get_signal()
panic_print_registers()
panic_arch_fill_info()
panic_soc_fill_info()
panic_get_cause()
esp_backtrace_print_from_frame()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out