Convert CommandObjectFrame to entry-based Args access.
authorZachary Turner <zturner@google.com>
Thu, 8 Dec 2016 02:02:09 +0000 (02:02 +0000)
committerZachary Turner <zturner@google.com>
Thu, 8 Dec 2016 02:02:09 +0000 (02:02 +0000)
commitf965cc86325ea6690ed361487f0b3b0f5479c82d
tree8342c5a5fa3f1c6b96eb65e238be9651046de2f9
parentd4ea4c18f13d670ded302dd3a592fc8df8a9938d
Convert CommandObjectFrame to entry-based Args access.

In the process, discovered a bug related to the use of an
uninitialized-pointer, and fixed as suggested by Enrico
in an lldb-dev mailing list thread.

llvm-svn: 289015
lldb/source/Commands/CommandObjectFrame.cpp