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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFormat.cpp90 llvm::StringRef gdb_format_str = option_arg; local
91 gdb_format_str.consumeInteger(0, count);
96 while (!gdb_format_str.empty() &&
97 ParserGDBFormatLetter(execution_context, gdb_format_str[0], format,
99 gdb_format_str = gdb_format_str.drop_front();
102 // We the first character of the "gdb_format_str" is not the
106 if (!gdb_format_str.empty() ||

Completed in 114 milliseconds