Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 138) sorted by relevance

123456

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Ddebug.h104 #define LWIP_DEBUGF(debug, message) do { \ argument
106 ((debug) & LWIP_DBG_ON) && \
107 ((debug) & LWIP_DBG_TYPES_ON) && \
108 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
110 if ((debug) & LWIP_DBG_HALT) { \
140 s16_t debug = PKTPRINT_DEBUG; \
142 ((debug) & LWIP_DBG_ON) && \
143 ((debug) & LWIP_DBG_TYPES_ON)) { \
145 if ((debug) & LWIP_DBG_HALT) { \
155 #define LWIP_DEBUGF(debug, message) argument
A Dip_addr.h201 #define ip_addr_debug_print(debug, ipaddr) do { if(IP_IS_V6(ipaddr)) { \ argument
202 ip6_addr_debug_print(debug, ip_2_ip6(ipaddr)); } else { \
203 ip4_addr_debug_print(debug, ip_2_ip4(ipaddr)); }}while(0)
204 #define ip_addr_debug_print_val(debug, ipaddr) do { if(IP_IS_V6_VAL(ipaddr)) { \ argument
205 ip6_addr_debug_print_val(debug, *ip_2_ip6(&(ipaddr))); } else { \
206 ip4_addr_debug_print_val(debug, *ip_2_ip4(&(ipaddr))); }}while(0)
258 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) argument
259 #define ip_addr_debug_print_val(debug, ipaddr) ip4_addr_debug_print_val(debug, ipaddr) argument
299 #define ip_addr_debug_print(debug, ipaddr) ip6_addr_debug_print(debug, ipaddr) argument
300 #define ip_addr_debug_print_val(debug, ipaddr) ip6_addr_debug_print_val(debug, ipaddr) argument
A Dip4_addr.h215 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
216 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d))
217 #define ip4_addr_debug_print(debug, ipaddr) \ argument
218 ip4_addr_debug_print_parts(debug, \
223 #define ip4_addr_debug_print_val(debug, ipaddr) \ argument
224 ip4_addr_debug_print_parts(debug, \
A Dip6_addr.h274 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument
275 …LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":…
277 #define ip6_addr_debug_print(debug, ipaddr) \ argument
278 ip6_addr_debug_print_parts(debug, \
287 #define ip6_addr_debug_print_val(debug, ipaddr) \ argument
288 ip6_addr_debug_print_parts(debug, \
/AliOS-Things-master/components/py_engine/engine/tools/
A Dymodemfile.py151 logging.debug(str(e))
230 logging.debug('EOF')
253 logging.debug("<<< ACK")
271 logging.debug(str(c))
296 logging.debug(">>> EOT")
299 logging.debug(">>> EOT")
315 logging.debug("Packet End >>>")
347 logging.debug("EOT >>>")
349 logging.debug("<<< NAK")
351 logging.debug("EOT >>>")
[all …]
A Dtransymodem.py21 logging.debug("\n\nNot found pyserial, please install:\nsudo pip install pyserial")
123 logging.debug("Please reboot the board manually.")
256 logging.debug("start to send amp_boot cmd")
261 logging.debug('save file in /data')
264 logging.debug('save file in /sdcard')
329 logging.debug(args)
339 logging.debug("no specified serial port")
354 logging.debug('use default path')
361 logging.debug('no file wait to transfer')
366 logging.debug('the filepath is abs path')
[all …]
A Dupip.py19 debug = False variable
96 if debug:
103 if debug:
127 if debug:
189 if exc and debug:
236 if debug:
243 if debug:
295 global debug
334 debug = True
345 if not debug:
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Ddebug.h105 #define LWIP_DEBUGF(debug, message) do { \ argument
107 ((debug) & LWIP_DBG_ON) && \
108 ((debug) & LWIP_DBG_TYPES_ON) && \
109 … ((s16_t)((debug) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \
111 if ((debug) & LWIP_DBG_HALT) { \
118 #define LWIP_DEBUGF(debug, message) argument
A Dip_addr.h201 #define ip_addr_debug_print(debug, ipaddr) do { if(IP_IS_V6(ipaddr)) { \ argument
202 ip6_addr_debug_print(debug, ip_2_ip6(ipaddr)); } else { \
203 ip4_addr_debug_print(debug, ip_2_ip4(ipaddr)); }}while(0)
204 #define ip_addr_debug_print_val(debug, ipaddr) do { if(IP_IS_V6_VAL(ipaddr)) { \ argument
205 ip6_addr_debug_print_val(debug, *ip_2_ip6(&(ipaddr))); } else { \
206 ip4_addr_debug_print_val(debug, *ip_2_ip4(&(ipaddr))); }}while(0)
258 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) argument
259 #define ip_addr_debug_print_val(debug, ipaddr) ip4_addr_debug_print_val(debug, ipaddr) argument
299 #define ip_addr_debug_print(debug, ipaddr) ip6_addr_debug_print(debug, ipaddr) argument
300 #define ip_addr_debug_print_val(debug, ipaddr) ip6_addr_debug_print_val(debug, ipaddr) argument
A Dip4_addr.h213 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
214 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d))
215 #define ip4_addr_debug_print(debug, ipaddr) \ argument
216 ip4_addr_debug_print_parts(debug, \
221 #define ip4_addr_debug_print_val(debug, ipaddr) \ argument
222 ip4_addr_debug_print_parts(debug, \
A Dip6_addr.h274 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument
275 …LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":…
277 #define ip6_addr_debug_print(debug, ipaddr) \ argument
278 ip6_addr_debug_print_parts(debug, \
287 #define ip6_addr_debug_print_val(debug, ipaddr) \ argument
288 ip6_addr_debug_print_parts(debug, \
/AliOS-Things-master/components/debug/
A DREADME.md1 @page debug debug
6 AliOS Things 调试诊断(debug)组件支持以下功能:
13 - debug: 查询系统内存/任务/队列/信号量/互斥锁等使用状态
24 │ └── debug.h #维测组件对外头接口
31 ├── debug.c #维测组件对外接口实现
110 - debug: master # helloworld_demo中引入debug组件
120 aos install debug
124 上述命令执行成功后,组件源码则被下载到了./components/debug路径中。
128debug组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/debug/tree/master/example):
154 debug_api help # debug接口测试
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A Dreadme.txt29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
30 you are building the release or debug version of the library. Check
38 debug={true|false} to toggle between release/debug builds (default=true).
42 or ./DotZLib/bin/debug, depending on whether you are building the release
43 or debug version of the library.
46 nant -D:debug=false -D:nunit=false
49 will build a debug version of the library with unit tests
/AliOS-Things-master/components/jsoncpp/
A Ddev.makefile18 mkdir -p build/debug
19 cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../..
20 make -C build/debug
30 valgrind --error-exitcode=42 --leak-check=full ./build/debug/src/test_lib_json/jsoncpp_test
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_cli.c194 extern void iperf_set_debug_mode(uint32_t debug);
197 int debug; in _cli_iperf_debug() local
203 debug = atoi(argv[0]); in _cli_iperf_debug()
204 aos_cli_printf("Set iperf debug to %d(0x%x)\n", debug, debug); in _cli_iperf_debug()
205 iperf_set_debug_mode(debug); in _cli_iperf_debug()
/AliOS-Things-master/components/ble_host/bt_host/host/
A DKconfig423 bool "Bluetooth storage debug"
429 bool "Bluetooth HCI core debug"
435 bool "Bluetooth connection debug"
438 This option enables debug support for Bluetooth
442 bool "Bluetooth security keys debug"
450 bool "Bluetooth L2CAP debug"
480 bool "Bluetooth Attribute Protocol (ATT) debug"
494 bool "Bluetooth RFCOMM debug"
501 bool "Bluetooth Hands Free Profile (HFP) debug"
508 bool "Bluetooth AVDTP debug"
[all …]
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig482 bool "Enable debug logs"
499 bool "Network layer debug"
505 bool "Transport layer debug"
511 bool "Beacon debug"
517 bool "Crypto debug"
523 bool "Provisioning debug"
529 bool "Access layer debug"
541 bool "Advertising debug"
547 bool "Low Power debug"
553 bool "Friend debug"
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt30 the optimization may make it difficult to debug. Simply rebuild with a
59 This solution includes limited support for debug versions of libpng.
60 You do not need these unless your own solution itself uses debug builds
61 (it is far more effective to debug on the release builds, there is no
62 point building a special debug build unless you have heap corruption
65 The debug build of libpng is minimally supported. Support for debug
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dmakefile.openbsd59 if [ ! -d ${DESTDIR}${LIBDIR}/debug ]; then \
60 ${INSTALL} -d -o root -g wheel ${DESTDIR}${LIBDIR}/debug; \
74 @rm -f ${DESTDIR}${LIBDIR}/debug/libpng.a
78 @rmdir ${DESTDIR}${LIBDIR}/debug 2>/dev/null || true
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/
A DREADME.txt41 * Win32_DLL_Debug\libpng16d.dll DLL build (debug version)
44 * Win32_LIB_Debug\libpngd.lib static build (debug version)
55 MSVCR71.DLL (MSVCR71D.DLL for debug versions). If you distribute any of the
A DREADME_zlib.txt41 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
43 * Win32_LIB_Debug\zlibd.lib static build (debug version)
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c700 cJSON *debug = NULL; in board_parse_json_buff() local
717 if ((debug = cJSON_GetObjectItem(root, APP_CONFIG_DEBUG)) != NULL) { in board_parse_json_buff()
719 if (!cJSON_IsString(debug)) { in board_parse_json_buff()
724 LOGD(LOG_TAG, "get debugLevel:%s\n", debug->valuestring); in board_parse_json_buff()
725 if (strcmp(debug->valuestring, "DEBUG") == 0) { in board_parse_json_buff()
727 } else if (strcmp(debug->valuestring, "INFO") == 0) { in board_parse_json_buff()
729 } else if (strcmp(debug->valuestring, "WARN") == 0) { in board_parse_json_buff()
731 } else if (strcmp(debug->valuestring, "ERROR") == 0) { in board_parse_json_buff()
733 } else if (strcmp(debug->valuestring, "FATAL") == 0) { in board_parse_json_buff()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c266 cJSON *debug = cJSON_GetObjectItem(root, APP_CONFIG_DEBUG); in get_logLevel() local
267 if (debug != NULL) { in get_logLevel()
268 if (!cJSON_IsString(debug)) { in get_logLevel()
271 strcpy(logLevelStr, debug->valuestring); in get_logLevel()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/
A Dmakefile14 VERSIONLIST = debug retail
/AliOS-Things-master/components/debug/example/
A Ddebug_example.c57 ALIOS_CLI_CMD_REGISTER(debug_api_example, debug_api, debug api example)

Completed in 30 milliseconds

123456