Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h406 void SetInterruptExits(bool b) { m_interrupt_exits = b; } in SetInterruptExits() function
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp86 ->SetInterruptExits(false); in GetIOHandler()