Home
last modified time | relevance | path

Searched refs:error_stream (Results 1 – 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangUserExpression.cpp415 ClangUserExpression::Parse (Stream &error_stream, in Parse() argument
430 error_stream.Printf("warning: %s\n", err.AsCString()); in Parse()
455 error_stream.PutCString ("error: couldn't construct expression body"); in Parse()
470 error_stream.PutCString ("error: invalid target\n"); in Parse()
504error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Parse()
519 unsigned num_errors = parser.Parse (error_stream); in Parse()
523 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse()
553 error_stream.Printf ("error: %s\n", error_cstr); in Parse()
555 error_stream.Printf ("error: expression can't be interpreted or run\n"); in Parse()
601 ClangUserExpression::PrepareToExecuteJITExpression (Stream &error_stream, in PrepareToExecuteJITExpression() argument
[all …]
DClangUtilityFunction.cpp69 ClangUtilityFunction::Install (Stream &error_stream, in Install() argument
74 error_stream.PutCString("error: already installed\n"); in Install()
86 error_stream.PutCString ("error: invalid target\n"); in Install()
94 error_stream.PutCString ("error: invalid process\n"); in Install()
108error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Install()
114 unsigned num_errors = parser.Parse (error_stream); in Install()
118 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Install()
162 error_stream.Printf ("error: %s\n", error_cstr); in Install()
164 error_stream.Printf ("error: expression can't be interpreted or run\n"); in Install()
DIRDynamicChecks.cpp52 DynamicCheckerFunctions::Install(Stream &error_stream, in Install() argument
57 if (!m_valid_pointer_check->Install(error_stream, exe_ctx)) in Install()
70 if (!m_objc_object_check->Install(error_stream, exe_ctx)) in Install()
DClangExpressionParser.cpp506 Stream *error_stream = NULL; in PrepareForExecution() local
509 error_stream = target->GetDebugger().GetErrorFile().get(); in PrepareForExecution()
514 error_stream, in PrepareForExecution()
DIRForTarget.cpp98 lldb_private::Stream *error_stream, in IRForTarget() argument
109 m_error_stream(error_stream), in IRForTarget()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectExpression.cpp262 Stream *error_stream, in EvaluateExpression() argument
328 error_stream->PutCString("(void)\n"); in EvaluateExpression()
342 error_stream->PutCString ("error: "); in EvaluateExpression()
343 error_stream->Write(error_cstr, error_cstr_len); in EvaluateExpression()
345 error_stream->EOL(); in EvaluateExpression()
349 error_stream->PutCString ("error: unknown error\n"); in EvaluateExpression()
360 error_stream->Printf ("error: invalid execution context for expression\n"); in EvaluateExpression()
DCommandObjectExpression.h97 Stream *error_stream,
DCommandObjectWatchpointCommand.cpp278 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
280 result.SetImmediateErrorStream (error_stream); in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp301 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
303 result.SetImmediateErrorStream (error_stream); in BreakpointOptionsCallbackFunction()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DClangUserExpression.h105 Parse (Stream &error_stream,
147 Execute (Stream &error_stream,
177 FinalizeJITExecution (Stream &error_stream,
319 PrepareToExecuteJITExpression (Stream &error_stream,
DClangUtilityFunction.h70 Install (Stream &error_stream, ExecutionContext &exe_ctx);
DIRDynamicChecks.h75 bool Install (Stream &error_stream,
DIRForTarget.h98 lldb_private::Stream *error_stream,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dcmdline.c95 svn_cmdline_init(const char *progname, FILE *error_stream) in svn_cmdline_init() argument
115 if (error_stream) in svn_cmdline_init()
116 fprintf(error_stream, "%s: error: cannot open '/dev/null'\n", in svn_cmdline_init()
126 if (error_stream) in svn_cmdline_init()
127 setvbuf(error_stream, NULL, _IONBF, 0); in svn_cmdline_init()
186 if (error_stream) in svn_cmdline_init()
205 fprintf(error_stream, in svn_cmdline_init()
218 if (error_stream) in svn_cmdline_init()
222 fprintf(error_stream, in svn_cmdline_init()
238 if (error_stream) in svn_cmdline_init()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
DTooling.cpp73 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
74 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
76 << error_stream.str(); in getCC1Arguments()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_cmdline.h61 FILE *error_stream);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DDebugger.h258 …hannel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
/freebsd-10-stable/contrib/gdb/gdb/
Dcorefile.c228 error_stream (tmp_stream); in memory_error()
Ddefs.h910 extern NORETURN void error_stream (struct ui_file *) ATTR_NORETURN;
Dutils.c609 error_stream (tmp_stream); in verror()
660 error_stream (struct ui_file *stream) in error_stream() function
Dlinespec.c164 error_stream (tmp_stream); in cplusplus_error()
Dbreakpoint.c1153 error_stream (tmp_error_stream); in insert_breakpoints()
6979 error_stream(tmp_error_stream); in delete_breakpoint()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp2584 …channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) in EnableLog() argument
2617 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLog()
2625 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLog()
2631 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog()
2637 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog()