Searched refs:debug (Results 1 – 19 of 19) sorted by relevance
11 MODULE_FIDL_LIBRARY := fuchsia.usb.debug12 MODULE_SRCS += $(LOCAL_DIR)/usb-debug.fidl
5 library fuchsia.usb.debug;
15 $(LOCAL_DIR)/debug-info.cpp \
15 $(LOCAL_DIR)/aml-mipi-debug.cpp \
17 $(LOCAL_DIR)/debug.c \
14 $(LOCAL_DIR)/dwmac-debug.cpp \
28 MODULE_FIDL_LIBS := system/fidl/fuchsia-usb-debug
14 $(LOCAL_DIR)/debug.cpp \
17 $(LOCAL_DIR)/debug.cpp \
13 /// Execute the given string command. This is mostly used for accessing debug
146 /// Execute the given string command. This is mostly used for accessing debug
39 MODULE_FIDL_LIBS := system/fidl/fuchsia-usb-debug
29 $(LOCAL_DIR)/debug.c \
50 bool debug; member135 env->debug = false; in init_environment()168 if (env->debug) { in task_debug_op()
54 // The program runtime names a |config_name| referring to a debug
29 bool debug; member
476 const r_debug* debug = (r_debug*)debug_addr; in PropertyProcessDebugAddrTest() local477 const link_map* lmap = debug->r_map; in PropertyProcessDebugAddrTest()479 EXPECT_EQ(debug->r_state, r_debug::RT_CONSISTENT); in PropertyProcessDebugAddrTest()
131 DEF_FIELD(2, 0, debug);
816 # Legacy LK debug syscalls
Completed in 31 milliseconds