[lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser
authorRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 10:15:45 +0000 (10:15 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 10:15:45 +0000 (10:15 +0000)
commit607c92afdab93700323f9e0e5ad0b9b951f510d5
treea2c0f76a67003c2894d0884cf7c86d5b2f75c889
parent99f9f1f2d811159104bf40c2d1ef5644a7de3c42
[lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser

llvm-svn: 370734
lldb/packages/Python/lldbsuite/test/commands/frame/select/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/commands/frame/select/main.cpp [new file with mode: 0644]
lldb/source/Commands/CommandObjectFrame.cpp