This patch adds required piece of code for SysV Abi for arm.
authorOmair Javaid <omair.javaid@linaro.org>
Wed, 29 Apr 2015 10:49:45 +0000 (10:49 +0000)
committerOmair Javaid <omair.javaid@linaro.org>
Wed, 29 Apr 2015 10:49:45 +0000 (10:49 +0000)
commit52f825bd1c201f29845bfbebc4022cc448ca23bc
tree4e29d34ee21d4c714c810e3c06bb8c296e0c3bbc
parent79588100d732931ada0b692d05a092eb9a57fc90
This patch adds required piece of code for SysV Abi for arm.

Its mostly imported from MacOSx ABI for arm which is similar.

Further tweaking a updates may be required at a later stage.

http://reviews.llvm.org/D8539

llvm-svn: 236097
lldb/cmake/LLDBDependencies.cmake
lldb/lib/Makefile
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/ABI/CMakeLists.txt
lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp [new file with mode: 0644]
lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.h [new file with mode: 0644]
lldb/source/Plugins/ABI/SysV-arm/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/ABI/SysV-arm/Makefile [new file with mode: 0644]
lldb/source/Plugins/Makefile