Home
last modified time | relevance | path

Searched refs:REPLSP (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DREPL.h55 static lldb::REPLSP Create(Status &Status, lldb::LanguageType language,
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-interfaces.h113 typedef lldb::REPLSP (*REPLCreateInstance)(Status &error,
Dlldb-forward.h377 typedef std::shared_ptr<lldb_private::REPL> REPLSP; typedef
/openbsd/src/gnu/llvm/lldb/source/Expression/
DREPL.cpp36 lldb::REPLSP REPL::Create(Status &err, lldb::LanguageType language, in Create()
40 lldb::REPLSP ret; in Create()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTarget.h1422 lldb::REPLSP GetREPL(Status &err, lldb::LanguageType language,
1425 void SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp);
1529 typedef std::map<lldb::LanguageType, lldb::REPLSP> REPLMap;
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp220 lldb::REPLSP Target::GetREPL(Status &err, lldb::LanguageType language, in GetREPL()
233 return REPLSP(); in GetREPL()
237 return REPLSP(); in GetREPL()
251 return lldb::REPLSP(); in GetREPL()
255 lldb::REPLSP ret = REPL::Create(err, language, debugger, this, repl_options); in GetREPL()
267 return lldb::REPLSP(); in GetREPL()
270 void Target::SetREPL(lldb::LanguageType language, lldb::REPLSP repl_sp) { in SetREPL()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectExpression.cpp592 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp2009 REPLSP repl_sp(REPL::Create(err, language, this, target, repl_options)); in RunREPL()