llvm-project/lldb/source
Johnny Chen 331eff3995 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
2011-07-14 22:20:12 +00:00
..
API Fixed the global and static variables to always be in scope. 2011-07-09 20:12:33 +00:00
Breakpoint Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Commands Fix short description of 'target variable' command. 2011-07-12 22:34:30 +00:00
Core smarter summary strings: 2011-07-12 22:56:10 +00:00
Expression Added the ability to see block variables when looking up addresses 2011-07-11 05:12:02 +00:00
Host Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
Interpreter Fixed a crasher where entering 'help disasm' on the command line would crash lldb. 2011-07-14 22:20:12 +00:00
Plugins Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Symbol Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Target Added the ability to _not_ skip the prologue when settings breakpoints 2011-07-12 17:06:17 +00:00
Utility fixing missing RefCounter class 2011-07-13 00:00:57 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Deleted one too many characters... 2011-05-07 01:03:33 +00:00
lldb.cpp LLDB now has a Kernel dynamic linker that can detect where kexts are 2011-07-08 04:11:42 +00:00