Home
last modified time | relevance | path

Searched refs:GetLogStream (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp25 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream() function
44 auto log_stream_sp = GetLogStream(log_file); in SetupLogging()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp44 Stream *ThreadPlanTracer::GetLogStream() { in GetLogStream() function in ThreadPlanTracer
60 Stream *stream = GetLogStream(); in Log()
123 Stream *stream = GetLogStream(); in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanTracer.h65 Stream *GetLogStream();