When a REPL creates a new target for itself, it is that target's REPL.
authorSean Callanan <scallanan@apple.com>
Wed, 21 Oct 2015 00:36:34 +0000 (00:36 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 21 Oct 2015 00:36:34 +0000 (00:36 +0000)
commit9a6940cef4c7f9c2e33fbbd84b775e5b4d5ffd99
treee7878a2fb8cddc300bc477148847015a60a32eb6
parent3b682de6b1f7f7ba2b7ea337cb5107a643c34c8a
When a REPL creates a new target for itself, it is that target's REPL.
To allow that, I've added a SetREPL call to the Target, which allows a REPL
that just created a target to install itself as the go-to REPL for the
corresponding language.

llvm-svn: 250870
lldb/include/lldb/Target/Target.h
lldb/source/Target/Target.cpp