Home
last modified time | relevance | path

Searched refs:SetBatchCommandMode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h421 bool SetBatchCommandMode(bool value) { in SetBatchCommandMode() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2168 const bool saved_batch = SetBatchCommandMode(true); in SourceInitFile()
2177 SetBatchCommandMode(saved_batch); in SourceInitFile()