ESP-IDF
esp_cpu_dbgr_is_attached()
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
esp_cpu_dbgr_is_attached()
esp_cpu_dbgr_is_attached() function
Check if the current CPU has a debugger attached
Syntax
Show:
Summary
Declaration
from
esp_cpu.h:515
FORCE_INLINE_ATTR
bool
esp_cpu_dbgr_is_attached
(
void
)
;
Return value
True if debugger is attached, false otherwise
Examples
References
from
examples
Code
Location
Referrer
FORCE_INLINE_ATTR
bool
esp_cpu_dbgr_is_attached
(
void
)
esp_cpu.h:515
bool
skip_check_checksum
=
!
do_verify
||
esp_cpu_dbgr_is_attached
(
)
;
esp_image_format.c:150
image_load()
if
(
sha_handle
!=
NULL
&&
!
esp_cpu_dbgr_is_attached
(
)
)
{
esp_image_format.c:170
image_load()
if
(
esp_cpu_dbgr_is_attached
(
)
)
{
panic.c:300
esp_panic_handler()
if
(
esp_cpu_dbgr_is_attached
(
)
)
{
panic_handler.c:195
panic_handler()
if
(
esp_cpu_dbgr_is_attached
(
)
)
{
ubsan.c:139
__ubsan_maybe_debugbreak()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:99
vfs_semihost_drvinfo()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:111
vfs_semihost_open()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:129
vfs_semihost_write()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:142
vfs_semihost_read()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:155
vfs_semihost_close()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:163
vfs_semihost_lseek()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:170
vfs_semihost_fstat()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:183
vfs_semihost_fsync()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:192
vfs_semihost_mkdir()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:205
vfs_semihost_rmdir()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:218
vfs_semihost_access()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:231
vfs_semihost_truncate()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:249
vfs_semihost_utime()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:262
vfs_semihost_stat()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:275
vfs_semihost_rename()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:288
vfs_semihost_link()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:301
vfs_semihost_unlink()
if
(
!
esp_cpu_dbgr_is_attached
(
)
)
{
vfs_semihost.c:314
vfs_semihost_opendir()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:342
vfs_semihost_closedir()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:358
vfs_semihost_telldir()
FAIL_IF_NO_DEBUGGER
(
)
;
vfs_semihost.c:372
vfs_semihost_readdir_r()
if
(
!
esp_cpu_dbgr_is_attached
(
)
)
{
vfs_semihost.c:395
vfs_semihost_readdir()
if
(
!
esp_cpu_dbgr_is_attached
(
)
)
{
vfs_semihost.c:412
vfs_semihost_seekdir()
if
(
!
esp_cpu_dbgr_is_attached
(
)
)
{
vfs_semihost.c:462
esp_vfs_semihost_register()
Call Tree
from
examples
esp_cpu_dbgr_is_attached()
is called by 28 functions and calls 1 function:
image_load()
esp_panic_handler()
__ubsan_maybe_debugbreak()
panic_handler()
vfs_semihost_drvinfo()
vfs_semihost_open()
vfs_semihost_write()
vfs_semihost_read()
vfs_semihost_close()
vfs_semihost_lseek()
vfs_semihost_fstat()
vfs_semihost_fsync()
vfs_semihost_mkdir()
vfs_semihost_rmdir()
vfs_semihost_access()
vfs_semihost_truncate()
vfs_semihost_utime()
vfs_semihost_stat()
vfs_semihost_rename()
vfs_semihost_link()
vfs_semihost_unlink()
vfs_semihost_opendir()
vfs_semihost_closedir()
vfs_semihost_telldir()
vfs_semihost_readdir_r()
vfs_semihost_readdir()
vfs_semihost_seekdir()
esp_vfs_semihost_register()
All items filtered out
esp_cpu_dbgr_is_attached()
xt_utils_dbgr_is_attached()
All items filtered out
Data Use
from
examples
All items filtered out
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