Home
last modified time | relevance | path

Searched defs:error_stream (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Expression/
DClangUserExpression.cpp421 ClangUserExpression::Parse (Stream &error_stream, in Parse()
602 ClangUserExpression::PrepareToExecuteJITExpression (Stream &error_stream, in PrepareToExecuteJITExpression()
721 ClangUserExpression::GetThreadPlanToExecuteJITExpression (Stream &error_stream, in GetThreadPlanToExecuteJITExpression()
750 ClangUserExpression::FinalizeJITExecution (Stream &error_stream, in FinalizeJITExecution()
786 ClangUserExpression::Execute (Stream &error_stream, in Execute()
1014 StreamString error_stream; in EvaluateWithError() local
DClangUtilityFunction.cpp69 ClangUtilityFunction::Install (Stream &error_stream, in Install()
DClangExpressionParser.cpp511 Stream *error_stream = NULL; in PrepareForExecution() local
DIRDynamicChecks.cpp51 DynamicCheckerFunctions::Install(Stream &error_stream, in Install()
DIRForTarget.cpp98 lldb_private::Stream *error_stream, in IRForTarget()
/external/lldb/source/Commands/
DCommandObjectExpression.cpp295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream(); in MultiLineExpressionCallback() local
313 Stream *error_stream, in EvaluateExpression()
DCommandObjectWatchpointCommand.cpp356 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
DCommandObjectBreakpointCommand.cpp379 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp135 StreamString error_stream; in GetObjectDescription() local
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Derrormiddleware.py322 def handle_exception(exc_info, error_stream, html=True, argument
/external/clang/lib/Tooling/
DTooling.cpp74 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
/external/lldb/source/Core/
DDebugger.cpp2627 …channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) in EnableLog()