Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h404 void SetInterruptExits(bool b) { m_interrupt_exits = b; } in SetInterruptExits() function
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp88 ->SetInterruptExits(false); in GetIOHandler()