Searched refs:repl_options (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| D | REPL.h | 57 const char *repl_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/ |
| 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() 667 m_debugger.RunREPL(m_option_data.m_repl_lang, repl_options)); in MainLoop()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-private-interfaces.h | 113 const char *repl_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/ |
| D | REPL.cpp | 37 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/ |
| D | SBDebugger.i | 519 RunREPL (lldb::LanguageType language, const char *repl_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBDebugger.h | 375 SBError RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | Debugger.h | 378 Status RunREPL(lldb::LanguageType language, const char *repl_options);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | Debugger.cpp | 1664 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/ |
| D | SBDebugger.cpp | 1262 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/ |
| D | Target.h | 1356 const char *repl_options, bool can_create);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | Target.cpp | 217 const char *repl_options, bool can_create) { in GetREPL() argument 248 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()
|