Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h492 bool SetBatchCommandMode(bool value) { in SetBatchCommandMode() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2317 const bool saved_batch = SetBatchCommandMode(true); in SourceInitFile()
2324 SetBatchCommandMode(saved_batch); in SourceInitFile()