Searched refs:error_strm (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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() 431 StreamString error_strm; in DumpLinesInFunctions() local 433 error_strm)) in DumpLinesInFunctions() 436 error_strm.GetData()); in DumpLinesInFunctions() 468 StreamString error_strm; in DumpLinesForAddress() local 470 sc_list, error_strm)) { in DumpLinesForAddress() 471 result.AppendErrorWithFormat("%s.\n", error_strm.GetData()); in DumpLinesForAddress() 1008 StreamString error_strm; in DoExecute() local [all …]
|
| H A D | CommandObjectTarget.cpp | 4229 StreamString error_strm; in DoExecute() local 4231 error_strm.PutCString("unable to find debug symbols for UUID "); in DoExecute() 4232 module_spec.GetUUID().Dump(&error_strm); in DoExecute() 4234 error_strm.PutCString( in DoExecute() 4236 error_strm << module_spec.GetFileSpec(); in DoExecute() 4238 error_strm.PutCString( in DoExecute() 4241 result.AppendError(error_strm.GetString()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 236 StreamString error_strm; in CreateTargetInternal() local 238 error_strm.Printf( in CreateTargetInternal() 244 error_strm.PutCString(", "); in CreateTargetInternal() 245 error_strm.PutCString(the_platform_sp->GetName().GetCString()); in CreateTargetInternal() 249 error_strm.Printf("), specify an architecture to disambiguate"); in CreateTargetInternal() 250 error.SetErrorString(error_strm.GetString()); in CreateTargetInternal()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1955 StreamString error_strm; in ParseEntry() local 1956 error_strm.Printf("'%s' can't be specified on its own, you must " in ParseEntry() 1959 DumpCommaSeparatedChildEntryNames(error_strm, entry_def); in ParseEntry() 1960 error.SetErrorStringWithFormat("%s", error_strm.GetData()); in ParseEntry() 1987 StreamString error_strm; in ParseEntry() local 1989 error_strm.Printf( in ParseEntry() 1993 error_strm.Printf("invalid member '%s' in '%s'. Valid members are: ", in ParseEntry() 1995 DumpCommaSeparatedChildEntryNames(error_strm, parent); in ParseEntry() 1996 error.SetErrorStringWithFormat("%s", error_strm.GetData()); in ParseEntry()
|