Home
last modified time | relevance | path

Searched refs:log_flags (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp962 uint32_t log_flags = 0; in main() local
1184 log_flags = static_cast<uint32_t>(strtoul(optarg, NULL, 0)); in main()
1323 if (log_flags == 0) in main()
1324 log_flags = LOG_ALL | LOG_RNB_ALL; in main()
1326 DNBLogSetLogMask(log_flags); in main()
1340 DNBLogSetLogMask(log_flags); in main()