llvm-project/lldb/source/Plugins/ABI
Ted Woodward 4062601cb9 Remove hardcoded registers from Hexagon ABI
Summary: The Hexagon ABI plugin uses hardcoded registers when setting up function calls. This is OK for the Hexagon simulator, but the register numbers are different on the gdbserver running on hardware. Change the hardcoded registers to LLDB generic registers.

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D15457

llvm-svn: 255374
2015-12-11 21:52:47 +00:00
..
MacOSX-arm Add support for the armv7k ABI which has some small 2015-11-05 22:51:29 +00:00
MacOSX-arm64 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
MacOSX-i386 The MacOSXi386 ABI should be used for watchos simulator debug sessions. 2015-11-10 03:21:59 +00:00
SysV-arm [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-arm64 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-hexagon Remove hardcoded registers from Hexagon ABI 2015-12-11 21:52:47 +00:00
SysV-i386 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-mips [LLDB][MIPS] Handle PIC calling convention for MIPS32 2015-12-08 06:05:57 +00:00
SysV-mips64 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-ppc [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-ppc64 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
SysV-x86_64 [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; other minor fixes. 2015-10-16 18:49:42 +00:00
CMakeLists.txt Submitting patch from Abhishek for: 2015-06-25 17:50:15 +00:00