Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h480 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h379 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1293 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger
1299 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp608 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2190 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23813 result = (arg1)->RunREPL(arg2,(char const *)arg3); in _wrap_SBDebugger_RunREPL()