[lldb] Tablegenify thread commands and fix completion bug for thread step-*
authorRaphael Isemann <teemperor@gmail.com>
Thu, 18 Jul 2019 11:12:00 +0000 (11:12 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 18 Jul 2019 11:12:00 +0000 (11:12 +0000)
commit0cadf7bb2e78b9276421a44c0e1ad3cb4520050b
tree52ad96a97fed7053dff07f7f4ac3e03fd528c188
parent782390258b5cfcde078b71513f21fd05fc59cb34
[lldb] Tablegenify thread commands and fix completion bug for thread step-*

Beside turning the options into the new tablegen format, this patch
also fixes that a few commands had source file completions for the
"count" and "end-linenumber" arguments (which both accepted only
integers). Reason for that are that somehow we added a '1' instead
of our usual '0' value to the initial value for completion.

llvm-svn: 366425
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/Options.td