From 8f7db52d9d16dc1fe7bcc236a5e8681fff2e4209 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 15 Dec 2016 00:30:30 +0000 Subject: Fix incorrectly named variables. llvm-svn: 289746 --- lldb/source/Interpreter/CommandInterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Interpreter') diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index a8055725bd2..d44eb25848d 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -1527,7 +1527,7 @@ bool CommandInterpreter::HandleCommand(const char *command_line, std::string original_command_string(command_line); Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMANDS)); - llvm::PrettyStackTraceFormat PST("HandleCommand(command = \"%s\")", + llvm::PrettyStackTraceFormat stack_trace("HandleCommand(command = \"%s\")", command_line); if (log) -- cgit v1.2.3