Searched refs:gdb_format_str (Results 1 – 1 of 1) sorted by relevance
106 llvm::StringRef gdb_format_str = option_arg; in SetOptionValue() local107 gdb_format_str.consumeInteger(0, count); in SetOptionValue()112 while (!gdb_format_str.empty() && in SetOptionValue()113 ParserGDBFormatLetter(execution_context, gdb_format_str[0], format, in SetOptionValue()115 gdb_format_str = gdb_format_str.drop_front(); in SetOptionValue()122 if (!gdb_format_str.empty() || in SetOptionValue()