OpenOCD
LOG_LVL_INFO
is only used within OpenOCD.
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
Development Tools
OpenOCD
LOG_LVL_INFO
LOG_LVL_INFO value
Syntax
Show:
Summary
Declaration
from
log.h:46
LOG_LVL_INFO
=
2
;
Examples
References
from
examples
Code
Location
Referrer
LOG_LVL_INFO
=
2
,
log.h:46
LOG_INFO
(
"thread: 0x%"
PRIx64
", stack_ptr=0x%"
PRIx64
,
(
uint64_t
)
thread_id
,
(
uint64_t
)
stack_ptr
)
;
ThreadX.c:471
threadx_get_thread_reg_list()
LOG_INFO
(
"no hardware breakpoint available"
)
;
aarch64.c:1640
aarch64_add_breakpoint()
LOG_INFO
(
"no hardware breakpoint available"
)
;
aarch64.c:1656
aarch64_add_context_breakpoint()
LOG_INFO
(
"no hardware breakpoint available"
)
;
aarch64.c:1672
aarch64_add_hybrid_breakpoint()
LOG_INFO
(
"no hardware watchpoint available"
)
;
aarch64.c:1839
aarch64_add_watchpoint()
LOG_INFO
(
"Note: The adapter \"%s\" doesn't support configurable speed"
,
adapter_driver
->
name
)
;
adapter.c:155
adapter_init()
LOG_INFO
(
"adapter-specific clock speed value %d"
,
speed_var
)
;
adapter.c:170
adapter_init()
LOG_INFO
(
"RCLK (adaptive clock speed) not supported - fallback to %d kHz"
adapter.c:175
adapter_init()
LOG_INFO
(
"clock speed %d kHz"
,
actual_khz
)
;
adapter.c:178
adapter_init()
LOG_INFO
(
"RCLK (adaptive clock speed)"
)
;
adapter.c:180
adapter_init()
LOG_INFO
(
"DAP transaction stalled (WAIT) - slowing down and resending"
)
;
adi_v5_jtag.c:569
jtagdp_overrun_check()
LOG_INFO
(
"Read DPIDR 0x%08"
PRIx32
adi_v5_swd.c:235
swd_multidrop_select_inner()
LOG_INFO
(
"Read incorrect DLPIDR 0x%08"
PRIx32
adi_v5_swd.c:245
swd_multidrop_select_inner()
LOG_INFO
(
"SWD DPIDR 0x%08"
PRIx32
", DLPIDR 0x%08"
PRIx32
,
adi_v5_swd.c:328
swd_connect_multidrop()
LOG_INFO
(
"SWD DPIDR 0x%08"
PRIx32
,
dpidr
)
;
adi_v5_swd.c:385
swd_connect_single()
LOG_INFO
(
"Unknown Class. Using Apollo-64 as default."
)
;
ambiqmicro.c:210
ambiqmicro_read_part_info()
LOG_INFO
(
"Mass erase on bank %d."
,
bank
->
bank_number
)
;
ambiqmicro.c:380
ambiqmicro_mass_erase()
LOG_INFO
(
"Erasing pages %u to %u on bank %u"
,
first
,
last
,
bank
->
bank_number
)
;
ambiqmicro.c:476
ambiqmicro_erase()
LOG_INFO
(
"%u pages erased!"
,
1
+
(
last
-
first
)
)
;
ambiqmicro.c:486
ambiqmicro_erase()
LOG_INFO
(
"Not yet implemented"
)
;
ambiqmicro.c:510
ambiqmicro_protect()
LOG_INFO
(
"Flashing main array"
)
;
ambiqmicro.c:542
ambiqmicro_write_block()
LOG_INFO
(
"Main array flashed"
)
;
ambiqmicro.c:600
ambiqmicro_write_block()
LOG_INFO
(
"Target already probed"
)
;
ambiqmicro.c:633
ambiqmicro_probe()
LOG_INFO
(
"Programming OTP offset 0x%08"
PRIx32
,
offset
)
;
ambiqmicro.c:730
ambiqmicro_otp_program()
LOG_INFO
(
"Programming OTP finished."
)
;
ambiqmicro.c:738
ambiqmicro_otp_program()
LOG_INFO
(
"Requested speed %dkHz, emulator reported %dkHz."
,
speed
,
speed_real
)
;
arm-jtag-ew.c:191
armjtagew_speed()
LOG_INFO
(
"ARM-JTAG-EW initial read failed, don't worry"
)
;
arm-jtag-ew.c:234
armjtagew_init()
LOG_INFO
(
"ARM-JTAG-EW JTAG Interface ready"
)
;
arm-jtag-ew.c:239
armjtagew_init()
LOG_INFO
(
arm-jtag-ew.c:408
armjtagew_get_status()
LOG_INFO
(
arm-jtag-ew.c:446
armjtagew_get_version_info()
LOG_INFO
(
"found %s"
,
type
)
;
arm11.c:1187
arm11_examine()
LOG_INFO
(
"VCR 0x%08"
PRIx32
""
,
arm11
->
vcr
)
;
arm11.c:1269
arm11_handle_vcr()
LOG_INFO
(
"no watchpoint unit available for hardware breakpoint"
)
;
arm7_9_common.c:388
arm7_9_add_breakpoint()
LOG_INFO
(
"only breakpoints of two (Thumb) or four (ARM) bytes length supported"
)
;
arm7_9_common.c:393
arm7_9_add_breakpoint()
LOG_INFO
(
"no working area available, falling back to memory writes"
)
;
arm7_9_common.c:2606
arm7_9_bulk_write_memory()
LOG_INFO
(
"%s: hardware has %d breakpoints, %d watchpoints"
,
arm_dpm.c:1148
arm_dpm_setup()
LOG_INFO
(
MSG
"Confirmed TPIU %s is on AP 0"
,
obj
->
name
)
;
arm_tpiu_swo.c:660
handle_arm_tpiu_swo_enable()
LOG_INFO
(
MSG
"Target %s is on AP#0x%"
PRIx64
". Revised command is "
arm_tpiu_swo.c:662
handle_arm_tpiu_swo_enable()
LOG_INFO
(
"starting trace server for %s on %s"
,
obj
->
name
,
&
obj
->
out_filename
[
1
]
)
;
arm_tpiu_swo.c:729
handle_arm_tpiu_swo_enable()
LOG_INFO
(
"SWO pin data rate adjusted by adapter to %d Hz"
,
swo_pin_freq
)
;
arm_tpiu_swo.c:765
handle_arm_tpiu_swo_enable()
LOG_INFO
(
"SWO pin data rate adjusted to %d Hz"
,
swo_pin_freq
)
;
arm_tpiu_swo.c:779
handle_arm_tpiu_swo_enable()
LOG_INFO
(
MSG
"Using %s"
,
obj
->
name
)
;
arm_tpiu_swo.c:1051
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Adding a TPIU \'%s.tpiu\' in the configuration"
,
target_name
(
target
)
)
;
arm_tpiu_swo.c:1059
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Target %s uses AP autodetection. Adding TPIU on AP 0; can be revised later"
,
arm_tpiu_swo.c:1068
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Running: \'tpiu create %s.tpiu -dap %s -ap-num 0x%"
PRIx64
"\'"
,
arm_tpiu_swo.c:1074
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Running: \'%s disable\'"
,
obj
->
name
)
;
arm_tpiu_swo.c:1094
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Running: \'%s configure -protocol %s -traceclk %s"
"%s%s"
"%s%s"
"%s%s"
"%s%s\'"
,
arm_tpiu_swo.c:1141
handle_tpiu_deprecated_config_command()
LOG_INFO
(
MSG
"Running: \'%s enable\'"
,
obj
->
name
)
;
arm_tpiu_swo.c:1158
handle_tpiu_deprecated_config_command()
LOG_INFO
(
"outer cache already initialized\n"
)
;
armv7a.c:195
armv7a_l2x_cache_init()
LOG_INFO
(
"%s: MPIDR level2 %x, cluster %x, core %x, %s, %s"
,
armv7a.c:306
armv7a_read_mpidr()
LOG_INFO
(
"%"
PRIx32
" : %"
TARGET_PRIxADDR
" %s outer shareable %s secured %s super section"
,
armv7a_mmu.c:70
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"outer: Non-Cacheable"
)
;
armv7a_mmu.c:77
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"outer: Write-Back, Write-Allocate"
)
;
armv7a_mmu.c:80
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"outer: Write-Through, No Write-Allocate"
)
;
armv7a_mmu.c:83
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"outer: Write-Back, no Write-Allocate"
)
;
armv7a_mmu.c:86
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Non-Cacheable"
)
;
armv7a_mmu.c:91
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Strongly-ordered"
)
;
armv7a_mmu.c:94
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Device"
)
;
armv7a_mmu.c:97
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Write-Back, Write-Allocate"
)
;
armv7a_mmu.c:100
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Write-Through"
)
;
armv7a_mmu.c:103
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: Write-Back, no Write-Allocate"
)
;
armv7a_mmu.c:106
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"inner: %"
PRIx32
" ???"
,
INNER
)
;
armv7a_mmu.c:109
armv7a_mmu_translate_va_pa()
LOG_INFO
(
"ARM_MODE_HANDLER not currently supported, using ARM_MODE_THREAD instead"
)
;
armv7m.c:603
armv7m_start_algorithm()
LOG_INFO
(
"Slow CPU clock: %d blocks checked, %d remain. Continuing..."
,
i
,
num_blocks
-
i
)
;
armv7m.c:1047
armv7m_blank_check_memory()
LOG_INFO
(
"Unknown physical address size"
)
;
armv8.c:141
armv8_pa_size()
LOG_INFO
(
"TTBR0 access above %"
PRIx64
,
(
uint64_t
)
(
armv8
->
armv8_mmu
.
ttbr0_mask
)
)
;
armv8.c:256
armv8_read_ttbcr()
LOG_INFO
(
"%s cluster %x core %x %s"
,
target_name
(
armv8
->
arm
.
target
)
,
armv8.c:906
armv8_read_mpidr()
LOG_TARGET_INFO
(
curr
,
"Wait flushing data l1."
)
;
armv8_cache.c:246
armv8_flush_all_data()
LOG_INFO
(
"Cannot reach EL %i, SPSR corrupted?"
,
target_el
)
;
armv8_dpm.c:620
armv8_dpm_modeswitch()
LOG_INFO
(
"%s: hardware has %d breakpoints, %d watchpoints"
,
armv8_dpm.c:1470
armv8_dpm_setup()
LOG_INFO
(
"SAM3 CHIPID_CIDR: 0x%08"
PRIx32
" decodes as follows"
,
at91sam3.c:3089
sam3_get_details()
LOG_INFO
(
"sam3 auto-erases while programming (request ignored)"
)
;
at91sam3.c:3237
sam3_erase()
LOG_INFO
(
"SAM4 CHIPID_CIDR: 0x%08"
PRIx32
" decodes as follows"
,
at91sam4.c:2575
sam4_get_details()
LOG_INFO
(
"sam4 does not auto-erase while programming (Erasing relevant sectors)"
)
;
at91sam4.c:2751
sam4_erase()
LOG_INFO
(
"sam4 First: 0x%08x Last: 0x%08x"
,
first
,
last
)
;
at91sam4.c:2752
sam4_erase()
LOG_INFO
(
"Erasing sector: 0x%08x"
,
i
)
;
at91sam4.c:2756
sam4_erase()
LOG_INFO
(
"SAM4L MCU: %s (Rev %c) (%"
PRIu32
"KB Flash with %d %"
PRIu32
"B pages, %"
PRIu32
"KB RAM)"
,
at91sam4l.c:339
sam4l_probe()
LOG_INFO
(
"Data word %d, bit %d corrected."
,
at91sam9.c:392
at91sam9_read_page()
LOG_INFO
(
"SAMD MCU: %s (%"
PRIu32
"KB Flash, %"
PRIu32
"KB RAM)"
,
part
->
name
,
at91samd.c:499
samd_probe()
LOG_INFO
(
"writing %"
PRIu32
" bytes to flash page @0x%08"
PRIx32
,
len
,
address
)
;
ath79.c:580
ath79_write_page()
LOG_INFO
(
"reading %"
PRIu32
" bytes from flash @0x%08"
PRIx32
,
len
,
address
)
;
ath79.c:688
ath79_read_buffer()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
ath79.c:801
ath79_probe()
LOG_INFO
(
"SAM MCU: %s (%"
PRIu32
"KB Flash, %"
PRIu32
"KB RAM)"
,
part
->
name
,
atsame5.c:328
same5_probe()
LOG_INFO
(
"flash bank command"
)
;
atsamv.c:295
samv_flash_bank_command()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
device_id
)
;
atsamv.c:313
samv_probe()
LOG_INFO
(
"erasing lock regions %u-%u..."
,
first
,
last
)
;
atsamv.c:384
samv_erase()
LOG_INFO
(
"erasing lock region %u"
,
i
)
;
atsamv.c:389
samv_erase()
LOG_INFO
(
"device id: %08"
PRIx32
,
devid
)
;
avr32_ap7k.c:532
avr32_ap7k_examine()
LOG_INFO
(
"target is halted"
)
;
avr32_ap7k.c:538
avr32_ap7k_examine()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
device_id
)
;
avrf.c:311
avrf_probe()
LOG_INFO
(
"target device is %s"
,
avr_info
->
name
)
;
avrf.c:320
avrf_probe()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
device_id
)
;
avrf.c:376
avrf_info()
LOG_INFO
(
"target device is %s"
,
avr_info
->
name
)
;
avrf.c:385
avrf_info()
LOG_INFO
(
"Fixup %d unaligned read head bytes"
,
align
)
;
cfi.c:2240
cfi_read()
LOG_INFO
(
"Fixup %"
PRIu32
" unaligned read tail bytes"
,
count
)
;
cfi.c:2266
cfi_read()
LOG_INFO
(
"Fixup %d unaligned head bytes"
,
align
)
;
cfi.c:2309
cfi_write()
LOG_INFO
(
"Programming at 0x%08"
PRIx32
", count 0x%08"
cfi.c:2383
cfi_write()
LOG_INFO
(
"Fixup %"
PRIu32
" unaligned tail bytes"
,
count
)
;
cfi.c:2427
cfi_write()
LOG_INFO
(
"Flash Manufacturer/Device: 0x%04x 0x%04x"
,
cfi.c:2603
cfi_probe()
LOG_INFO
(
"Successfully loaded memory map of ChibiOS/RT target "
chibios.c:181
chibios_update_memory_signature()
LOG_INFO
(
"Only showing current execution because of a broken "
chibios.c:335
chibios_update_threads()
LOG_INFO
(
"It looks like the target may be running ChibiOS "
chibios.c:505
chibios_detect_rtos()
LOG_INFO
(
"Chromium-EC: Buildinfo: %s"
,
build_info_buf
)
;
chromium-ec.c:110
chromium_ec_detect_rtos()
LOG_INFO
(
"Chromium-EC: Using target: %s"
,
target_type_name
(
target
)
)
;
chromium-ec.c:135
chromium_ec_create()
LOG_INFO
(
"CMSIS-DAP: Serial# = %s"
,
&
data
[
1
]
)
;
cmsis_dap.c:1136
cmsis_dap_get_serial_info()
LOG_INFO
(
"CMSIS-DAP: FW Version = %s"
,
&
data
[
1
]
)
;
cmsis_dap.c:1151
cmsis_dap_get_version_info()
LOG_INFO
(
"CMSIS-DAP: %s"
,
info_caps_str
[
i
]
)
;
cmsis_dap.c:1174
cmsis_dap_get_caps_info()
LOG_INFO
(
"CMSIS-DAP: SWO Trace Buffer Size = %u bytes"
,
*
swo_buf_sz
)
;
cmsis_dap.c:1195
cmsis_dap_get_swo_buf_sz()
LOG_INFO
(
"SWCLK/TCK = %d SWDIO/TMS = %d TDI = %d TDO = %d nTRST = %d nRESET = %d"
,
cmsis_dap.c:1207
cmsis_dap_get_status()
LOG_INFO
(
"CMSIS-DAP: Interface Initialised (SWD)"
)
;
cmsis_dap.c:1308
cmsis_dap_swd_open()
LOG_INFO
(
"CMSIS-DAP: Interface Initialised (JTAG)"
)
;
cmsis_dap.c:1349
cmsis_dap_init()
LOG_INFO
(
"Connecting under reset"
)
;
cmsis_dap.c:1445
cmsis_dap_init()
LOG_INFO
(
"CMSIS-DAP: Interface ready"
)
;
cmsis_dap.c:1448
cmsis_dap_init()
LOG_INFO
(
"cmsis-dap JTAG TLR_RESET"
)
;
cmsis_dap.c:1505
cmsis_dap_execute_tlr_reset()
LOG_INFO
(
"SWO-trace disabled."
)
;
cmsis_dap.c:2033
cmsis_dap_config_trace()
LOG_INFO
(
"SWO-trace frequency autodetection not implemented."
)
;
cmsis_dap.c:2056
cmsis_dap_config_trace()
LOG_INFO
(
"SWO frequency: %u Hz."
,
*
swo_freq
)
;
cmsis_dap.c:2089
cmsis_dap_config_trace()
LOG_INFO
(
"SWO prescaler: %u."
,
*
swo_prescaler
)
;
cmsis_dap.c:2090
cmsis_dap_config_trace()
LOG_INFO
(
"Returned data %02"
PRIx8
" %02"
PRIx8
" %02"
PRIx8
" %02"
PRIx8
,
cmsis_dap.c:2167
cmsis_dap_handle_cmd_command()
LOG_INFO
(
"Using CMSIS-DAPv2 interface with VID:PID=0x%04x:0x%04x, serial=%s"
,
cmsis_dap_usb_bulk.c:339
cmsis_dap_usb_open()
LOG_INFO
(
"%s is %s"
,
label
,
*
out
?
"enabled"
:
"disabled"
)
;
command.c:1396
handle_command_parse_bool()
LOG_INFO
(
"Programming FLASH (%d sections, %d bytes)..."
,
image
->
num_sections
,
total_size
)
;
core.c:769
flash_write_unlock_verify()
LOG_INFO
(
"Programming FLASH section %d/%d (%d bytes) at 0x%08x..."
,
section
+
1
,
image
->
num_sections
,
sections
[
section
]
->
size
,
sections
[
section
]
->
base_address
)
;
core.c:786
flash_write_unlock_verify()
LOG_INFO
(
"Flash write discontinued at "
TARGET_ADDR_FMT
core.c:836
flash_write_unlock_verify()
LOG_INFO
(
"Padding image section %d at "
TARGET_ADDR_FMT
core.c:843
flash_write_unlock_verify()
LOG_INFO
(
"Padding image section %d at "
TARGET_ADDR_FMT
core.c:882
flash_write_unlock_verify()
LOG_INFO
(
"TAP %s does not have valid IDCODE (idcode=0x%"
PRIx32
")"
,
core.c:1285
jtag_examine_chain()
jtag_examine_chain_display
(
LOG_LVL_INFO
,
"tap/device found"
,
tap
->
dotted_name
,
idcode
)
;
core.c:1295
jtag_examine_chain()
LOG_INFO
(
"%s:0x%llx|0x%llx|%s"
,
op
,
region_start
,
region_end
,
block_name
)
;
core.h:296
report_flash_progress()
LOG_INFO
(
"no hardware breakpoint available"
)
;
cortex_a.c:1622
cortex_a_add_breakpoint()
LOG_INFO
(
"no hardware breakpoint available"
)
;
cortex_a.c:1638
cortex_a_add_context_breakpoint()
LOG_INFO
(
"no hardware breakpoint available"
)
;
cortex_a.c:1654
cortex_a_add_hybrid_breakpoint()
LOG_INFO
(
"no hardware watchpoint available"
)
;
cortex_a.c:1849
cortex_a_add_watchpoint()
LOG_TARGET_INFO
(
target
,
"external reset detected"
)
;
cortex_m.c:987
cortex_m_poll_one()
LOG_TARGET_INFO
(
target
,
"Resuming after incorrect halt @ PC 0x%08"
PRIx32
cortex_m.c:1022
cortex_m_poll_one()
LOG_INFO
(
"LPC55Sx: found entry point at 0x%08x."
,
breakpointAddress
)
;
cortex_m.c:1804
cortex_m_reset_lpc55sx()
LOG_TARGET_INFO
(
target
,
"AP write error, reset will not halt"
)
;
cortex_m.c:1930
cortex_m_assert_reset()
LOG_TARGET_INFO
(
target
,
"only breakpoints of two bytes length supported"
)
;
cortex_m.c:2157
cortex_m_add_breakpoint()
LOG_TARGET_INFO
(
target
,
"PCSR sampling not supported on this processor."
)
;
cortex_m.c:2459
cortex_m_profiling()
LOG_TARGET_INFO
(
target
,
"Starting Cortex-M profiling. Sampling DWT_PCSR as fast as we can..."
)
;
cortex_m.c:2466
cortex_m_profiling()
LOG_TARGET_INFO
(
target
,
"Profiling completed. %"
PRIu32
" samples."
,
sample_count
)
;
cortex_m.c:2502
cortex_m_profiling()
LOG_TARGET_INFO
(
target
,
"%s r%"
PRId8
"p%"
PRId8
" processor detected"
,
cortex_m.c:2797
cortex_m_examine()
LOG_INFO
(
"The erratum 3092511 workaround will resume after an incorrect halt"
)
;
cortex_m.c:2818
cortex_m_examine()
LOG_TARGET_INFO
(
target
,
"target has %d breakpoints, %d watchpoints"
,
cortex_m.c:2946
cortex_m_examine()
LOG_INFO
(
"DSP56%03"
PRIu32
" device found"
,
chip
)
;
dsp563xx.c:929
dsp563xx_examine()
LOG_INFO
(
"halted: PC: 0x%"
PRIx32
,
dsp563xx
->
core_regs
[
DSP563XX_REG_IDX_PC
]
)
;
dsp563xx.c:1071
dsp563xx_poll()
LOG_INFO
(
"halted: PC: 0x%"
PRIx32
,
dsp563xx
->
core_regs
[
DSP563XX_REG_IDX_PC
]
)
;
dsp563xx.c:1310
dsp563xx_step()
LOG_INFO
(
"odd number of bytes to write (%"
PRIu32
"), extending to %"
PRIu32
" "
efm32.c:989
efm32x_priv_write()
LOG_INFO
(
"detected part: %s Gecko, rev %d"
,
efm32.c:1064
efm32x_probe()
LOG_INFO
(
"flash size = %d KiB"
,
efm32_mcu_info
->
flash_sz_kib
)
;
efm32.c:1066
efm32x_probe()
LOG_INFO
(
"flash page size = %d B"
,
efm32_mcu_info
->
page_size
)
;
efm32.c:1067
efm32x_probe()
LOG_INFO
(
"Device Security Bit Set"
)
;
em357.c:165
em357_read_options()
LOG_INFO
(
"flash size = %d KiB"
,
num_pages
*
page_size
/
1024
)
;
em357.c:712
em357_probe()
LOG_INFO
(
"Embedded ICE version %d"
,
eice_version
)
;
embeddedice.c:219
embeddedice_build_reg_cache()
LOG_INFO
(
"%s: hardware has %d breakpoint/watchpoint unit%s"
,
embeddedice.c:288
embeddedice_build_reg_cache()
LOG_INFO
(
"ASSUMING ISPI device at ctrl_base = "
TARGET_ADDR_FMT
,
eneispif.c:67
eneispif_flash_bank_command()
LOG_INFO
(
"Assuming ISPI flash at address "
TARGET_ADDR_FMT
eneispif.c:342
eneispif_probe()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
eneispif_info
->
dev
->
name
,
eneispif.c:355
eneispif_probe()
LOG_INFO
(
"%s: debug clock inactive; attempting debug reset"
,
target_name
(
target
)
)
;
esirisc.c:1018
esirisc_debug_enable()
LOG_INFO
(
"%s: %d bit, %d registers, %s%s%s"
,
target_name
(
target
)
,
esirisc.c:1685
esirisc_examine()
LOG_INFO
(
"%s: hardware has %d breakpoints, %d watchpoints%s"
,
target_name
(
target
)
,
esirisc.c:1691
esirisc_examine()
LOG_INFO
(
"Open file %s"
,
dest_name
)
;
esp32_apptrace.c:126
esp32_apptrace_file_dest_init()
LOG_INFO
(
"apptrace: Trying to connect to %s:%s"
,
cur_hostname
,
cur_portname
)
;
esp32_apptrace.c:240
esp32_apptrace_tcp_dest_init()
LOG_INFO
(
"apptrace: Connected!"
)
;
esp32_apptrace.c:254
esp32_apptrace_tcp_dest_init()
LOG_INFO
(
"Total trace memory: %"
PRIu32
" bytes"
,
cmd_ctx
->
max_trace_block_sz
)
;
esp32_apptrace.c:452
esp32_apptrace_cmd_ctx_init()
LOG_INFO
(
"Targets connected."
)
;
esp32_apptrace.c:809
esp32_apptrace_connect_targets()
LOG_INFO
(
"Targets disconnected."
)
;
esp32_apptrace.c:811
esp32_apptrace_connect_targets()
LOG_INFO
(
"Resume targets"
)
;
esp32_apptrace.c:1348
esp32_sysview_stop()
LOG_INFO
(
"Stop waiting for the last data due to timeout."
)
;
esp32_apptrace.c:1427
esp32_sysview_stop()
LOG_TARGET_INFO
(
target
,
"Restore debug stubs address %"
PRIx32
,
esp_xtensa
->
esp
.
dbg_stubs
.
base
)
;
esp_xtensa.c:50
esp_xtensa_dbgstubs_restore()
LOG_TARGET_INFO
(
target
,
"Detected debug stubs @ %"
PRIx32
,
vec_addr
)
;
esp_xtensa.c:135
esp_xtensa_dbgstubs_addr_check()
LOG_TARGET_INFO
(
target
,
"Failed to read DEBUGPC, fallback to stop-and-go"
)
;
esp_xtensa.c:204
esp_xtensa_profiling()
LOG_TARGET_INFO
(
target
,
"NULL DEBUGPC, fallback to stop-and-go"
)
;
esp_xtensa.c:207
esp_xtensa_profiling()
LOG_TARGET_INFO
(
target
,
"Starting XTENSA DEBUGPC profiling. Sampling as fast as we can..."
)
;
esp_xtensa.c:211
esp_xtensa_profiling()
LOG_TARGET_INFO
(
target
,
"Profiling completed. %"
PRIu32
" samples."
,
sample_count
)
;
esp_xtensa.c:243
esp_xtensa_profiling()
LOG_INFO
(
"Switch GDB target to '%s'"
,
target_name
(
target
->
gdb_service
->
target
)
)
;
esp_xtensa_smp.c:160
esp_xtensa_smp_poll()
LOG_INFO
(
"Set GDB target to '%s'"
,
target_name
(
target
)
)
;
esp_xtensa_smp.c:264
esp_xtensa_smp_update_halt_gdb()
LOG_TARGET_INFO
(
curr
,
":"
)
;
esp_xtensa_smp.c:830
esp_xtensa_smp_cmd_perfmon_dump()
LOG_INFO
(
"ETM v%d.%d"
,
bcd_vers
>
>
4
,
bcd_vers
&
0xf
)
;
etm.c:351
etm_build_reg_cache()
LOG_INFO
(
"no working area available, falling back to memory writes"
)
;
feroceon.c:502
feroceon_bulk_write_memory()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
fespi.c:787
fespi_probe()
LOG_INFO
(
"Fujitsu MB9[A/B]FXXX: Sector Erase ... (%u to %u)"
,
first
,
last
)
;
fm3.c:253
fm3_erase()
LOG_INFO
(
"Fujitsu MB9[A/B]FXXX: FLASH Write ..."
)
;
fm3.c:503
fm3_write_block()
LOG_INFO
(
"*** Erasing mb9bfxxx type"
)
;
fm3.c:819
fm3_chip_erase()
LOG_INFO
(
"*** Erasing mb9afxxx type"
)
;
fm3.c:823
fm3_chip_erase()
LOG_INFO
(
"Fujitsu MB9[A/B]xxx: Chip Erase ... (may take several seconds)"
)
;
fm3.c:861
fm3_chip_erase()
LOG_INFO
(
"ftdi: if you experience problems at higher adapter clocks, try "
ftdi.c:280
ftdi_speed()
LOG_INFO
(
"FTDI SWD mode enabled"
)
;
ftdi.c:1025
ftdi_swd_init()
log_printf_lf
(
all_targets
->
next
?
LOG_LVL_INFO
:
LOG_LVL_DEBUG
,
gdb_server.c:1062
gdb_new_connection()
LOG_INFO
(
"Failed detecting Target Description Support, disabling"
)
;
gdb_server.c:2926
gdb_query_packet()
LOG_TARGET_INFO
(
target
,
"target was not halted when resume was requested"
)
;
gdb_server.c:3064
gdb_handle_vcont_packet()
LOG_TARGET_INFO
(
ct
,
"target was not halted when step was requested"
)
;
gdb_server.c:3190
gdb_handle_vcont_packet()
LOG_INFO
(
"GDB set inferior command line to '%s'"
,
cmdline
)
;
gdb_server.c:3287
gdb_handle_vrun_packet()
LOG_INFO
(
"GDB set inferior command line to '%s' but semihosting is unavailable"
,
cmdline
)
;
gdb_server.c:3291
gdb_handle_vrun_packet()
LOG_INFO
(
"Erasing FLASH: 0x%08x-0x%08x..."
,
(
uint32_t
)
addr
,
(
uint32_t
)
(
addr
+
length
)
)
;
gdb_server.c:3377
gdb_v_packet()
LOG_INFO
(
"The target is not running when halt was requested, stopping GDB."
)
;
gdb_server.c:3794
gdb_input_inner()
LOG_TARGET_INFO
(
target
,
"starting gdb server on %s"
,
port
)
;
gdb_server.c:3891
gdb_target_start()
LOG_TARGET_INFO
(
target
,
"gdb port disabled"
)
;
gdb_server.c:3925
gdb_target_add_one()
LOG_TARGET_INFO
(
target
,
"gdb port disabled"
)
;
gdb_server.c:3932
gdb_target_add_one()
LOG_INFO
(
"%s: address=0x%8.8"
PRIx32
" enabled=%s"
,
CMD_NAME
,
address
,
msg
)
;
hello.c:28
handle_foo_command()
LOG_INFO
(
"halted: PC: 0x%08"
PRIx32
,
buf_get_u32
(
armv7m
->
arm
.
pc
->
value
,
0
,
32
)
)
;
hla_target.c:587
adapter_step()
LOG_INFO
(
"Hardware thread awareness created"
)
;
hwthread.c:407
hwthread_create()
LOG_INFO
(
"unable to check. Please specify with position 'intel set_check_pos'."
)
;
intel.c:178
intel_load()
LOG_INFO
(
"received xon cmd: %d\n"
,
xon_cmd
)
;
ipdbg.c:421
ipdbg_distribute_data_from_hub()
LOG_INFO
(
"tool %d sent xoff"
,
hub
->
last_dn_tool
)
;
ipdbg.c:443
ipdbg_check_for_xoff()
LOG_INFO
(
"Flow control enabled on IPDBG JTAG Hub: 0x%02x"
,
hub
->
flow_control_enabled
)
;
ipdbg.c:633
ipdbg_get_flow_control_info_from_hub()
LOG_INFO
(
"IPDBG start_polling"
)
;
ipdbg.c:668
ipdbg_start_polling()
LOG_INFO
(
"IPDBG stop_polling"
)
;
ipdbg.c:681
ipdbg_stop_polling()
LOG_INFO
(
"New IPDBG Connection"
)
;
ipdbg.c:706
ipdbg_on_new_connection()
LOG_INFO
(
"Closed IPDBG Connection"
)
;
ipdbg.c:736
ipdbg_on_connection_closed()
LOG_INFO
(
"starting ipdbg service on port %d for tool %d"
,
port
,
tool
)
;
ipdbg.c:805
ipdbg_start()
LOG_INFO
(
"stopped ipdbg service for tool %d"
,
tool
)
;
ipdbg.c:863
ipdbg_stop()
LOG_INFO
(
"Reduced speed from %d kHz to %d kHz (maximum)"
,
speed
,
jlink.c:325
jlink_speed()
LOG_INFO
(
"Found devices:"
)
;
jlink.c:567
jlink_open_device()
LOG_INFO
(
"Device %zu serial: %"
PRIu32
,
i
,
serial
)
;
jlink.c:578
jlink_open_device()
LOG_INFO
(
"%s"
,
firmware_version
)
;
jlink.c:721
jlink_init()
LOG_INFO
(
"Hardware version: %u.%02u"
,
hwver
.
major
,
hwver
.
minor
)
;
jlink.c:762
jlink_init()
LOG_INFO
(
"VTarget = %u.%03u V"
,
hwstatus
.
target_voltage
/
1000
,
jlink.c:803
jlink_init()
LOG_INFO
(
"Given SWO frequency too high, using %"
PRIu32
" Hz instead"
,
jlink.c:1364
config_trace()
LOG_INFO
(
"Given SWO frequency too low, using %"
PRIu32
" Hz instead"
,
jlink.c:1368
config_trace()
LOG_INFO
(
"Given SWO frequency is not supported by the device, "
jlink.c:1374
config_trace()
LOG_INFO
(
"Trying to auto-detect SWO frequency"
)
;
jlink.c:1385
config_trace()
LOG_INFO
(
"Using SWO frequency of %u Hz"
,
*
trace_freq
)
;
jlink.c:1395
config_trace()
LOG_INFO
(
"flash \'%s\' id = unknown\nflash size = %"
PRIu32
" kbytes"
,
jtagspi.c:350
jtagspi_handle_set()
LOG_INFO
(
"flash \'%s\' id = unknown\nflash size = %"
PRIu32
" bytes"
,
jtagspi.c:353
jtagspi_handle_set()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%06"
PRIx32
")"
,
jtagspi.c:466
jtagspi_probe()
LOG_INFO
(
"took %"
PRId64
" ms"
,
timeval_ms
(
)
-
t0
)
;
jtagspi.c:586
jtagspi_bulk_erase()
LOG_INFO
(
"sector %u took %"
PRId64
" ms"
,
sector
,
timeval_ms
(
)
-
t0
)
;
jtagspi.c:620
jtagspi_sector_erase()
LOG_INFO
(
"MDM: Press RESET button now if possible."
)
;
kinetis.c:667
kinetis_mdm_mass_erase()
LOG_INFO
(
"Mass erase of a secured MCU is not possible without hardware reset."
)
;
kinetis.c:673
kinetis_mdm_mass_erase()
LOG_INFO
(
"Connect SRST, use 'reset_config srst_only' and retry."
)
;
kinetis.c:674
kinetis_mdm_mass_erase()
LOG_INFO
(
"MDM: Chip is unsecured. Continuing."
)
;
kinetis.c:875
kinetis_check_flash_security_status()
LOG_INFO
(
"add flash_bank kinetis %s"
,
bank
->
name
)
;
kinetis.c:928
kinetis_flash_bank_command()
LOG_INFO
(
"Disabling Kinetis watchdog (initial WDOG_STCTRLH = 0x%04"
PRIx16
")"
,
wdog
)
;
kinetis.c:1122
kinetis_disable_wdog_kx()
LOG_INFO
(
"WDOG_STCTRLH = 0x%04"
PRIx16
,
wdog
)
;
kinetis.c:1132
kinetis_disable_wdog_kx()
LOG_INFO
(
"Disabling Kinetis watchdog (initial WDOG_CS 0x%08"
PRIx32
")"
,
wdog_cs
)
;
kinetis.c:1152
kinetis_disable_wdog32()
LOG_INFO
(
"Disabling Kinetis watchdog (initial SIM_COPC 0x%02"
PRIx8
")"
,
sim_copc
)
;
kinetis.c:1199
kinetis_disable_wdog()
LOG_INFO
(
"Protection bits will be written at the next FCF sector erase or write."
)
;
kinetis.c:1409
kinetis_protect()
LOG_INFO
(
"Do not issue 'flash info' command until protection is written,"
)
;
kinetis.c:1410
kinetis_protect()
LOG_INFO
(
"doing so would re-read protection status from MCU."
)
;
kinetis.c:1411
kinetis_protect()
LOG_INFO
(
"Switching from VLPR to RUN mode."
)
;
kinetis.c:1626
kinetis_check_run_mode()
LOG_INFO
(
"This device supports Program Longword execution only."
)
;
kinetis.c:1890
kinetis_write_inner()
LOG_INFO
(
"odd number of bytes to write (%"
PRIu32
"), extending to %"
PRIu32
" "
kinetis.c:1923
kinetis_write_inner()
LOG_INFO
(
"Setting of backdoor key is not supported in mode 'kinetis fcf_source protection'."
)
;
kinetis.c:2020
kinetis_write()
LOG_INFO
(
"Flash protection requested in the programmed file differs from current setting."
)
;
kinetis.c:2024
kinetis_write()
LOG_INFO
(
"Data flash protection requested in the programmed file differs from current setting."
)
;
kinetis.c:2028
kinetis_write()
LOG_INFO
(
"Device security requested in the programmed file! Write denied."
)
;
kinetis.c:2032
kinetis_write()
LOG_INFO
(
"Strange unsecure mode 0x%02"
PRIx8
kinetis.c:2035
kinetis_write()
LOG_INFO
(
"FOPT requested in the programmed file differs from current setting, set 'kinetis fopt 0x%02"
kinetis.c:2042
kinetis_write()
LOG_INFO
(
"Cannot re-program FCF. Expect verify errors at FCF (0x400-0x40f)."
)
;
kinetis.c:2050
kinetis_write()
LOG_INFO
(
"Trying to re-program FCF."
)
;
kinetis.c:2052
kinetis_write()
LOG_INFO
(
"Flash re-programming may fail on this device!"
)
;
kinetis.c:2054
kinetis_write()
LOG_INFO
(
"%s detected: %u flash blocks"
,
k_chip
->
name
,
k_chip
->
num_pflash_blocks
+
k_chip
->
num_nvm_blocks
)
;
kinetis.c:2244
kinetis_probe_chip_s32k()
LOG_INFO
(
"%u PFlash banks: %"
PRIu32
" KiB total"
,
k_chip
->
num_pflash_blocks
,
pflash_size_k
)
;
kinetis.c:2245
kinetis_probe_chip_s32k()
LOG_INFO
(
"%u FlexNVM banks: %"
PRIu32
" KiB total, %"
PRIu32
" KiB available as data flash, %"
kinetis.c:2250
kinetis_probe_chip_s32k()
LOG_INFO
(
"Kinetis %s detected: %u flash blocks"
,
k_chip
->
name
,
num_blocks
)
;
kinetis.c:2877
kinetis_probe_chip()
LOG_INFO
(
"%u PFlash banks: %"
PRIu32
" KiB total"
,
k_chip
->
num_pflash_blocks
,
pflash_size_k
)
;
kinetis.c:2878
kinetis_probe_chip()
LOG_INFO
(
"%u FlexNVM banks: %"
PRIu32
" KiB total, %"
PRIu32
" KiB available as data flash, %"
kinetis.c:2882
kinetis_probe_chip()
LOG_INFO
(
"DEPART 0x%"
PRIx8
", EEPROM size code 0x%"
PRIx8
,
kinetis.c:3260
kinetis_nvm_partition()
LOG_INFO
(
"Flash clock ready"
)
;
kinetis_ke.c:437
kinetis_ke_prepare_flash()
LOG_INFO
(
"Watchdog stopped"
)
;
kinetis_ke.c:486
kinetis_ke_stop_watchdog()
LOG_INFO
(
"MDM: Chip is unsecured. Continuing."
)
;
kinetis_ke.c:653
kinetis_ke_check_flash_security_status()
LOG_INFO
(
"add flash_bank kinetis_ke %s"
,
bank
->
name
)
;
kinetis_ke.c:672
kinetis_ke_flash_bank_command()
LOG_INFO
(
"Kinetis KE: FLASH Write ..."
)
;
kinetis_ke.c:702
kinetis_ke_write_words()
LOG_INFO
(
"odd number of bytes to write (%"
PRIu32
"), extending to %"
PRIu32
" "
kinetis_ke.c:1024
kinetis_ke_write()
LOG_INFO
(
"KE02 sub-family"
)
;
kinetis_ke.c:1056
kinetis_ke_probe()
LOG_INFO
(
"KE04 sub-family"
)
;
kinetis_ke.c:1060
kinetis_ke_probe()
LOG_INFO
(
"KE06 sub-family"
)
;
kinetis_ke.c:1064
kinetis_ke_probe()
LOG_INFO
(
"KitProg v%u.%02u"
,
kitprog.c:391
kitprog_get_info()
LOG_INFO
(
"Hardware version: %u"
,
kitprog.c:393
kitprog_get_info()
LOG_INFO
(
"VTARG = %u.%03u V"
,
kitprog.c:402
kitprog_get_info()
LOG_INFO
(
"target running for unknown reason"
)
;
lakemont.c:866
lakemont_poll()
LOG_INFO
(
"part found: %s\n"
,
bit_file
->
part
)
;
lattice_bit.c:45
lattice_read_bit_file()
LOG_INFO
(
"No device matches the serial string"
)
;
libusb_helper.c:210
jtag_libusb_open()
LOG_INFO
(
"No device matches the product string"
)
;
libusb_helper.c:213
jtag_libusb_open()
LOG_INFO
(
"unaligned address %"
PRIx32
"!!"
,
addr
)
;
linux.c:141
fill_buffer()
LOG_INFO
(
"should no be called"
)
;
linux.c:224
linux_os_detect()
LOG_INFO
linux.c:517
cpu_context_read()
LOG_INFO
(
"del task %"
PRId64
,
(
*
t
)
->
threadid
)
;
linux.c:608
liste_del_task()
LOG_INFO
(
"no init symbol\n"
)
;
linux.c:681
linux_get_tasks()
LOG_INFO
(
"more than %d threads !!"
,
MAX_THREADS
)
;
linux.c:701
linux_get_tasks()
LOG_INFO
(
"complete time %"
PRId64
", thread mean %"
PRId64
"\n"
,
linux.c:749
linux_get_tasks()
LOG_INFO
(
"threadid count %d"
,
linux_os
->
threadid_count
)
;
linux.c:753
linux_get_tasks()
LOG_INFO
(
"no init symbol\n"
)
;
linux.c:926
linux_task_update()
LOG_INFO
(
"update thread done %"
PRId64
", mean%"
PRId64
"\n"
,
linux.c:1014
linux_task_update()
LOG_INFO
(
"received thread request without init task address"
)
;
linux.c:1031
linux_gdb_thread_packet()
LOG_INFO
(
"thread not found"
)
;
linux.c:1147
linux_thread_extra_info()
LOG_INFO
(
"gdb requested status on non existing thread"
)
;
linux.c:1185
linux_gdb_t_packet()
LOG_INFO
(
"no current thread identified"
)
;
linux.c:1235
linux_gdb_h_packet()
LOG_INFO
(
"name of unidentified thread %s"
,
linux.c:1244
linux_gdb_h_packet()
LOG_INFO
(
"threads_needs_update = 1"
)
;
linux.c:1362
linux_thread_packet()
LOG_INFO
(
"linux os creation\n"
)
;
linux.c:1410
linux_os_create()
LOG_INFO
(
"allocation for %d threads line"
,
linux.c:1452
linux_ps_command()
int
debug_level
=
LOG_LVL_INFO
;
log.c:35
if
(
level
<=
LOG_LVL_INFO
)
log.c:130
log_puts()
LOG_INFO
(
"If auto-detection fails for this part, please email "
lpc2000.c:1523
lpc2000_probe()
LOG_INFO
(
"Bad sector range"
)
;
lpc288x.c:235
lpc288x_erase()
LOG_INFO
(
lpc288x.c:281
lpc288x_write()
LOG_INFO
(
"Range check failed %"
PRIx32
" %"
PRIx32
""
,
offset
,
count
)
;
lpc288x.c:296
lpc288x_write()
LOG_INFO
(
"Write to flash buffer failed"
)
;
lpc288x.c:332
lpc288x_write()
LOG_INFO
(
"JTAG security set. Good bye!"
)
;
lpc2900.c:817
lpc2900_handle_secure_jtag_command()
LOG_INFO
(
"Bad sector range"
)
;
lpc2900.c:951
lpc2900_erase()
LOG_INFO
(
"no (large enough) working area, falling back to host mode"
)
;
lpc2900.c:1141
lpc2900_write()
LOG_INFO
(
"Flash bank %u: Device %s, %"
PRIu32
lpc2900.c:1459
lpc2900_probe()
LOG_INFO
(
"Processor not halted/not probed"
)
;
lpc2900.c:1523
lpc2900_erase_check()
LOG_INFO
(
"Page = 0x%"
PRIx32
" was written."
,
page
)
;
lpc3180.c:787
lpc3180_write_page()
LOG_INFO
(
"Page = 0x%"
PRIx32
" was read."
,
page
)
;
lpc3180.c:1105
lpc3180_read_page()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
lpcspifi.c:869
lpcspifi_probe()
LOG_INFO
(
"odd number of bytes to write, padding with 0xff"
)
;
mdr.c:323
mdr_write()
LOG_INFO
(
"no hardware breakpoint available"
)
;
mips_m4k.c:826
mips_m4k_add_breakpoint()
LOG_INFO
(
"no hardware watchpoints available"
)
;
mips_m4k.c:966
mips_m4k_add_watchpoint()
LOG_INFO
(
"no hardware breakpoint available"
)
;
mips_mips64.c:789
mips_mips64_add_breakpoint()
LOG_INFO
(
"no hardware watchpoints available"
)
;
mips_mips64.c:851
mips_mips64_add_watchpoint()
LOG_INFO
(
"Found flash device \'%s\' ID 0x%08"
PRIx32
,
mrvlqspi.c:856
mrvlqspi_probe()
LOG_INFO
(
"msp432: Mass erase of flash is complete"
)
;
msp432.c:520
msp432_mass_erase_command()
LOG_INFO
(
"msp432: Mass erase of %s is complete"
,
msp432.c:522
msp432_mass_erase_command()
LOG_INFO
(
"msp432: BSL flash region is currently %slocked"
,
msp432.c:562
msp432_bsl_command()
LOG_INFO
(
"NAND read-only"
)
;
mx3.c:186
imx31_init()
LOG_INFO
(
"NAND read-only"
)
;
mxc.c:272
mxc_init()
LOG_INFO
(
"main area read with 1 (correctable) error"
)
;
mxc.c:861
ecc_status_v1()
LOG_INFO
(
"main area read with more than 1 (incorrectable) error"
)
;
mxc.c:864
ecc_status_v1()
LOG_INFO
(
"spare area read with 1 (correctable) error"
)
;
mxc.c:869
ecc_status_v1()
LOG_INFO
(
"main area read with more than 1 (incorrectable) error"
)
;
mxc.c:872
ecc_status_v1()
LOG_INFO
(
"UnCorrectable RS-ECC Error"
)
;
mxc.c:892
ecc_status_v2()
LOG_INFO
(
"%d Symbol Correctable RS-ECC Error"
,
err
)
;
mxc.c:895
ecc_status_v2()
LOG_INFO
(
"Please wait ..."
)
;
/* it`s quite a long process */
niietcm4.c:1216
niietcm4_protect()
LOG_INFO
(
"Odd number of words to write, padding with 0xFFFFFFFF"
)
;
niietcm4.c:1388
niietcm4_write()
LOG_INFO
(
"Please wait ..."
)
;
/* it`s quite a long process */
niietcm4.c:1406
niietcm4_write()
LOG_INFO
(
"%u byte of %"
PRIu32
,
i
,
count
)
;
niietcm4.c:1417
niietcm4_write()
LOG_INFO
(
"unknown chipid, assuming K1921VK01T"
)
;
niietcm4.c:1678
niietcm4_probe()
LOG_INFO
(
"Hint: Use '-work-area-phys 0x%"
PRIx32
"' in your target configuration"
,
npcx.c:94
npcx_init()
LOG_INFO
(
"A reset or power cycle is required for the new protection settings to take effect."
)
;
nrf5.c:602
nrf51_protect_clenr0()
LOG_INFO
(
"%s%s %ukB Flash, %ukB RAM"
,
nrf5.c:987
nrf5_probe_chip()
LOG_INFO
(
"Mass erase completed."
)
;
nrf5.c:1475
nrf5_handle_mass_erase_command()
LOG_INFO
(
"A reset or power cycle is required if the flash was protected before."
)
;
nrf5.c:1477
nrf5_handle_mass_erase_command()
LOG_INFO
(
"Nuvoton NuMicro: Flash Lock Check..."
)
;
numicro.c:820
numicro_protect_check()
LOG_INFO
(
"CBS=0: Boot From LPROM"
)
;
numicro.c:834
numicro_protect_check()
LOG_INFO
(
"CBS=1: Boot From APROM"
)
;
numicro.c:836
numicro_protect_check()
LOG_INFO
(
"Flash is secure locked!"
)
;
numicro.c:840
numicro_protect_check()
LOG_INFO
(
"TO UNLOCK FLASH,EXECUTE chip_erase COMMAND!!"
)
;
numicro.c:841
numicro_protect_check()
LOG_INFO
(
"Flash is not locked!"
)
;
numicro.c:844
numicro_protect_check()
LOG_INFO
(
"Nuvoton NuMicro: Sector Erase ... (%u to %u)"
,
first
,
last
)
;
numicro.c:867
numicro_erase()
LOG_INFO
(
"Nuvoton NuMicro: Flash Write ..."
)
;
numicro.c:938
numicro_write()
LOG_INFO
(
"Device ID: 0x%08"
PRIx32
""
,
part_id
)
;
numicro.c:1040
numicro_get_cpu_type()
LOG_INFO
(
"Device Name: %s"
,
(
*
cpu
)
->
partname
)
;
numicro.c:1045
numicro_get_cpu_type()
LOG_INFO
(
"bank base = "
TARGET_ADDR_FMT
", size = 0x%08"
numicro.c:1058
numicro_get_flash_size()
LOG_INFO
(
"0x%08"
PRIx32
": 0x%08"
PRIx32
,
address
,
ispdat
)
;
numicro.c:1160
numicro_handle_read_isp_command()
LOG_INFO
(
"0x%08"
PRIx32
": 0x%08"
PRIx32
,
address
,
ispdat
)
;
numicro.c:1188
numicro_handle_write_isp_command()
LOG_INFO
(
"Detected target \"%s\""
,
param
->
target_name
)
;
nuttx.c:159
nuttx_create()
LOG_INFO
(
"opendous JTAG Interface ready"
)
;
opendous.c:366
opendous_init()
LOG_INFO
(
"Starting or1k profiling. Sampling npc as fast as we can..."
)
;
or1k.c:1214
or1k_profiling()
LOG_INFO
(
"Profiling completed. %"
PRIu32
" samples."
,
sample_count
)
;
or1k.c:1240
or1k_profiling()
LOG_INFO
(
"%s tap selected"
,
or1k_tap
->
name
)
;
or1k.c:1263
or1k_tap_select_command_handler()
LOG_INFO
(
"%s debug unit selected"
,
or1k_du
->
name
)
;
or1k.c:1302
or1k_du_select_command_handler()
LOG_INFO
(
"Option %x is passed to %s debug unit"
or1k.c:1308
or1k_du_select_command_handler()
LOG_INFO
(
"adv debug unit is configured with option ADBG_USE_HISPEED"
)
;
or1k_du_adv.c:170
or1k_adv_jtag_init()
LOG_INFO
(
"adv debug unit is configured with option ENABLE_JSP_MULTI"
)
;
or1k_du_adv.c:174
or1k_adv_jtag_init()
LOG_INFO
(
"adv debug unit is configured with option ENABLE_JSP_SERVER"
)
;
or1k_du_adv.c:175
or1k_adv_jtag_init()
LOG_INFO
(
"Detected %s with %d KB FLASH, %d KB boot FLASH and %d KB RAM."
,
pic32mm.c:183
pic32mm_compute_device_layout()
LOG_INFO
(
"FLASH row size is %d words and page size is %d words"
,
pic32mm.c:189
pic32mm_compute_device_layout()
LOG_INFO
(
"device id = 0x%08"
PRIx32
" (manuf 0x%03x dev 0x%04x, ver 0x%02x)"
,
pic32mm.c:785
pic32mm_find_device()
LOG_INFO
(
"The following FLASH bytes do not match the expected values:"
)
;
pic32mm.c:1073
pic32mm_verify()
LOG_INFO
(
" Address | Expected | Actual"
)
;
pic32mm.c:1074
pic32mm_verify()
LOG_INFO
(
"0x%08x | 0x%02X | 0x%02X "
,
address
,
expected
,
actual
)
;
pic32mm.c:1084
pic32mm_verify()
LOG_INFO
(
"PIC32MM: ignoring different FICD value during FLASH verification"
)
;
pic32mm.c:1095
pic32mm_verify()
LOG_INFO
(
"device id = 0x%08"
PRIx32
" (manuf 0x%03x dev 0x%04x, ver 0x%02x)"
,
pic32mx.c:693
pic32mx_probe()
LOG_INFO
(
"flash size = %"
PRIu32
" KiB"
,
num_pages
/
1024
)
;
pic32mx.c:762
pic32mx_probe()
LOG_INFO
(
"'pld init' has already been called"
)
;
pld.c:332
handle_pld_init_command()
LOG_INFO
(
"PSOC4_CMD_SET_IMO48 is not implemented on this device."
)
;
psoc4.c:469
psoc4_flash_prepare()
LOG_INFO
(
"Autoerase enabled, erase command ignored"
)
;
psoc4.c:523
psoc4_erase()
LOG_INFO
(
"Flash auto-erase enabled, non mass erase commands will be ignored."
)
;
psoc4.c:620
psoc4_handle_flash_autoerase_command()
LOG_INFO
(
"Flash auto-erase disabled. Use psoc mass_erase before flash programming."
)
;
psoc4.c:623
psoc4_handle_flash_autoerase_command()
LOG_INFO
(
"%s legacy family detected."
,
family
->
name
)
;
psoc4.c:736
psoc4_probe()
LOG_INFO
(
"%s family detected."
,
family
->
name
)
;
psoc4.c:742
psoc4_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
psoc4.c:778
psoc4_probe()
LOG_INFO
(
"flash size = %"
PRIu32
" KiB%s"
,
flash_size_in_kb
,
macros_txt
)
;
psoc4.c:786
psoc4_probe()
LOG_INFO
(
"WOUNDING detected: accessible flash size %"
PRIu32
" kbytes"
,
flash_size_in_kb
)
;
psoc4.c:800
psoc4_probe()
LOG_INFO
(
"Unchanged, skipping NVL write"
)
;
psoc5lp.c:699
psoc5lp_nvl_write()
LOG_INFO
(
"Erase operation on Supervisory Flash is not required, skipping"
)
;
psoc6.c:711
psoc6_erase()
LOG_INFO
(
"psoc6.cm0: bkpt @0x%08"
PRIX32
", issuing SYSRESETREQ"
,
reset_addr
)
;
psoc6.c:939
handle_reset_halt()
LOG_INFO
(
"psoc6.cm4: bkpt @0x%08"
PRIX32
", issuing VECTRESET"
,
reset_addr
)
;
psoc6.c:943
handle_reset_halt()
LOG_INFO
(
"psoc6.cm0: bkpt @0x%08X, issuing SYSRESETREQ"
,
addr
)
;
psoc6.c:997
psoc6_handle_reset_to_entry()
LOG_INFO
(
"Detected flash size: %d KiB"
,
bank
->
size
/
1024
)
;
qn908x.c:910
qn908x_probe()
LOG_INFO
(
"mass_erase disabled by Flash lock and protection, forcing "
qn908x.c:1066
qn908x_handle_mass_erase_command()
LOG_INFO
(
"Fixup %d unaligned head bytes"
,
align
)
;
renesas_rpchf.c:518
rpchf_write()
LOG_INFO
(
"Programming at 0x%08"
PRIx32
", count 0x%08"
renesas_rpchf.c:551
rpchf_write()
LOG_INFO
(
"Fixup %"
PRIu32
" unaligned tail bytes"
,
count
)
;
renesas_rpchf.c:587
rpchf_write()
LOG_INFO
(
"Got data from 0x%x but expected it from 0x%x"
,
riscv-011.c:975
cache_write()
LOG_INFO
(
"Examined RISCV core; XLEN=%d, misa=0x%"
PRIx64
,
riscv-011.c:1596
examine()
debug_level
=
LOG_LVL_INFO
;
riscv-011.c:1907
poll_target()
LOG_INFO
(
"Retrying memory read starting from 0x%"
TARGET_PRIxADDR
riscv-011.c:2102
read_memory()
LOG_INFO
(
"Retrying memory write starting from 0x%"
TARGET_PRIxADDR
riscv-011.c:2258
write_memory()
LOG_INFO
(
"Disabling abstract command reads from FPRs."
)
;
riscv-013.c:916
register_read_abstract()
LOG_INFO
(
"Disabling abstract command reads from CSRs."
)
;
riscv-013.c:919
register_read_abstract()
LOG_INFO
(
"Disabling abstract command writes to FPRs."
)
;
riscv-013.c:955
register_write_abstract()
LOG_INFO
(
"Disabling abstract command writes to CSRs."
)
;
riscv-013.c:958
register_write_abstract()
LOG_INFO
(
"No program buffer present."
)
;
riscv-013.c:1017
examine_progbuf()
LOG_INFO
(
"progbuf is writable at 0x%"
PRIx64
,
riscv-013.c:1052
examine_progbuf()
LOG_INFO
(
"progbuf is not writeable at 0x%"
PRIx64
,
riscv-013.c:1057
examine_progbuf()
LOG_INFO
(
"Vector support with vlenb=%d"
,
r
->
vlenb
)
;
riscv-013.c:1557
discover_vlenb()
LOG_INFO
(
"datacount=%d progbufsize=%d"
,
info
->
datacount
,
info
->
progbufsize
)
;
riscv-013.c:1664
examine()
LOG_INFO
(
"Core %d made part of halt group %d."
,
target
->
coreid
,
riscv-013.c:1765
examine()
LOG_INFO
(
"Core %d could not be made part of halt group %d."
,
riscv-013.c:1768
examine()
LOG_INFO
(
"Examined RISC-V core; found %d harts"
,
riscv-013.c:1775
examine()
LOG_INFO
(
" hart %d: XLEN=%d, misa=0x%"
PRIx64
,
r
->
current_hartid
,
r
->
xlen
,
riscv-013.c:1777
examine()
LOG_INFO
(
"authdata_write resulted in successful authentication"
)
;
riscv-013.c:1813
riscv013_authdata_write()
LOG_INFO
(
"Hart %d unexpectedly reset!"
,
hartid
)
;
riscv-013.c:4299
riscv013_is_halted()
LOG_INFO
(
"OpenOCD only supports hardware and software breakpoints."
)
;
riscv.c:905
riscv_add_breakpoint()
LOG_INFO
(
"OpenOCD only supports hardware and software breakpoints."
)
;
riscv.c:965
riscv_remove_breakpoint()
LOG_INFO
(
"Turning off memory sampling because it failed."
)
;
riscv.c:2177
sample_memory()
LOG_INFO
(
"Nested Tap based Bscan Tunnel Selected"
)
;
riscv.c:2786
riscv_use_bscan_tunnel()
LOG_INFO
(
"Simple Register based Bscan Tunnel Selected"
)
;
riscv.c:2788
riscv_use_bscan_tunnel()
LOG_INFO
(
"Invalid Tunnel type selected ! : selecting default Nested Tap Type"
)
;
riscv.c:2790
riscv_use_bscan_tunnel()
LOG_INFO
(
"[%s] Found %d triggers"
,
target_name
(
target
)
,
r
->
trigger_count
)
;
riscv.c:3510
riscv_enumerate_triggers()
LOG_INFO
(
"Found flash device '%s' (ID 0x%08"
PRIx32
")"
,
rp2040.c:469
rp2040_flash_probe()
LOG_INFO
(
"RP2040 B0 Flash Probe: %"
PRIu32
" bytes @"
TARGET_ADDR_FMT
", in %u sectors\n"
,
rp2040.c:480
rp2040_flash_probe()
LOG_INFO
(
"erase bank: %x, %x"
,
first
,
last
)
;
rsl10.c:567
rsl10_erase()
LOG_INFO
(
"Creating flash @ "
TARGET_ADDR_FMT
,
bank
->
base
)
;
rsl10.c:624
rsl10_flash_bank_command()
LOG_INFO
(
"Keys used: %s %s %s %s"
,
CMD_ARGV
[
0
]
,
CMD_ARGV
[
1
]
,
CMD_ARGV
[
2
]
,
CMD_ARGV
[
3
]
)
;
rsl10.c:686
rsl10_lock_command()
LOG_INFO
(
"mem read: 0x%08"
PRIx32
,
key
)
;
rsl10.c:752
rsl10_unlock_command()
LOG_INFO
(
"Auto-detected RTOS: %s"
,
os
->
type
->
name
)
;
rtos.c:296
rtos_qsymbol()
LOG_INFO
(
"rtt: Control block found at 0x%"
TARGET_PRIxADDR
,
rtt.c:139
rtt_start()
LOG_INFO
(
"rtt: No control block found"
)
;
rtt.c:143
rtt_start()
LOG_INFO
(
"rtt: Searching for control block '%s'"
,
id
)
;
rtt.c:253
target_rtt_find_control_block()
LOG_INFO
(
"%s: reading data: %p, %p, %d"
,
__func__
,
nand
,
data
,
data_size
)
;
s3c2440.c:82
s3c2440_read_block_data()
LOG_INFO
(
"accepting '%s' connection on tcp/%s"
,
service
->
name
,
service
->
port
)
;
server.c:91
add_connection()
LOG_INFO
(
"accepting '%s' connection from pipe"
,
service
->
name
)
;
server.c:112
add_connection()
LOG_INFO
(
"accepting '%s' connection from pipe %s"
,
service
->
name
,
service
->
port
)
;
server.c:135
add_connection()
LOG_INFO
(
"Listening on port %hu for %s connections"
,
server.c:298
add_service()
LOG_INFO
(
server.c:553
server_loop()
LOG_INFO
(
"dropped '%s' connection (error %d)"
,
server.c:575
server_loop()
LOG_INFO
(
"set servers polling period to %ums"
,
polling_period
)
;
server.c:783
handle_poll_period_command()
LOG_INFO
(
"no SDFP found"
)
;
sfdp.c:78
spi_sfdp()
LOG_INFO
(
"device has to be switched to 4-byte addresses"
)
;
sfdp.c:204
spi_sfdp()
LOG_INFO
(
"4-byte address parameter table"
)
;
sfdp.c:211
spi_sfdp()
LOG_INFO
(
"valid SFDP detected"
)
;
sfdp.c:240
spi_sfdp()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
sh_qspi.c:803
sh_qspi_probe()
LOG_INFO
(
"odd number of bytes to write (%"
PRIu32
"), extending to %"
PRIu32
sim3x.c:509
sim3x_flash_write()
LOG_INFO
(
"Flash is already locked"
)
;
sim3x.c:587
sim3x_flash_protect()
LOG_INFO
(
"Flash locked"
)
;
sim3x.c:610
sim3x_flash_protect()
LOG_INFO
(
"Flash unlocked"
)
;
sim3x.c:621
sim3x_flash_protect()
LOG_INFO
(
"SiM3C%d detected"
,
sim3x_info
->
part_number
)
;
sim3x.c:711
sim3x_parse_part_info()
LOG_INFO
(
"SiM3U%d detected"
,
sim3x_info
->
part_number
)
;
sim3x.c:715
sim3x_parse_part_info()
LOG_INFO
(
"SiM3L%d detected"
,
sim3x_info
->
part_number
)
;
sim3x.c:719
sim3x_parse_part_info()
LOG_INFO
(
"Flash size = %dKB"
,
sim3x_info
->
flash_size_kb
)
;
sim3x.c:771
sim3x_read_info()
LOG_INFO
(
"Mass erase success"
)
;
sim3x.c:973
sim3x_mass_erase()
LOG_INFO
(
"Target can't be unlocked by this debug interface"
)
;
sim3x.c:988
sim3x_lock()
LOG_INFO
(
"Target is already locked"
)
;
sim3x.c:1020
sim3x_lock()
LOG_INFO
(
"Target is successfully locked"
)
;
sim3x.c:1048
sim3x_lock()
LOG_INFO
(
"Maybe this isn't a SiM3x MCU"
)
;
sim3x.c:1059
sim3x_lock()
LOG_INFO
(
"USER ACTION: "
stellaris.c:1380
stellaris_handle_recover_command()
LOG_INFO
(
"STLINK %s (API v%d) VID:PID %04X:%04X"
,
stlink_usb.c:1471
stlink_usb_version()
LOG_INFO
(
"Target voltage: %f"
,
(
double
)
*
target_voltage
)
;
stlink_usb.c:1507
stlink_usb_check_voltage()
LOG_INFO
(
"Previous state query failed, trying to reconnect"
)
;
stlink_usb.c:2164
stlink_usb_state()
LOG_INFO
(
"Unable to match requested speed %d kHz, using %d kHz"
,
stlink_usb.c:3073
stlink_match_speed_map()
LOG_INFO
(
"connected to stlink-server"
)
;
stlink_usb.c:3567
stlink_tcp_open()
LOG_INFO
(
"stlink-server API v%d, version %d.%d.%d"
,
stlink_usb.c:3583
stlink_tcp_open()
LOG_INFO
(
"stlink_dap_op_connect(%sconnect)"
,
dap
->
do_reconnect
?
"re"
:
""
)
;
stlink_usb.c:4197
stlink_dap_op_connect()
LOG_INFO
(
"%s %#8.8"
PRIx32
,
stlink_usb.c:4224
stlink_dap_op_connect()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
dbgmcu_idcode
)
;
stm32f1x.c:828
stm32x_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
stm32f1x.c:1006
stm32x_probe()
LOG_INFO
(
"flash size = %d KiB"
,
flash_size_in_kb
)
;
stm32f1x.c:1010
stm32x_probe()
LOG_INFO
(
"OTP memory bank #%u is disabled for write commands."
,
stm32f2x.c:222
stm32x_otp_disable()
LOG_INFO
(
"OTP memory bank #%u is enabled for write commands."
,
stm32f2x.c:233
stm32x_otp_enable()
LOG_INFO
(
"PCROP Engaged"
)
;
stm32f2x.c:429
stm32x_read_options()
LOG_INFO
(
"Device Security Bit Set"
)
;
stm32f2x.c:436
stm32x_read_options()
LOG_INFO
(
"flash_write_done:%s"
,
bank
->
name
)
;
stm32f2x.c:769
stm32x_write_block()
LOG_INFO
(
"%s Bank %"
PRIu16
" kiB final sector clipped to %"
PRIu16
" kiB"
,
stm32f2x.c:929
calculate_number_of_sectors()
LOG_INFO
(
"stm32f4x errata detected - fixing incorrect MCU_IDCODE"
)
;
stm32f2x.c:977
stm32x_get_device_id()
LOG_INFO
(
"flash size = %"
PRIu16
" bytes"
,
otp_size_in_b
)
;
stm32f2x.c:1028
stm32x_probe()
LOG_INFO
(
"device id = 0x%08"
PRIx32
,
device_id
)
;
stm32f2x.c:1055
stm32x_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
stm32f2x.c:1136
stm32x_probe()
LOG_INFO
(
"flash size = %"
PRIu16
" KiB"
,
flash_size_in_kb
)
;
stm32f2x.c:1140
stm32x_probe()
LOG_INFO
(
"Dual Bank %"
PRIu16
" kiB STM32F42x/43x/469/479 found"
,
flash_size_in_kb
)
;
stm32f2x.c:1155
stm32x_probe()
LOG_INFO
(
"Single Bank %"
PRIu16
" kiB STM32F42x/43x/469/479 found"
,
flash_size_in_kb
)
;
stm32f2x.c:1158
stm32x_probe()
LOG_INFO
(
"Single Bank %"
PRIu16
" kiB STM32F76x/77x found"
,
flash_size_in_kb
)
;
stm32f2x.c:1172
stm32x_probe()
LOG_INFO
(
"Dual Bank %"
PRIu16
" kiB STM32F76x/77x found"
,
flash_size_in_kb
)
;
stm32f2x.c:1176
stm32x_probe()
LOG_INFO
(
"Target not halted"
)
;
stm32f2x.c:1441
stm32x_handle_lock_command()
LOG_INFO
(
"Target not halted"
)
;
stm32f2x.c:1480
stm32x_handle_unlock_command()
LOG_INFO
(
"odd number of bytes to write, padding with 0xff"
)
;
stm32g0x.c:582
stm32gx_write()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
device_id
)
;
stm32g0x.c:730
stm32x_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
stm32g0x.c:757
stm32x_probe()
LOG_INFO
(
"flash size = %dkbytes"
,
flash_size_in_kb
)
;
stm32g0x.c:761
stm32x_probe()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
stm32l4_info
->
idcode
)
;
stm32g4x.c:820
stm32l4_probe()
LOG_INFO
(
"flash size = %dkbytes"
,
flash_size_in_kb
)
;
stm32g4x.c:848
stm32l4_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size: %d kbytes"
,
flash_size_in_kb
)
;
stm32g4x.c:871
stm32l4_probe()
LOG_INFO
(
"Device: %s"
,
stm32x_info
->
part_info
->
device_str
)
;
stm32h7x.c:780
stm32x_probe()
LOG_INFO
(
"assuming %"
PRIu16
"k flash"
,
flash_size_in_kb
)
;
stm32h7x.c:806
stm32x_probe()
LOG_INFO
(
"flash size probed value %"
PRIu16
"k"
,
flash_size_in_kb
)
;
stm32h7x.c:808
stm32x_probe()
LOG_INFO
(
"STM32H7 flash has dual banks"
)
;
stm32h7x.c:838
stm32x_probe()
LOG_INFO
(
"STM32H7 flash has a single bank"
)
;
stm32h7x.c:846
stm32x_probe()
LOG_INFO
(
"Bank (%u) size is %"
PRIu16
" kb, base address is "
TARGET_ADDR_FMT
,
stm32h7x.c:858
stm32x_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
stm32h7x.c:864
stm32x_probe()
LOG_INFO
(
"the requested RDP value is already programmed"
)
;
stm32h7x.c:980
stm32x_set_rdp()
LOG_INFO
(
"OTP memory (bank #%d) is %s%s for write commands"
,
stm32l4x.c:785
stm32l4_otp_enable()
LOG_INFO
(
"The specified sectors are already %s"
,
set
?
"protected"
:
"unprotected"
)
;
stm32l4x.c:1320
stm32l4_protect_same_bank()
LOG_INFO
(
"device idcode = 0x%08"
PRIx32
" (%s - Rev %s : 0x%04x)"
,
stm32l4x.c:1831
stm32l4_probe()
LOG_INFO
(
"TZEN = %d : TrustZone %s by option bytes"
,
stm32l4x.c:1869
stm32l4_probe()
LOG_INFO
(
"RDP level %s (0x%02X)"
,
stm32l4x.c:1873
stm32l4_probe()
LOG_INFO
(
"OTP size is %d bytes, base address is "
TARGET_ADDR_FMT
,
bank
->
size
,
bank
->
base
)
;
stm32l4x.c:1880
stm32l4_probe()
LOG_INFO
(
"flash size = %d KiB"
,
flash_size_kb
)
;
stm32l4x.c:1918
stm32l4_probe()
LOG_INFO
(
"flash mode : %s-bank"
,
stm32l4_info
->
dual_bank_mode
?
"dual"
:
"single"
)
;
stm32l4x.c:2103
stm32l4_probe()
LOG_INFO
(
"gap detected from 0x%08x to 0x%08x"
,
stm32l4x.c:2108
stm32l4_probe()
LOG_INFO
(
"Global TrustZone Security is %s"
,
stm32l4_info
->
tzen
?
"enabled"
:
"disabled"
)
;
stm32l4x.c:2365
stm32l4_handle_trustzone_command()
LOG_INFO
(
"The requested TZEN is already programmed"
)
;
stm32l4x.c:2373
stm32l4_handle_trustzone_command()
LOG_INFO
(
"device id = 0x%08"
PRIx32
""
,
device_id
)
;
stm32l5x.c:706
stm32l4_probe()
LOG_INFO
(
"flash size = %dkbytes"
,
flash_size_in_kb
)
;
stm32l5x.c:742
stm32l4_probe()
LOG_INFO
(
"Device: %s"
,
stm32lx_info
->
part_info
.
device_str
)
;
stm32lx.c:761
stm32lx_probe()
LOG_INFO
(
"STM32L flash has dual banks. Bank (%u) size is %dkb, base address is 0x%"
PRIx32
,
stm32lx.c:824
stm32lx_probe()
LOG_INFO
(
"STM32L flash size is %dkb, base address is 0x%"
PRIx32
,
flash_size_in_kb
,
base_address
)
;
stm32lx.c:827
stm32lx_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size: %dkbytes"
,
flash_size_in_kb
)
;
stm32lx.c:834
stm32lx_probe()
LOG_INFO
(
"no hardware breakpoint available"
)
;
stm8.c:1441
stm8_add_breakpoint()
LOG_INFO
(
"no hardware watchpoints available"
)
;
stm8.c:1601
stm8_add_watchpoint()
LOG_INFO
(
"trying to reconnect"
)
;
stm8.c:1692
stm8_examine()
LOG_INFO
(
"flash \'%s\' id = unknown\nchip size = %"
PRIu32
" KiB,"
stmqspi.c:754
stmqspi_handle_set()
LOG_INFO
(
"flash \'%s\' id = unknown\nchip size = %"
PRIu32
" B,"
stmqspi.c:759
stmqspi_handle_set()
LOG_INFO
(
"stmqspi blank checked in %fs (%0.3f KiB/s)"
,
duration_elapsed
(
&
bench
)
,
stmqspi.c:1230
stmqspi_blank_check()
LOG_INFO
(
"No id from flash1"
)
;
stmqspi.c:2050
read_flash_id()
LOG_INFO
(
"No id from flash2"
)
;
stmqspi.c:2058
read_flash_id()
LOG_INFO
(
"No id - set flash parameters manually"
)
;
stmqspi.c:2192
stmqspi_probe()
LOG_INFO
(
"flash1 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2205
stmqspi_probe()
LOG_INFO
(
"flash1 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2208
stmqspi_probe()
LOG_INFO
(
"flash1 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2227
stmqspi_probe()
LOG_INFO
(
"flash2 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2245
stmqspi_probe()
LOG_INFO
(
"flash2 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2248
stmqspi_probe()
LOG_INFO
(
"flash2 \'%s\' id = 0x%06"
PRIx32
" size = %"
PRIu32
stmqspi.c:2285
stmqspi_probe()
LOG_INFO
(
"Found flash device \'%s\' (ID 0x%08"
PRIx32
")"
,
stmsmi.c:574
stmsmi_probe()
LOG_INFO
(
"Device Security Bit Set"
)
;
str9xpec.c:112
str9xpec_isc_status()
LOG_INFO
(
"DEPRECATED flag '%s'; use '-%s'"
,
CMD_ARGV
[
i
]
,
CMD_ARGV
[
i
]
)
;
svf.c:436
handle_svf_command()
LOG_INFO
(
"DEPRECATED flag '%s'; use '-%s'"
,
CMD_ARGV
[
i
]
,
CMD_ARGV
[
i
]
)
;
svf.c:443
handle_svf_command()
LOG_INFO
(
"DEPRECATED flag '%s'; use '-%s'"
,
CMD_ARGV
[
i
]
,
CMD_ARGV
[
i
]
)
;
svf.c:450
handle_svf_command()
LOG_INFO
(
"DEPRECATED flag '%s'; use '-%s'"
,
CMD_ARGV
[
i
]
,
CMD_ARGV
[
i
]
)
;
svf.c:457
handle_svf_command()
LOG_INFO
(
"Halt timed out, wake up GDB."
)
;
target.c:498
target_poll()
LOG_TARGET_INFO
(
target
,
"Examination succeed"
)
;
target.c:690
target_examine_one()
LOG_INFO
(
"flash_write_progress_async_start:0x%x"
,
block_size
*
count_orig
)
;
target.c:976
target_run_flash_async_algorithm()
LOG_INFO
(
"flash_write_progress_async:0x%x|0x%x"
,
buffer
-
buffer_orig
,
block_size
*
count_orig
)
;
target.c:1056
target_run_flash_async_algorithm()
LOG_INFO
(
"'target init' has already been called"
)
;
target.c:1581
handle_target_init_command()
LOG_INFO
(
"Starting profiling. Halting and resuming the"
target.c:2308
target_profiling_default()
LOG_INFO
(
"Target not halted or running"
)
;
target.c:2329
target_profiling_default()
LOG_INFO
(
"Profiling completed. %"
PRIu32
" samples."
,
sample_count
)
;
target.c:2339
target_profiling_default()
LOG_INFO
(
"srst asserted detected, running srst_asserted proc."
)
;
target.c:2940
handle_target()
LOG_INFO
(
"Power dropout detected, running power_dropout proc."
)
;
target.c:2949
handle_target()
LOG_TARGET_INFO
(
target
,
"requesting target halt and executing a soft reset"
)
;
target.c:3288
handle_soft_reset_halt_command()
LOG_INFO
(
"DEPRECATED target event %s; use TPIU events {pre,post}-{enable,disable}"
,
n
->
name
)
;
target.c:5105
target_configure()
LOG_INFO
(
"Deferring arp_examine of %s"
,
target_name
(
target
)
)
;
target.c:5391
handle_target_examine()
LOG_INFO
(
"Use arp_examine command to examine it manually!"
)
;
target.c:5392
handle_target_examine()
LOG_INFO
(
"The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD"
)
;
target.c:5848
target_create()
LOG_INFO
(
"failed"
)
;
target.c:6426
handle_ps_command()
LOG_INFO
(
"'nand init' has already been called"
)
;
tcl.c:479
handle_nand_init_command()
LOG_INFO
(
"Flash protection check is not implemented."
)
;
tcl.c:100
handle_flash_info_command()
LOG_INFO
(
"Padding at "
TARGET_ADDR_FMT
" with %"
PRIu32
tcl.c:614
handle_flash_fill_command()
LOG_INFO
(
"Nothing to write to flash bank"
)
;
tcl.c:773
handle_flash_write_bank_command()
LOG_INFO
(
"File content exceeds flash bank size. Only writing the "
tcl.c:779
handle_flash_write_bank_command()
LOG_INFO
(
"Padding at "
TARGET_ADDR_FMT
" with %"
PRIu32
tcl.c:825
handle_flash_write_bank_command()
LOG_INFO
(
"Nothing to compare with flash bank"
)
;
tcl.c:973
handle_flash_verify_bank_command()
LOG_INFO
(
"File content exceeds flash bank size. Only comparing the "
tcl.c:979
handle_flash_verify_bank_command()
LOG_INFO
(
"'flash init' has already been called"
)
;
tcl.c:1359
handle_flash_init_command()
LOG_INFO
(
"JTAG tap: %s %s"
,
tap
->
dotted_name
,
tcl.c:568
jtag_tap_handle_event()
LOG_INFO
(
"'jtag init' has already been called"
)
;
tcl.c:680
handle_jtag_init_command()
LOG_INFO
(
"tcl server disabled"
)
;
tcl_server.c:280
tcl_init()
LOG_INFO
(
"unable to get user home directory, telnet history will be disabled"
)
;
telnet_server.c:143
telnet_load_history()
LOG_INFO
(
"unable to get user home directory, telnet history will be disabled"
)
;
telnet_server.c:179
telnet_save_history()
LOG_INFO
(
"telnet server disabled"
)
;
telnet_server.c:945
telnet_init()
LOG_INFO
(
"ICDI Firmware version: %s"
,
version
)
;
ti_icdi_usb.c:337
icdi_usb_version()
LOG_INFO
(
"device_ident_reg = 0x%08"
PRIx32
""
,
device_ident_reg
)
;
tms470.c:128
tms470_read_part_info()
LOG_INFO
(
"Identified %s, ver=%d, core=%s, nvmem=%s."
,
tms470.c:251
tms470_read_part_info()
LOG_INFO
(
"tms470 fmbbusy = 0x%08"
PRIx32
" -> %s"
,
tms470.c:374
tms470_check_flash_unlocked()
LOG_INFO
(
"tms470 writing fmpkey = 0x%08"
PRIx32
""
,
key_set
[
i
]
)
;
tms470.c:422
tms470_try_flash_keys()
LOG_INFO
(
"tms470 flash is unlocked"
)
;
tms470.c:477
tms470_unlock_flash()
LOG_INFO
(
"Erasing tms470 bank %u sector %u..."
,
tms470_info
->
ordinal
,
sector
)
;
tms470.c:812
tms470_erase()
LOG_INFO
(
"sector erased successfully."
)
;
tms470.c:820
tms470_erase()
LOG_INFO
(
"Writing %"
PRIu32
" bytes starting at "
TARGET_ADDR_FMT
,
tms470.c:890
tms470_write()
LOG_INFO
(
"writing 0x%04x at 0x%08"
PRIx32
""
,
word
,
addr
)
;
tms470.c:923
tms470_write()
LOG_INFO
(
"skipping 0xffff at 0x%08"
PRIx32
""
,
addr
)
;
tms470.c:952
tms470_write()
LOG_INFO
(
"checking flash bank %u sector %u"
,
tms470_info
->
ordinal
,
sector
)
;
tms470.c:1034
tms470_erase_check()
LOG_INFO
(
"sector erased"
)
;
tms470.c:1049
tms470_erase_check()
LOG_INFO
(
"only one transport option; autoselecting '%s'"
,
vector
[
0
]
)
;
transport.c:107
allow_transports()
LOG_INFO
(
"auto-selecting first available session transport \"%s\". "
transport.c:267
handle_transport_select()
LOG_INFO
(
"Altera USB-Blaster II (uninitialized) found"
)
;
ublast2_access_libusb.c:206
ublast2_libusb_init()
LOG_INFO
(
"Loading firmware..."
)
;
ublast2_access_libusb.c:207
ublast2_libusb_init()
LOG_INFO
(
"Waiting for reenumerate..."
)
;
ublast2_access_libusb.c:227
ublast2_libusb_init()
LOG_INFO
(
"Altera USB-Blaster II found (Firm. rev. = %s)"
,
buffer
)
;
ublast2_access_libusb.c:254
ublast2_libusb_init()
LOG_INFO
(
"ULINK signal states: TDI: %i, TDO: %i, TMS: %i, TCK: %i, TRST: %i,"
ulink.c:492
ulink_print_signal_states()
LOG_INFO
(
ulink.c:1745
ulink_queue_pathmove()
LOG_INFO
(
"Loading OpenULINK firmware. This is reversible by power-cycling"
ulink.c:2135
ulink_init()
LOG_INFO
(
"ULINK device is already running OpenULINK firmware"
)
;
ulink.c:2146
ulink_init()
LOG_INFO
(
"Downloading ULINK firmware image %s"
,
CMD_ARGV
[
0
]
)
;
ulink.c:2235
ulink_download_firmware_handler()
LOG_INFO
(
"No lowlevel driver configured, using %s"
,
info
.
lowlevel_name
)
;
usb_blaster.c:845
ublast_init()
LOG_INFO
(
"%s: %s is set as %s\n"
,
CMD_NAME
,
pin_name
,
usb_blaster.c:949
ublast_handle_pin_command()
LOG_INFO
(
"USB JTAG Interface ready!"
)
;
usbprog.c:156
usbprog_init()
LOG_INFO
(
"USB_TO_XXX abilities: 0x%08X:0x%08X:0x%08X"
,
usbtoxxx.c:240
usbtoxxx_init()
LOG_INFO
(
"%s"
,
versaloon_buf
+
2
)
;
versaloon.c:258
versaloon_init()
LOG_INFO
(
"VSLLink SWD mode enabled"
)
;
vsllink.c:674
vsllink_swd_init()
LOG_INFO
(
"flash_id id = 0x%08"
PRIx32
""
,
flash_id
)
;
w600.c:286
w600_probe()
LOG_INFO
(
"ignoring flash probed value, using configured bank size"
)
;
w600.c:303
w600_probe()
LOG_INFO
(
"flash size = %"
PRIu32
" KiB"
,
flash_size
/
1024
)
;
w600.c:315
w600_probe()
LOG_INFO
(
"product name: %s"
,
product_name
(
bank
)
)
;
xcf.c:631
xcf_probe()
LOG_INFO
(
"device id = 0x%"
PRIX32
,
bank
->
target
->
tap
->
idcode
)
;
xcf.c:632
xcf_probe()
LOG_INFO
(
"flash size = %d configuration bits"
,
xcf.c:633
xcf_probe()
LOG_INFO
(
"number of sectors = %u"
,
bank
->
num_sectors
)
;
xcf.c:635
xcf_probe()
LOG_INFO
(
"current CCB = 0x%X"
,
old_ccb
)
;
xcf.c:756
xcf_handle_ccb_command()
LOG_INFO
(
"XDS110: connected"
)
;
xds110.c:431
usb_connect()
LOG_INFO
(
"XDS110: disconnected"
)
;
xds110.c:451
usb_disconnect()
LOG_INFO
(
"XDS110: vid/pid = %04x/%04x"
,
xds110
.
vid
,
xds110
.
pid
)
;
xds110.c:1368
xds110_show_info()
LOG_INFO
(
"XDS110: firmware version = %"
PRIu32
".%"
PRIu32
".%"
PRIu32
".%"
PRIu32
,
xds110.c:1369
xds110_show_info()
LOG_INFO
(
"XDS110: hardware version = 0x%04x"
,
xds110
.
hardware
)
;
xds110.c:1374
xds110_show_info()
LOG_INFO
(
"XDS110: serial number = %s"
,
adapter_get_required_serial
(
)
)
;
xds110.c:1376
xds110_show_info()
LOG_INFO
(
"XDS110: connected to target via SWD"
)
;
xds110.c:1378
xds110_show_info()
LOG_INFO
(
"XDS110: SWCLK set to %"
PRIu32
" kHz"
,
xds110
.
speed
)
;
xds110.c:1379
xds110_show_info()
LOG_INFO
(
"XDS110: connected to target via JTAG"
)
;
xds110.c:1381
xds110_show_info()
LOG_INFO
(
"XDS110: TCK set to %"
PRIu32
" kHz"
,
xds110
.
speed
)
;
xds110.c:1382
xds110_show_info()
LOG_INFO
(
"XDS110: RTCK not supported"
)
;
xds110.c:1862
xds110_speed()
LOG_INFO
(
"XDS110: increase speed request: %d kHz to %d kHz minimum"
,
xds110.c:1867
xds110_speed()
LOG_INFO
(
xds110.c:1881
xds110_speed()
LOG_INFO
(
xds110.c:1939
xds110_speed()
LOG_INFO
(
"Clearing flash status"
)
;
xmc4xxx.c:416
xmc4xxx_clear_flash_status()
LOG_INFO
(
"Write does not start on a 256 byte boundary. "
xmc4xxx.c:754
xmc4xxx_write()
LOG_INFO
(
"Padding end of page @"
TARGET_ADDR_FMT
" by %d bytes"
,
xmc4xxx.c:769
xmc4xxx_write()
LOG_INFO
(
"Flash is temporarily unprotected"
)
;
xmc4xxx.c:978
xmc4xxx_temp_unprotect()
LOG_INFO
(
"Unable to disable flash protection"
)
;
xmc4xxx.c:980
xmc4xxx_temp_unprotect()
LOG_INFO
(
"%s: hardware has 2 breakpoints and 2 watchpoints"
,
xscale.c:2980
xscale_init_arch_info()
LOG_INFO
(
"Register %s: 0x%X"
,
reg_list
[
i
]
.
name
,
regval
)
;
xtensa.c:1432
xtensa_fetch_all_regs()
LOG_TARGET_INFO
(
target
,
"Disabling LDDR32.P/SDDR32.P"
)
;
xtensa.c:2235
xtensa_write_memory()
LOG_TARGET_INFO
(
target
,
"Debug controller was reset."
)
;
xtensa.c:2323
xtensa_poll()
LOG_TARGET_INFO
(
target
,
"Core was reset."
)
;
xtensa.c:2329
xtensa_poll()
LOG_INFO
(
"Detected end of trace."
)
;
xtensa.c:2424
xtensa_poll()
LOG_TARGET_INFO
(
target
,
"Trace stop triggered by PC match"
)
;
xtensa.c:2426
xtensa_poll()
LOG_TARGET_INFO
(
target
,
"Trace stop triggered by Processor Trigger Input"
)
;
xtensa.c:2428
xtensa_poll()
LOG_TARGET_INFO
(
target
,
"Trace stop triggered by Cross-trigger Input"
)
;
xtensa.c:2430
xtensa_poll()
LOG_INFO
(
"File-I/O: syscall unknown (%d), pc=0x%08X"
,
xtensa_fileio.c:162
xtensa_get_gdb_fileio_info()
LOG_INFO
(
"Zephyr: no symbols while detecting RTOS"
)
;
zephyr.c:397
zephyr_detect_rtos()
LOG_INFO
(
"Zephyr: does it have symbol %d (%s)?"
,
symbol
,
zephyr.c:403
zephyr_detect_rtos()
LOG_INFO
(
"Zephyr: all mandatory symbols found"
)
;
zephyr.c:412
zephyr_detect_rtos()
LOG_INFO
(
"Zephyr: looking for target: %s"
,
name
)
;
zephyr.c:423
zephyr_create()
LOG_INFO
(
"Zephyr: target known, params at %p"
,
p
)
;
zephyr.c:447
zephyr_create()
LOG_INFO
(
"Getting thread %"
PRId64
" reg list"
,
thread_id
)
;
zephyr.c:754
zephyr_get_thread_reg_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LOG_LVL_INFO
is read by 384 functions:
All items filtered out
LOG_LVL_INFO
report_flash_progress()
log_puts()
handle_command_parse_bool()
adapter_init()
jtag_examine_chain()
jtag_tap_handle_event()
handle_jtag_init_command()
at91sam9_read_page()
lpc3180_write_page()
lpc3180_read_page()
imx31_init()
mxc_init()
ecc_status_v1()
ecc_status_v2()
s3c2440_read_block_data()
handle_nand_init_command()
ambiqmicro_read_part_info()
ambiqmicro_mass_erase()
ambiqmicro_erase()
ambiqmicro_protect()
ambiqmicro_write_block()
ambiqmicro_probe()
ambiqmicro_otp_program()
sam3_get_details()
sam3_erase()
sam4_get_details()
sam4_erase()
sam4l_probe()
samd_probe()
ath79_write_page()
ath79_read_buffer()
ath79_probe()
samv_flash_bank_command()
samv_probe()
samv_erase()
avrf_probe()
avrf_info()
cfi_read()
cfi_write()
cfi_probe()
flash_write_unlock_verify()
efm32x_priv_write()
efm32x_probe()
em357_read_options()
em357_probe()
fm3_erase()
fm3_write_block()
fm3_chip_erase()
jtagspi_handle_set()
jtagspi_probe()
jtagspi_bulk_erase()
jtagspi_sector_erase()
kinetis_mdm_mass_erase()
kinetis_check_flash_security_status()
kinetis_flash_bank_command()
kinetis_disable_wdog_kx()
kinetis_disable_wdog32()
kinetis_disable_wdog()
kinetis_protect()
kinetis_check_run_mode()
kinetis_write_inner()
kinetis_write()
kinetis_probe_chip_s32k()
kinetis_probe_chip()
kinetis_nvm_partition()
kinetis_ke_prepare_flash()
kinetis_ke_stop_watchdog()
kinetis_ke_check_flash_security_status()
kinetis_ke_flash_bank_command()
kinetis_ke_write_words()
kinetis_ke_write()
kinetis_ke_probe()
lpc2000_probe()
lpc288x_erase()
lpc288x_write()
lpc2900_handle_secure_jtag_command()
lpc2900_erase()
lpc2900_write()
lpc2900_probe()
lpc2900_erase_check()
lpcspifi_probe()
mdr_write()
mrvlqspi_probe()
niietcm4_protect()
niietcm4_write()
niietcm4_probe()
nrf51_protect_clenr0()
nrf5_probe_chip()
nrf5_handle_mass_erase_command()
numicro_protect_check()
numicro_erase()
numicro_write()
numicro_get_cpu_type()
numicro_get_flash_size()
numicro_handle_read_isp_command()
numicro_handle_write_isp_command()
pic32mx_probe()
psoc4_flash_prepare()
psoc4_erase()
psoc4_handle_flash_autoerase_command()
psoc4_probe()
sim3x_flash_write()
sim3x_flash_protect()
sim3x_parse_part_info()
sim3x_read_info()
sim3x_mass_erase()
sim3x_lock()
stellaris_handle_recover_command()
stm32x_probe()
stm32x_otp_disable()
stm32x_otp_enable()
stm32x_read_options()
stm32x_write_block()
calculate_number_of_sectors()
stm32x_get_device_id()
stm32x_probe()
stm32x_handle_lock_command()
stm32x_handle_unlock_command()
stm32x_probe()
stm32x_set_rdp()
stm32l4_otp_enable()
stm32l4_protect_same_bank()
stm32l4_probe()
stm32l4_handle_trustzone_command()
stm32lx_probe()
stmqspi_handle_set()
stmqspi_blank_check()
read_flash_id()
stmqspi_probe()
stmsmi_probe()
str9xpec_isc_status()
handle_flash_info_command()
handle_flash_fill_command()
handle_flash_write_bank_command()
handle_flash_verify_bank_command()
handle_flash_init_command()
tms470_read_part_info()
tms470_check_flash_unlocked()
tms470_try_flash_keys()
tms470_unlock_flash()
tms470_erase()
tms470_write()
tms470_erase_check()
xcf_probe()
xcf_handle_ccb_command()
xmc4xxx_clear_flash_status()
xmc4xxx_write()
xmc4xxx_temp_unprotect()
psoc6_erase()
handle_reset_halt()
psoc6_handle_reset_to_entry()
psoc5lp_nvl_write()
msp432_mass_erase_command()
msp432_bsl_command()
same5_probe()
fespi_probe()
w600_probe()
stm32gx_write()
stm32x_probe()
stm32l4_probe()
stm32l4_probe()
rpchf_write()
spi_sfdp()
sh_qspi_probe()
rp2040_flash_probe()
pic32mm_compute_device_layout()
pic32mm_find_device()
pic32mm_verify()
npcx_init()
rsl10_erase()
rsl10_flash_bank_command()
rsl10_lock_command()
rsl10_unlock_command()
qn908x_probe()
qn908x_handle_mass_erase_command()
eneispif_flash_bank_command()
eneispif_probe()
jlink_speed()
jlink_open_device()
jlink_init()
config_trace()
ftdi_speed()
ftdi_swd_init()
usbprog_init()
ulink_print_signal_states()
ulink_queue_pathmove()
ulink_init()
ulink_download_firmware_handler()
usbtoxxx_init()
versaloon_init()
vsllink_swd_init()
armjtagew_speed()
armjtagew_init()
armjtagew_get_status()
armjtagew_get_version_info()
stlink_usb_version()
stlink_usb_check_voltage()
stlink_usb_state()
stlink_match_speed_map()
stlink_tcp_open()
stlink_dap_op_connect()
icdi_usb_version()
kitprog_get_info()
opendous_init()
cmsis_dap_get_serial_info()
cmsis_dap_get_version_info()
cmsis_dap_get_caps_info()
cmsis_dap_get_swo_buf_sz()
cmsis_dap_get_status()
cmsis_dap_swd_open()
cmsis_dap_init()
cmsis_dap_execute_tlr_reset()
cmsis_dap_config_trace()
cmsis_dap_handle_cmd_command()
cmsis_dap_usb_open()
usb_connect()
usb_disconnect()
xds110_show_info()
xds110_speed()
jtag_libusb_open()
ublast_init()
ublast_handle_pin_command()
ublast2_libusb_init()
handle_foo_command()
or1k_profiling()
or1k_tap_select_command_handler()
or1k_du_select_command_handler()
or1k_adv_jtag_init()
handle_pld_init_command()
intel_load()
lattice_read_bit_file()
rtos_qsymbol()
threadx_get_thread_reg_list()
fill_buffer()
linux_os_detect()
cpu_context_read()
liste_del_task()
linux_get_tasks()
linux_task_update()
linux_gdb_thread_packet()
linux_thread_extra_info()
linux_gdb_t_packet()
linux_gdb_h_packet()
linux_thread_packet()
linux_os_create()
linux_ps_command()
chibios_update_memory_signature()
chibios_update_threads()
chibios_detect_rtos()
nuttx_create()
chromium_ec_detect_rtos()
chromium_ec_create()
hwthread_create()
zephyr_detect_rtos()
zephyr_create()
zephyr_get_thread_reg_list()
rtt_start()
add_connection()
add_service()
server_loop()
handle_poll_period_command()
telnet_load_history()
telnet_save_history()
telnet_init()
gdb_new_connection()
gdb_query_packet()
gdb_handle_vcont_packet()
gdb_handle_vrun_packet()
gdb_v_packet()
gdb_input_inner()
gdb_target_start()
gdb_target_add_one()
tcl_init()
ipdbg_distribute_data_from_hub()
ipdbg_check_for_xoff()
ipdbg_get_flow_control_info_from_hub()
ipdbg_start_polling()
ipdbg_stop_polling()
ipdbg_on_new_connection()
ipdbg_on_connection_closed()
ipdbg_start()
ipdbg_stop()
handle_svf_command()
jtagdp_overrun_check()
swd_multidrop_select_inner()
swd_connect_multidrop()
swd_connect_single()
arm11_examine()
arm11_handle_vcr()
arm7_9_add_breakpoint()
arm7_9_bulk_write_memory()
armv7a_l2x_cache_init()
armv7a_read_mpidr()
armv7m_start_algorithm()
armv7m_blank_check_memory()
armv8_pa_size()
armv8_read_ttbcr()
armv8_read_mpidr()
armv8_flush_all_data()
armv8_dpm_modeswitch()
armv8_dpm_setup()
arm_dpm_setup()
handle_arm_tpiu_swo_enable()
handle_tpiu_deprecated_config_command()
avr32_ap7k_examine()
cortex_a_add_breakpoint()
cortex_a_add_context_breakpoint()
cortex_a_add_hybrid_breakpoint()
cortex_a_add_watchpoint()
cortex_m_poll_one()
cortex_m_reset_lpc55sx()
cortex_m_assert_reset()
cortex_m_add_breakpoint()
cortex_m_profiling()
cortex_m_examine()
dsp563xx_examine()
dsp563xx_poll()
dsp563xx_step()
embeddedice_build_reg_cache()
etm_build_reg_cache()
feroceon_bulk_write_memory()
adapter_step()
lakemont_poll()
mips_m4k_add_breakpoint()
mips_m4k_add_watchpoint()
target_rtt_find_control_block()
target_poll()
target_examine_one()
target_run_flash_async_algorithm()
handle_target_init_command()
target_profiling_default()
handle_target()
handle_soft_reset_halt_command()
target_configure()
handle_target_examine()
target_create()
handle_ps_command()
xscale_init_arch_info()
aarch64_add_breakpoint()
aarch64_add_context_breakpoint()
aarch64_add_hybrid_breakpoint()
aarch64_add_watchpoint()
stm8_add_breakpoint()
stm8_add_watchpoint()
stm8_examine()
riscv_add_breakpoint()
riscv_remove_breakpoint()
sample_memory()
riscv_use_bscan_tunnel()
riscv_enumerate_triggers()
cache_write()
examine()
poll_target()
read_memory()
write_memory()
register_read_abstract()
register_write_abstract()
examine_progbuf()
discover_vlenb()
examine()
riscv013_authdata_write()
riscv013_is_halted()
esirisc_debug_enable()
esirisc_examine()
armv7a_mmu_translate_va_pa()
mips_mips64_add_breakpoint()
mips_mips64_add_watchpoint()
esp_xtensa_dbgstubs_restore()
esp_xtensa_dbgstubs_addr_check()
esp_xtensa_profiling()
esp_xtensa_smp_poll()
esp_xtensa_smp_update_halt_gdb()
esp_xtensa_smp_cmd_perfmon_dump()
xtensa_fetch_all_regs()
xtensa_write_memory()
xtensa_poll()
esp32_apptrace_file_dest_init()
esp32_apptrace_tcp_dest_init()
esp32_apptrace_cmd_ctx_init()
esp32_apptrace_connect_targets()
esp32_sysview_stop()
xtensa_get_gdb_fileio_info()
allow_transports()
handle_transport_select()
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