Home | History | Annotate | Download | only in POSIX

Lines Matching defs:args

12 #include "lldb/Interpreter/Args.h"
73 ProcessPOSIXLog::DisableLog (const char **args, Stream *feedback_strm)
81 for (; args[0]; args++)
83 const char *arg = args[0];
106 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Stream *feedback_strm)
126 for (; args[0]; args++)
128 const char *arg = args[0];
185 va_list args;
186 va_start (args, format);
187 log->VAPrintf (format, args);
188 va_end (args);