Home
last modified time | relevance | path

Searched refs:repl_options (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DREPL.h61 const char *repl_options);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp663 const char *repl_options = nullptr; in MainLoop() local
665 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
666 SBError error(m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h102 const char *repl_options);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp43 const char *repl_options) { in Create() argument
49 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
/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/Core/
H A DDebugger.cpp1695 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
1720 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
1732 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp957 const char *repl_options) { in RunREPL() argument
960 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1236 const char *repl_options, bool can_create);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp208 const char *repl_options, bool can_create) { in GetREPL() argument
241 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()