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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp72 Stream &error_strm = GetErrorStream();
103 GetErrorStream().Printf("warning: %s", sstrm.GetData());
119 GetErrorStream().Printf("warning: %s\n", in_string);
129 GetErrorStream().PutCString(in_string);
137 GetErrorStream().Printf ("error: %s\n", in_string);
166 GetErrorStream().PutCString(in_string);
H A DCommandObject.cpp191 options->GenerateOptionUsage (result.GetErrorStream(), this);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp268 m_options.GenerateOptionUsage (result.GetErrorStream(), this);
465 result.GetErrorStream().Printf ("error: no variables matched the regular expression '%s'.\n", name_cstr);
472 result.GetErrorStream().Printf ("error: %s\n", regex_error);
474 result.GetErrorStream().Printf ("error: unkown regex error when compiling '%s'\n", name_cstr);
508 result.GetErrorStream().Printf("error: %s\n", error_cstr);
510 result.GetErrorStream().Printf ("error: unable to find any variable expression path that matches '%s'\n", name_cstr);
H A DCommandObjectLog.cpp203 result.GetErrorStream());
287 log_callbacks.disable (args.GetConstArgumentVector(), &result.GetErrorStream());
292 Log::DisableAllLogChannels(&result.GetErrorStream());
299 log_channel_sp->Disable(args.GetConstArgumentVector(), &result.GetErrorStream());
H A DCommandObjectWatchpoint.cpp997 result.GetErrorStream().Printf("error: required argument missing; specify your program variable to watch for\n");
1020 result.GetErrorStream().Printf("error: specify exactly one variable to watch for\n");
1072 result.GetErrorStream().Printf("error: %s\n", error_cstr);
1074 result.GetErrorStream().Printf ("error: unable to find any variable expression path that matches '%s'\n",
1239 result.GetErrorStream().Printf("error: required argument missing; specify an expression to evaulate into the address to watch for\n");
1271 result.GetErrorStream().Printf("error: expression evaluation of address to watch failed\n");
1272 result.GetErrorStream().Printf("expression evaluated: %s\n", expr);
1282 result.GetErrorStream().Printf("error: expression did not evaluate to an address\n");
H A DCommandObjectExpression.cpp484 if (EvaluateExpression (expr, &(result.GetOutputStream()), &(result.GetErrorStream()), &result))
H A DCommandObjectTarget.cpp858 result.GetErrorStream().Printf ("error: invalid regular expression: '%s'\n", arg);
881 result.GetErrorStream().Printf ("error: can't find global variable '%s'\n", arg);
2194 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
2328 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
2434 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
2529 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
3173 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
4085 m_options.GenerateOptionUsage (result.GetErrorStream(), this);
4113 result.GetErrorStream().SetAddressByteSize(addr_byte_size);
4449 SymbolVendor *symbol_vendor = module_sp->GetSymbolVendor(true, &result.GetErrorStream());
[all...]
H A DCommandObjectDisassemble.cpp326 GetOptions()->GenerateOptionUsage (result.GetErrorStream(), this);
H A DCommandObjectPlatform.cpp1108 result.GetErrorStream().Printf("error: required arguments missing; specify both the source and destination file paths\n");
1184 result.GetErrorStream().Printf("error: required argument missing; specify the source file path as the only argument\n");
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h67 GetErrorStream () function in class:lldb_private::CommandReturnObject

Completed in 89 milliseconds