Skip to content
Commit 331eff39 authored by Johnny Chen's avatar Johnny Chen
Browse files

Fixed a crasher where entering 'help disasm' on the command line would crash lldb.

The reasom of the crash is because of a missing entry in the argument table corresponding to eArgTypeUnsignedInteger.
Add such entry and modify the call site of the crash to go through a fail-fast API to retrieve the argument table.

Add a regression test to TestHelp.py.

llvm-svn: 135206
parent cbd3bb27
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment