Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lldb/trunk/source/Interpreter/
-
trunk/
-
source/
-
Interpreter/
-
CommandInterpreter.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D17634
Clear alias argument vector for 'p' alias.
Closed
Public
Authored by
chaoren
on Feb 25 2016, 7:40 PM.
Download Raw Diff
Details
Reviewers
jingham
Commits
rG6fc5c7f1f5f9: Clear alias argument vector for 'p' alias.
rLLDB261969: Clear alias argument vector for 'p' alias.
rL261969: Clear alias argument vector for 'p' alias.
Summary
This fixes the 'p' command which should be aliased to 'expresion --'.
Diff Detail
Repository
rL LLVM
Event Timeline
chaoren
updated this revision to
Diff 49147
.
Feb 25 2016, 7:40 PM
chaoren
retitled this revision from
to
Clear alias argument vector for 'p' alias.
.
chaoren
updated this object.
chaoren
added a reviewer:
jingham
.
chaoren
added a subscriber:
lldb-commits
.
Closed by commit
rL261969: Clear alias argument vector for 'p' alias.
(authored by
chaoren
).
·
Explain Why
Feb 25 2016, 7:41 PM
This revision was automatically updated to reflect the committed changes.