Home
last modified time | relevance | path

Searched full:debug (Results 1 – 25 of 92) sorted by relevance

1234

/optee_os/lib/libmbedtls/mbedtls/library/
H A Ddebug_internal.h4 * \brief Internal part of the public "debug.h".
13 #include "mbedtls/debug.h"
16 * \brief Print a message to the debug output. This function is always used
21 * \param level error level of the debug message
35 * \brief Print the return value of a function to the debug output. This
40 * \param level error level of the debug message
54 * \brief Output a buffer of size len bytes to the debug output. This function
59 * \param level error level of the debug message
76 * \brief Print a MPI variable to the debug output. This function is always
81 * \param level error level of the debug message
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddebug.h2 * \file debug.h
4 * \brief Functions for controlling and providing debug output from the library.
78 * Module: library/debug.c
106 * Module: library/debug.c
136 * \brief Set the threshold error level to handle globally all debug output.
137 * Debug messages that have a level over the threshold value are
139 * (Default value: 0 = No debug )
143 * - Debug levels
144 * - 0 No debug
/optee_os/core/include/drivers/
H A Dls_sfp.h45 * @dcvr0: Debug Challenge Value Register 0.
46 * @dcvr1: Debug Challenge Value Register 1.
47 * @drvr0: Debug Response Value Register 0.
48 * @drvr1: Debug Response Value Register 1.
90 * which denotes the debug level.
91 * @dblev: Pointer location to store the read debug level.
135 * which denotes the debug level.
H A Dsemihosting_console.h14 * semihosting host debug console.
H A Dstm32_bsec.h95 * Enable/disable debug service
101 /* Return debug configuration read from BSEC */
/optee_os/core/arch/riscv/
H A Driscv.mk157 platform-cflags-debug-info ?= -g3
158 platform-aflags-debug-info ?= -g
163 core-platform-cflags += $(platform-cflags-debug-info)
166 core-platform-aflags += $(platform-aflags-debug-info)
215 ta_rv32-platform-cflags += $(platform-cflags-debug-info)
223 ta_rv32-platform-aflags += $(platform-aflags-debug-info)
229 ta_rv32-platform-cxxflags += $(platform-cflags-debug-info)
252 ta_rv64-platform-cflags += $(platform-cflags-debug-info)
264 ta_rv64-platform-aflags += $(platform-aflags-debug-info)
269 ta_rv64-platform-cxxflags += $(platform-cflags-debug-info)
/optee_os/scripts/
H A Dsign_rproc_fw.py109 def dump_buffer(buf, step=16, name="", logger=logging.debug, indent=""):
223 logging.debug("hash section size %d" % self.size)
232 logging.debug("compute hash for segment offset %s" % seg.header)
235 logging.debug("hash computed: %s" % seg.hash)
282 logging.debug("\tMAGIC\t\t= %08X" % (self.magic))
283 logging.debug("\tHEADER_VERSION\t= %08X" % (self.version))
284 logging.debug("\tTLV_LENGTH\t= %08X" % (self.tlv_length))
285 logging.debug("\tSIGN_LENGTH\t= %08X" % (self.sign_length))
286 logging.debug("\tIMAGE_LENGTH\t= %08X" % (self.img_length))
405 logging.debug("image %s" % inputf)
/optee_os/core/arch/arm/plat-corstone1000/
H A Dconf.mk4 platform-cflags-debug-info = -gdwarf-2
5 platform-aflags-debug-info = -gdwarf-2
/optee_os/core/arch/arm/plat-automotive_rd/
H A Dconf.mk24 platform-cflags-debug-info = -gdwarf-4
25 platform-aflags-debug-info = -gdwarf-4
/optee_os/core/drivers/
H A Dqcom_geni_uart.c48 * Do nothing, debug uart is shared with normal world, everything in qcom_geni_uart_init()
49 * for debug uart initialization is done in the bootloader. in qcom_geni_uart_init()
H A Dls_sfp.c31 * @dcvr0: Debug Challenge Value Register 0.
32 * @dcvr1: Debug Challenge Value Register 1.
33 * @drvr0: Debug Response Value Register 0.
34 * @drvr1: Debug Response Value Register 1
350 DMSG("Debug level has already been fused"); in ls_sfp_set_debug_level()
/optee_os/core/arch/arm/plat-totalcompute/
H A Dconf.mk22 platform-cflags-debug-info = -gdwarf-2
23 platform-aflags-debug-info = -gdwarf-2
/optee_os/core/arch/arm/
H A Darm.mk252 platform-cflags-debug-info ?= -g3
253 platform-aflags-debug-info ?= -g
258 core-platform-cflags += $(platform-cflags-debug-info)
261 core-platform-aflags += $(platform-aflags-debug-info)
329 ta_arm32-platform-cflags += $(platform-cflags-debug-info)
350 ta_arm32-platform-aflags += $(platform-aflags-debug-info)
356 ta_arm32-platform-cxxflags += $(platform-cflags-debug-info)
385 ta_arm64-platform-cflags += $(platform-cflags-debug-info)
394 ta_arm64-platform-aflags += $(platform-aflags-debug-info)
399 ta_arm64-platform-cxxflags += $(platform-cflags-debug-info)
/optee_os/ta/pkcs11/src/
H A Dsanitize_object.h43 /* Debug: dump attribute content as debug traces */
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md109 … shared libraries in addition to the static libraries. Setting `DEBUG` gives you a debug build. Yo…
144 - `Debug`. This generates debug information and disables optimization of the code.
145 - `Coverage`. This generates code coverage information in addition to debug information.
147 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces.
149 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
152 Switching build modes in CMake is simple. For debug mode, enter at the command line:
154 cmake -D CMAKE_BUILD_TYPE=Debug /path/to/mbedtls_source
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt.h15 * Debug Macros function of Crypto Driver Debug Level setting
/optee_os/core/drivers/crypto/se050/core/
H A Drsa.c617 DMSG("se050: debug: RSA software fallback: KEYGEN"); in do_gen_keypair()
675 DMSG("se050: debug: RSA software fallback: ENCRYPT_NOPAD"); in encrypt_fallback()
687 DMSG("se050: debug: RSA software fallback: ENCRYPT_ES"); in encrypt_fallback()
752 DMSG("se050: debug: RSA software fallback: DECRYPT_NOPAD"); in decrypt_fallback()
764 DMSG("se050: debug: RSA software fallback: DECRYPT_ES"); in decrypt_fallback()
830 DMSG("se050: debug: RSA software fallback: SIGN"); in sign_ssa_fallback()
879 DMSG("se050: debug: RSA software fallback: VERIFY"); in verify_ssa_fallback()
/optee_os/core/kernel/
H A Dsemihosting.c54 * @brief Read one character byte from the semihosting host debug terminal
64 * @brief Write one character byte to the semihosting host debug terminal
/optee_os/mk/
H A Dconfig.mk50 # Define DEBUG=1 to compile without optimization (forces -O0)
51 # DEBUG=1
52 ifeq ($(DEBUG),1)
62 # Enabling CFG_DEBUG_INFO makes debug information embedded in core.
65 # If y, enable debug features of the TEE core (assertions and lock checks
77 # 3: error + info + debug
78 # 4: error + info + debug + flow
98 # - To debug user-mode (TA) allocations: build OP-TEE *and* the TA with:
100 # - To debug TEE core allocations: build OP-TEE with:
112 # Levels: 0=none 1=error 2=info 3=debug 4=flow
[all …]
/optee_os/lib/libutils/ext/include/
H A Dtrace_levels.h20 * DEBUG is used to print extra information to enter deeply in the module.
/optee_os/core/arch/arm/plat-sunxi/
H A Dpsci.c103 /* lock CPU (Disable external debug access) */ in psci_cpu_on()
125 /* unlock CPU (enable external debug access) */ in psci_cpu_on()
/optee_os/core/arch/arm/plat-ti/
H A Dapi_monitor_index_a9.h22 /* Set the Debug control register */
/optee_os/core/arch/arm/plat-bcm/
H A Dconf.mk39 ifeq ($(DEBUG),1)
/optee_os/core/arch/arm/plat-vexpress/
H A Dconf.mk36 platform-cflags-debug-info = -gdwarf-2
37 platform-aflags-debug-info = -gdwarf-2
/optee_os/core/include/kernel/
H A Dpanic.h11 /* debug disabled => __FILE__, ... and panic message are not built. */

1234