Searched refs:DNBLogDebug (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBLog.h | 71 #define DNBLogDebug(fmt, ...) \ macro 128 #define DNBLogDebug(...) ((void)0)
|
D | debugserver.cpp | 1032 DNBLogDebug("option: ch == %c (0x%2.2x) --%s%c%s\n", ch, (uint8_t)ch, in main() 1336 DNBLogDebug("argv[%i] = %s", i, argv[i]); in main() 1368 DNBLogDebug("host = '%s' port = %i", host.c_str(), port); in main() 1374 DNBLogDebug("host = '%s' port = %i", host.c_str(), port); in main() 1415 DNBLogDebug("Get args from remote protocol..."); in main() 1422 DNBLogDebug("inferior_argv[%i] = '%s'", i, argv[i]); in main() 1460 DNBLogDebug("Task list: %s", applist_plist.c_str()); in main()
|