[Lldb-commits] [PATCH] lldb - Register Context Linux ARM64

Paul Osmialowski pawelo at king.net.pl
Thu Jul 17 23:11:22 PDT 2014


Yet another step toward ARM64 support. With this commit, lldb-gdbserver started on ARM64 target can be accessed by lldb running on desktop PC and it can process simple commands (like 'continue'). Still ARM64 support lacks NativeRegisterContextLinux_arm64.* code which waits to be implemented.
Based on similar files for Linux x86_64 and Darwin ARM64. Due to common code extraction from Darwin related files, lldb should be tested for any unexpected regression on Darwin ARM64 machines too.

http://reviews.llvm.org/D4580

Files:
  source/Plugins/Process/Linux/NativeThreadLinux.cpp
  source/Plugins/Process/POSIX/POSIXThread.cpp
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  source/Plugins/Process/Utility/RegisterContextLinux_arm64.cpp
  source/Plugins/Process/Utility/RegisterContextLinux_arm64.h
  source/Plugins/Process/Utility/RegisterInfos_arm64.h
  source/Utility/ARM64_GCC_Registers.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4580.11631.patch
Type: text/x-patch
Size: 56884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140718/b7910af9/attachment.bin>


More information about the lldb-commits mailing list