[lldb] - Fix crash when listing the history with the key up.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 16 Jan 2019 09:27:04 +0000 (09:27 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 16 Jan 2019 09:27:04 +0000 (09:27 +0000)
commita3a25afe38b3b58ef479e384ac3f0622c3d93187
tree4c0dfb5a2a9443a7bb2fc4bd80853cb84b9e27c9
parent5168ddfac44206e94f7ddd484d1cf03dee320fa7
[lldb] - Fix crash when listing the history with the key up.

This is https://bugs.llvm.org/show_bug.cgi?id=40112,

Currently, lldb crashes after pressing the up arrow key when listing the history for expressions.

The patch fixes the mistype that was a reason.

Differential revision: https://reviews.llvm.org/D56014

llvm-svn: 351313
lldb/source/Host/common/Editline.cpp