[Lldb-commits] [PATCH] D49207: Get rid of the C-string parameter in DoExecute

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 12 10:29:18 PDT 2018


jingham added a comment.

Yeah, you are right about that.  The command string presented to commands never contained the command name, that always got stripped off.  But I don't think that ever left the command string to be nullptr...  So you are right, that was just dead code.


https://reviews.llvm.org/D49207





More information about the lldb-commits mailing list