Searched refs:repl_options (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 61 const char *repl_options);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 663 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 D | lldb-private-interfaces.h | 102 const char *repl_options);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 43 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 D | SBDebugger.h | 274 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 320 Status RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1695 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 D | SBDebugger.cpp | 957 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 D | Target.h | 1236 const char *repl_options, bool can_create);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 208 const char *repl_options, bool can_create) { in GetREPL() argument 241 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()
|