Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h448 bool SetBatchCommandMode(bool value) { in SetBatchCommandMode() function
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2135 const bool saved_batch = SetBatchCommandMode(true); in SourceInitFile()
2143 SetBatchCommandMode(saved_batch); in SourceInitFile()