Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp326 expr_options.SetREPLEnabled(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h404 void SetREPLEnabled(bool b) { m_repl = b; } in SetREPLEnabled() function