Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceInstructionDumper.h54 void SetNoMoreData();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceInstructionDumper.cpp31 SetNoMoreData(); in TryMoveOneStep()
158 void TraceInstructionDumper::SetNoMoreData() { m_no_more_data = true; } in SetNoMoreData() function in TraceInstructionDumper
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2149 dumper->SetNoMoreData(); in HandleOneThread()