Home
last modified time | relevance | path

Searched refs:RunREPL (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h274 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h320 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp956 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger
960 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp666 SBError error(m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1695 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger