Update the prompt related functions to use StringRefs.
authorZachary Turner <zturner@google.com>
Fri, 23 Sep 2016 18:06:53 +0000 (18:06 +0000)
committerZachary Turner <zturner@google.com>
Fri, 23 Sep 2016 18:06:53 +0000 (18:06 +0000)
commit514d8cd83ea7408f7f4215a5f0233c6f10c7a1ca
treeaae2aa8aae6dc7bd2c941fa14b5fcae8a63a2281
parent0120e3f278a5a9db6fa7b0cad258b209b409fa09
Update the prompt related functions to use StringRefs.

llvm-svn: 282269
19 files changed:
lldb/include/lldb/Core/Debugger.h
lldb/include/lldb/Core/Event.h
lldb/include/lldb/Core/IOHandler.h
lldb/include/lldb/Core/Log.h
lldb/include/lldb/Interpreter/CommandInterpreter.h
lldb/include/lldb/Interpreter/OptionValue.h
lldb/include/lldb/Interpreter/OptionValueProperties.h
lldb/include/lldb/Utility/AnsiTerminal.h
lldb/source/API/SBDebugger.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Core/Event.cpp
lldb/source/Core/IOHandler.cpp
lldb/source/Expression/REPL.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Interpreter/OptionValue.cpp
lldb/source/Interpreter/OptionValueProperties.cpp
lldb/source/Target/Target.cpp