[Lldb-commits] [PATCH] D17634: Clear alias argument vector for 'p' alias.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 25 19:41:12 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261969: Clear alias argument vector for 'p' alias. (authored by chaoren).
Changed prior to commit:
http://reviews.llvm.org/D17634?vs=49147&id=49148#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17634
Files:
lldb/trunk/source/Interpreter/CommandInterpreter.cpp
Index: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
===================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp
@@ -337,6 +337,8 @@
AddAlias ("image", cmd_obj_sp);
+ alias_arguments_vector_sp.reset(new OptionArgVector);
+
cmd_obj_sp = GetCommandSPExact ("expression", false);
if (cmd_obj_sp)
{
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17634.49148.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160226/3b2f5213/attachment-0001.bin>
More information about the lldb-commits
mailing list