Searched refs:DEBUG_PORT (Results 1 – 6 of 6) sorted by relevance
13 #ifdef DEBUG_PORT32 static const uint16_t debug_base = DEBUG_PORT;
8 #ifdef DEBUG_PORT
7 #if defined(CORE_DEBUG) || defined(DEBUG_PORT)
10 #if !defined(DEBUG_PORT) && !defined(DEBUG_STDIO)
45 public static final String DEBUG_PORT = "12345"; field in RemoteTestNG185 cla.port = Integer.parseInt(DEBUG_PORT); in initAndRun()
55 # ifndef DEBUG_PORT56 # define DEBUG_PORT 0x3f8 macro