llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD Avoid passing null signal name for Log %s argument 2014-05-28 14:11:20 +00:00
Linux Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. 2014-04-02 06:57:45 +00:00
MacOSX-Kernel Change ProcessKDP::DoReadMemory() to break up large memory 2014-05-21 23:44:02 +00:00
POSIX Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
Utility Properly terminated POSIX register sets with LLDB_INVALID_REGNUM. 2014-06-14 03:13:01 +00:00
elf-core Refactored RegisterInfoInterface into its own header. 2014-05-16 20:43:19 +00:00
gdb-remote Remove unused variables 2014-06-13 03:30:39 +00:00
mach-core Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
CMakeLists.txt Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +00:00