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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h296 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i519 RunREPL (lldb::LanguageType language, const char *repl_options);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h320 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1197 SBError SBDebugger::RunREPL(lldb::LanguageType language, function in class:SBDebugger
1199 LLDB_RECORD_METHOD(lldb::SBError, SBDebugger, RunREPL,
1205 error.ref() = m_opaque_sp->RunREPL(language, repl_options);
1766 LLDB_REGISTER_METHOD(lldb::SBError, SBDebugger, RunREPL,
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp666 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1594 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { function in class:Debugger

Completed in 82 milliseconds