llvm-project/lldb/source
Todd Fiala be03c36ef3 Properly terminated POSIX register sets with LLDB_INVALID_REGNUM.
RegisterSets are assumed to be terminated by this value.  Loops over
register set values would fail without LLDB_INVALID_REGNUM terminating
the list.  This change adjusts the static check to account for the
size of the register set regnum list being one larger than the expected
valid register set count.

llvm-svn: 210964
2014-06-14 03:13:01 +00:00
..
API Remove unused variables 2014-06-13 03:30:39 +00:00
Breakpoint Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
Commands Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Core Core: address comparison of signed and unsigned types 2014-06-13 03:30:42 +00:00
DataFormatters Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Expression Don't dereference target if it is NULL. 2014-06-13 21:57:58 +00:00
Host Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
Interpreter Interpreter: kill some dead code 2014-06-13 03:30:47 +00:00
Plugins Properly terminated POSIX register sets with LLDB_INVALID_REGNUM. 2014-06-14 03:13:01 +00:00
Symbol Small cleanups for the new enum fixes: 2014-06-02 21:58:30 +00:00
Target Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
Utility Switch NULL to C++11 nullptr in source/Symbol and source/Utility 2014-04-20 13:17:36 +00:00
CMakeLists.txt Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb.dll project. 2014-06-03 13:01:18 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00