[lldb] remove somewhat dangerous 'd'(etach) and 'k'(ill) shortcuts
authorLuboš Luňák <l.lunak@centrum.cz>
Fri, 11 Oct 2019 19:42:56 +0000 (21:42 +0200)
committerLuboš Luňák <l.lunak@centrum.cz>
Wed, 29 Jul 2020 20:30:23 +0000 (22:30 +0200)
commit47d2c7cd5db4abe11f44fd540bceb73b8b4372d9
treec5ae3fd100e3d7da459c60d5ed269c149a8561a1
parent4f92ad508fcc543541be18fb766ab428d08e46e3
[lldb] remove somewhat dangerous 'd'(etach) and 'k'(ill) shortcuts

'd' would be much better used for up/down shortcuts, and this also removes
the possibility of ruining the whole debugging session by accidentally
hitting 'd' or 'k'. Also change menu to have both 'detach and resume'
and 'detach suspended' to make it clear which one is which. See
discussion at https://reviews.llvm.org/D68541 .

Differential Revision: https://reviews.llvm.org/D68908
lldb/source/Core/IOHandlerCursesGUI.cpp