llvm-project/lldb/source/Plugins/ABI
Jason Molenda 22f58dffeb Mark the armv7 q0-q3 and q8-q15 registers as volatile (not callee
preserved) in the ABI.

Realistically lldb isn't able to track register saves of any of
the neon regs right now so we should probably mark all of the 
regs as unavailable when you're not on stack frame 0...

<rdar://problem/19115127> 

llvm-svn: 223174
2014-12-02 23:21:05 +00:00
..
MacOSX-arm Mark the armv7 q0-q3 and q8-q15 registers as volatile (not callee 2014-12-02 23:21:05 +00:00
MacOSX-arm64 Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593 2014-10-21 20:52:14 +00:00
MacOSX-i386 RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to 2014-09-02 23:04:01 +00:00
SysV-hexagon RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to 2014-09-02 23:04:01 +00:00
SysV-ppc Improve PowerPC unwind support 2014-11-12 15:14:08 +00:00
SysV-ppc64 Improve PowerPC unwind support 2014-11-12 15:14:08 +00:00
SysV-x86_64 Expose the type-info flags at the public API layer. These flags provide much more informational content to consumers of the LLDB API than the existing TypeClass. Part of the fix for rdar://18517593 2014-10-21 20:52:14 +00:00
CMakeLists.txt Fix some bugs from D5988 2014-10-31 15:57:52 +00:00