This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f464db930 delete SWIG typemaps for FILE* new 96758fc46 [ARC] Basic support in gdb-remote process plugin new cf4bdc39f [ARC] Add SystemV ABI
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Utility/ArchSpec.h | 2 + source/API/SystemInitializerFull.cpp | 4 +- source/Plugins/ABI/CMakeLists.txt | 3 + source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp | 614 +++++++++++++++++++++ .../ABISysV_hexagon.h => SysV-arc/ABISysV_arc.h} | 57 +- .../ABI/{SysV-arm => SysV-arc}/CMakeLists.txt | 4 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- source/Target/Platform.cpp | 6 + source/Target/Thread.cpp | 1 + source/Utility/ArchSpec.cpp | 3 + 10 files changed, 663 insertions(+), 33 deletions(-) create mode 100644 source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp copy source/Plugins/ABI/{SysV-hexagon/ABISysV_hexagon.h => SysV-arc/ABISysV_arc.h} (66%) copy source/Plugins/ABI/{SysV-arm => SysV-arc}/CMakeLists.txt (65%)