Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangUserExpression.cpp421 ClangUserExpression::Parse (Stream &error_stream, in Parse() argument
436 error_stream.Printf("warning: %s\n", err.AsCString()); in Parse()
461 error_stream.PutCString ("error: couldn't construct expression body"); in Parse()
476 error_stream.PutCString ("error: invalid target\n"); in Parse()
510error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n"); in Parse()
522 unsigned num_errors = parser.Parse (error_stream); in Parse()
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse()
554 error_stream.Printf ("error: %s\n", error_cstr); in Parse()
556 error_stream.Printf ("error: expression can't be interpreted or run\n"); in Parse()
602 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.cpp51 DynamicCheckerFunctions::Install(Stream &error_stream, in Install() argument
56 if (!m_valid_pointer_check->Install(error_stream, exe_ctx)) in Install()
69 if (!m_objc_object_check->Install(error_stream, exe_ctx)) in Install()
DClangExpressionParser.cpp511 Stream *error_stream = NULL; in PrepareForExecution() local
514 error_stream = &target->GetDebugger().GetErrorStream(); in PrepareForExecution()
519 error_stream, in PrepareForExecution()
DIRForTarget.cpp98 lldb_private::Stream *error_stream, in IRForTarget() argument
108 m_error_stream(error_stream), in IRForTarget()
/external/lldb/source/Commands/
DCommandObjectExpression.cpp295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream(); in MultiLineExpressionCallback() local
298 error_stream.get()); in MultiLineExpressionCallback()
300 error_stream->Flush(); in MultiLineExpressionCallback()
313 Stream *error_stream, in EvaluateExpression() argument
375 error_stream->PutCString("(void)\n"); in EvaluateExpression()
389 error_stream->PutCString ("error: "); in EvaluateExpression()
390 error_stream->Write(error_cstr, error_cstr_len); in EvaluateExpression()
392 error_stream->EOL(); in EvaluateExpression()
396 error_stream->PutCString ("error: unknown error\n"); in EvaluateExpression()
407 error_stream->Printf ("error: invalid execution context for expression\n"); in EvaluateExpression()
DCommandObjectExpression.h86 Stream *error_stream,
DCommandObjectWatchpointCommand.cpp356 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
358 result.SetImmediateErrorStream (error_stream); in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp379 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
381 result.SetImmediateErrorStream (error_stream); in BreakpointOptionsCallbackFunction()
/external/lldb/include/lldb/Expression/
DClangUserExpression.h105 Parse (Stream &error_stream,
163 Execute (Stream &error_stream,
173 GetThreadPlanToExecuteJITExpression (Stream &error_stream,
200 FinalizeJITExecution (Stream &error_stream,
384 PrepareToExecuteJITExpression (Stream &error_stream,
DClangUtilityFunction.h70 Install (Stream &error_stream, ExecutionContext &exe_ctx);
DIRDynamicChecks.h75 bool Install (Stream &error_stream,
DIRForTarget.h96 lldb_private::Stream *error_stream,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Derrormiddleware.py322 def handle_exception(exc_info, error_stream, html=True, argument
380 file=error_stream)
391 error_stream.write(line)
416 if not reported and error_stream:
419 error_stream.write(err_report)
421 error_stream.write(extra_data)
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp135 StreamString error_stream; in GetObjectDescription() local
138 func.InsertFunction(exe_ctx, wrapper_struct_addr, error_stream); in GetObjectDescription()
147 error_stream, in GetObjectDescription()
/external/clang/lib/Tooling/
DTooling.cpp74 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
75 Jobs.Print(error_stream, "; ", true); in getCC1Arguments()
77 << error_stream.str(); in getCC1Arguments()
/external/lldb/include/lldb/Core/
DDebugger.h255 …hannel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream);
/external/lldb/source/Core/
DDebugger.cpp2627 …channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) in EnableLog() argument
2660 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLog()
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLog()
2674 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog()
2680 error_stream.Printf ("Invalid log channel '%s'.\n", channel); in EnableLog()