Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DREPL.h57 const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
DDriver.cpp663 const char *repl_options = nullptr; in MainLoop() local
665 repl_options = m_option_data.m_repl_options.c_str(); in MainLoop()
667 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h113 const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DREPL.cpp37 const char *repl_options) { in Create() argument
43 ret = (*create_instance)(err, language, debugger, target, repl_options); in Create()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBDebugger.i519 RunREPL (lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBDebugger.h375 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DDebugger.h378 Status RunREPL(lldb::LanguageType language, const char *repl_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDebugger.cpp1664 Status Debugger::RunREPL(LanguageType language, const char *repl_options) { in RunREPL() argument
1687 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()
1699 repl_sp->SetCompilerOptions(repl_options); in RunREPL()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBDebugger.cpp1262 const char *repl_options) { in RunREPL() argument
1265 repl_options); in RunREPL()
1269 error.ref() = m_opaque_sp->RunREPL(language, repl_options); in RunREPL()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h1356 const char *repl_options, bool can_create);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp217 const char *repl_options, bool can_create) { in GetREPL() argument
248 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()