Searched refs:gdb_format_str (Results 1 – 1 of 1) sorted by relevance
90 llvm::StringRef gdb_format_str = option_arg; in SetOptionValue() local91 gdb_format_str.consumeInteger(0, count); in SetOptionValue()96 while (!gdb_format_str.empty() && in SetOptionValue()97 ParserGDBFormatLetter(execution_context, gdb_format_str[0], format, in SetOptionValue()99 gdb_format_str = gdb_format_str.drop_front(); in SetOptionValue()106 if (!gdb_format_str.empty() || in SetOptionValue()