Home
last modified time | relevance | path

Searched refs:StreamUP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp280 lldb::StreamUP s = GetAsyncErrorStream(); in SetPropertyValue()
1455 StreamUP Debugger::GetAsyncOutputStream() { in GetAsyncOutputStream()
1460 StreamUP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream()
1904 if (StreamUP output_up = GetAsyncOutputStream()) { in HandleBreakpointEvent()
1952 StreamUP output_stream_up = GetAsyncOutputStream(); in HandleProcessEvent()
1953 StreamUP error_stream_up = GetAsyncErrorStream(); in HandleProcessEvent()
2143 StreamUP error_up = GetAsyncErrorStream(); in DefaultEventHandler()
2152 StreamUP output_up = GetAsyncOutputStream(); in DefaultEventHandler()
H A DDynamicLoader.cpp340 lldb::StreamUP s = target.GetDebugger().GetAsyncErrorStream(); in LoadBinaryWithUUIDAndAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h159 lldb::StreamUP GetAsyncOutputStream();
161 lldb::StreamUP GetAsyncErrorStream();
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp330 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()
467 lldb::StreamUP s = target.GetDebugger().GetAsyncOutputStream(); in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h436 typedef std::unique_ptr<lldb_private::Stream> StreamUP; typedef
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1023 StreamUP output_up = debugger.GetAsyncOutputStream(); in PerformAction()