ESP-IDF
__ubsan_maybe_debugbreak()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
include
port
task_wdt
crosscore_int.c
esp_err.c
esp_ipc.c
esp_system.c
freertos_hooks.c
int_wdt.c
panic.c
startup_funcs.c
startup.c
system_time.c
ubsan.c
source_location
type_descriptor
type_mismatch_data
type_mismatch_data_v1
overflow_data
shift_out_of_bounds_data
out_of_bounds_data
unreachable_data
vla_bound_data
invalid_value_data
nonnull_arg_data
nonnull_return_data
pointer_overflow_data
invalid_builtin_data
__ubsan_default_handler()
__ubsan_handle_type_mismatch()
__ubsan_handle_type_mismatch_v1()
__ubsan_handle_add_overflow()
__ubsan_handle_sub_overflow()
__ubsan_handle_mul_overflow()
__ubsan_handle_negate_overflow()
__ubsan_handle_divrem_overflow()
__ubsan_handle_shift_out_of_bounds()
__ubsan_handle_out_of_bounds()
__ubsan_handle_missing_return()
__ubsan_handle_vla_bound_not_positive()
__ubsan_handle_load_invalid_value()
__ubsan_handle_nonnull_arg()
__ubsan_handle_nonnull_return()
__ubsan_handle_builtin_unreachable()
__ubsan_handle_pointer_overflow()
__ubsan_handle_invalid_builtin()
__ubsan_maybe_debugbreak()
__ubsan_default_handler()
__ubsan_handle_type_mismatch()
__ubsan_handle_type_mismatch_v1()
__ubsan_handle_add_overflow()
__ubsan_handle_sub_overflow()
__ubsan_handle_mul_overflow()
__ubsan_handle_negate_overflow()
__ubsan_handle_divrem_overflow()
__ubsan_handle_shift_out_of_bounds()
__ubsan_handle_out_of_bounds()
__ubsan_handle_missing_return()
__ubsan_handle_vla_bound_not_positive()
__ubsan_handle_load_invalid_value()
__ubsan_handle_nonnull_arg()
__ubsan_handle_nonnull_return()
__ubsan_handle_builtin_unreachable()
__ubsan_handle_pointer_overflow()
__ubsan_handle_invalid_builtin()
__ubsan_include()
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
__ubsan_maybe_debugbreak()
__ubsan_maybe_debugbreak() function
Syntax
Show:
Summary
Declaration
from
ubsan.c:137
static
void
__ubsan_maybe_debugbreak
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
__ubsan_maybe_debugbreak
(
void
)
ubsan.c:137
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:171
__ubsan_handle_type_mismatch()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:179
__ubsan_handle_type_mismatch_v1()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:188
__ubsan_handle_add_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:197
__ubsan_handle_sub_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:206
__ubsan_handle_mul_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:214
__ubsan_handle_negate_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:223
__ubsan_handle_divrem_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:236
__ubsan_handle_shift_out_of_bounds()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:244
__ubsan_handle_out_of_bounds()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:251
__ubsan_handle_missing_return()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:259
__ubsan_handle_vla_bound_not_positive()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:267
__ubsan_handle_load_invalid_value()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:274
__ubsan_handle_nonnull_arg()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:281
__ubsan_handle_nonnull_return()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:288
__ubsan_handle_builtin_unreachable()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:297
__ubsan_handle_pointer_overflow()
__ubsan_maybe_debugbreak
(
)
;
ubsan.c:304
__ubsan_handle_invalid_builtin()
Call Tree
from
examples
__ubsan_maybe_debugbreak()
is called by 17 functions and calls 2 functions:
__ubsan_handle_type_mismatch()
__ubsan_handle_type_mismatch_v1()
__ubsan_handle_add_overflow()
__ubsan_handle_sub_overflow()
__ubsan_handle_mul_overflow()
__ubsan_handle_negate_overflow()
__ubsan_handle_divrem_overflow()
__ubsan_handle_shift_out_of_bounds()
__ubsan_handle_out_of_bounds()
__ubsan_handle_missing_return()
__ubsan_handle_vla_bound_not_positive()
__ubsan_handle_load_invalid_value()
__ubsan_handle_nonnull_arg()
__ubsan_handle_nonnull_return()
__ubsan_handle_builtin_unreachable()
__ubsan_handle_pointer_overflow()
__ubsan_handle_invalid_builtin()
All items filtered out
__ubsan_maybe_debugbreak()
esp_cpu_dbgr_is_attached()
esp_cpu_dbgr_break()
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