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.h647 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h388 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1265 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger
1271 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp618 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2336 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24199 result = (arg1)->RunREPL(arg2,(char const *)arg3); in _wrap_SBDebugger_RunREPL()