Add '<' meta command to read in code from external file
authorPatrick Beard <beard@apple.com>
Thu, 30 Jul 2020 21:43:46 +0000 (14:43 -0700)
committerJim Ingham <jingham@apple.com>
Wed, 16 Sep 2020 18:36:54 +0000 (11:36 -0700)
commitf723d193e2c92ea6903e3debfee32b13354808bc
tree2aa9944375cac6886f0a25a977d0ae798e124774
parent14e55f82980cf1342d4d3eea4885a5375e829496
Add '<' meta command to read in code from external file

Perform all error handling in ReadCode()

Add :help text describing “< path”, add extra line before Commands

Differential Revision: https://reviews.llvm.org/D87640
lldb/source/Expression/REPL.cpp