Searched refs:error_strm (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueLanguage.cpp | 50 StreamString error_strm; in SetValueFromString() local 51 error_strm.Printf("invalid language type '%s', ", value.str().c_str()); in SetValueFromString() 52 error_strm.Printf("valid values are:\n"); in SetValueFromString() 55 error_strm.Printf(" %s\n", in SetValueFromString() 58 error.SetErrorString(error_strm.GetString()); in SetValueFromString()
|
| H A D | OptionValueEnumeration.cpp | 58 StreamString error_strm; in SetValueFromString() local 59 error_strm.Printf("invalid enumeration value '%s'", value.str().c_str()); in SetValueFromString() 62 error_strm.Printf(", valid values are: %s", in SetValueFromString() 65 error_strm.Printf(", %s", in SetValueFromString() 69 error.SetErrorString(error_strm.GetString()); in SetValueFromString()
|
| H A D | OptionArgParser.cpp | 97 StreamString error_strm; in ToFormat() local 98 error_strm.Printf( in ToFormat() 103 error_strm.Printf("'%c' or ", format_char); in ToFormat() 105 error_strm.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); in ToFormat() 106 error_strm.EOL(); in ToFormat() 110 error_strm.PutCString( in ToFormat() 112 error.SetErrorString(error_strm.GetString()); in ToFormat()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 301 StreamString &error_strm) { in GetSymbolContextsForAddress() argument 348 error_strm.Printf( in GetSymbolContextsForAddress() 357 error_strm.Printf("Address 0x%" PRIx64 in GetSymbolContextsForAddress() 434 StreamString error_strm; in DumpLinesInFunctions() local 436 error_strm)) in DumpLinesInFunctions() 439 error_strm.GetData()); in DumpLinesInFunctions() 471 StreamString error_strm; in DumpLinesForAddress() local 473 sc_list, error_strm)) { in DumpLinesForAddress() 474 result.AppendErrorWithFormat("%s.\n", error_strm.GetData()); in DumpLinesForAddress() 994 StreamString error_strm; in DoExecute() local [all …]
|
| H A D | CommandObjectTarget.cpp | 4238 StreamString error_strm; in AddSymbolsForUUID() local 4239 error_strm.PutCString("unable to find debug symbols for UUID "); in AddSymbolsForUUID() 4240 module_spec.GetUUID().Dump(&error_strm); in AddSymbolsForUUID() 4241 result.AppendError(error_strm.GetString()); in AddSymbolsForUUID() 4267 StreamString error_strm; in AddSymbolsForFile() local 4268 error_strm.PutCString( in AddSymbolsForFile() 4270 error_strm << module_spec.GetFileSpec(); in AddSymbolsForFile() 4271 result.AppendError(error_strm.GetString()); in AddSymbolsForFile()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetList.cpp | 195 StreamString error_strm; in CreateTargetInternal() local 197 error_strm.Printf( in CreateTargetInternal() 204 error_strm.PutCString(", "); in CreateTargetInternal() 205 error_strm.PutCString(platform_name); in CreateTargetInternal() 208 error_strm.Printf("), specify an architecture to disambiguate"); in CreateTargetInternal() 209 error.SetErrorString(error_strm.GetString()); in CreateTargetInternal()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1954 StreamString error_strm; in ParseEntry() local 1955 error_strm.Printf("'%s' can't be specified on its own, you must " in ParseEntry() 1958 DumpCommaSeparatedChildEntryNames(error_strm, entry_def); in ParseEntry() 1959 error.SetErrorStringWithFormat("%s", error_strm.GetData()); in ParseEntry() 1986 StreamString error_strm; in ParseEntry() local 1988 error_strm.Printf( in ParseEntry() 1992 error_strm.Printf("invalid member '%s' in '%s'. Valid members are: ", in ParseEntry() 1994 DumpCommaSeparatedChildEntryNames(error_strm, parent); in ParseEntry() 1995 error.SetErrorStringWithFormat("%s", error_strm.GetData()); in ParseEntry()
|