Searched refs:GDBR_LOG_ASYNC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h31 #define GDBR_LOG_ASYNC (1u << 11) macro
H A DProcessGDBRemoteLog.cpp75 else if (::strcasecmp (arg, "async") == 0 ) flag_bits &= ~GDBR_LOG_ASYNC;
132 else if (::strcasecmp (arg, "async") == 0 ) flag_bits |= GDBR_LOG_ASYNC;

Completed in 104 milliseconds