llvm-project/lldb/source/Plugins
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
..
ABI sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Disassembler Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
DynamicLoader Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHeader() 2014-04-15 01:04:00 +00:00
Instruction Fix Windows warnings. 2014-05-28 16:43:26 +00:00
JITLoader Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdowns for every first run process as a global name lookup in all shared libraries if performed. 2014-04-07 20:13:57 +00:00
LanguageRuntime Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
ObjectContainer LLDB could segfault if it got a .a file that had extra padding bytes at the end of the file. 2014-05-02 22:25:51 +00:00
ObjectFile Remove unused variables 2014-06-13 03:30:39 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Fix most of the remaining Windows build warnings. 2014-06-02 17:30:22 +00:00
Process Properly terminated POSIX register sets with LLDB_INVALID_REGNUM. 2014-06-14 03:13:01 +00:00
SymbolFile Fix Windows warnings. 2014-05-28 16:43:26 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Initial merge of some of the iOS 8 / Mac OS X Yosemite specific 2014-06-13 02:37:02 +00:00
UnwindAssembly sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile lldb arm64 import. 2014-03-29 18:54:20 +00:00