Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i519 RunREPL (lldb::LanguageType language, const char *repl_options);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h375 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1261 SBError SBDebugger::RunREPL(lldb::LanguageType language, in RunREPL() function in SBDebugger
1263 LLDB_RECORD_METHOD(lldb::SBError, SBDebugger, RunREPL, in RunREPL()
1269 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
1839 LLDB_REGISTER_METHOD(lldb::SBError, SBDebugger, RunREPL, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h378 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp667 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1664 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20597 result = (arg1)->RunREPL(arg2,(char const *)arg3); in _wrap_SBDebugger_RunREPL()